Holy Crow
#332f2c
Holy Crow is a color with the hex code #332f2c. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #332f2c | |
|---|---|---|
| RGB | rgb(51, 47, 44) | |
| HSL | hsl(26, 7%, 19%) | |
| CMYK | cmyk(0%, 8%, 14%, 80%) | |
| LAB | lab(20, 1, 3) | |
| OKLCH | oklch(0.31 0.008 59) |
Color harmonies
Tints & shades
Code snippets
color: #332f2c;
background-color: #332f2c;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-zinc-500 /* ≈ #71717b */
/* Flutter */
Color(0xFF332F2C)
/* Swift / UIKit */
UIColor(red: 0.20, green: 0.18, blue: 0.17, alpha: 1.0)