Havana
#3b2b2c
Here's everything about the color Havana (#3b2b2c) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #3b2b2c | |
|---|---|---|
| RGB | rgb(59, 43, 44) | |
| HSL | hsl(356, 16%, 20%) | |
| CMYK | cmyk(0%, 27%, 25%, 77%) | |
| LAB | lab(19, 8, 2) | |
| OKLCH | oklch(0.31 0.024 14) |
Color harmonies
Tints & shades
Code snippets
color: #3b2b2c;
background-color: #3b2b2c;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-zinc-500 /* ≈ #71717b */
/* Flutter */
Color(0xFF3B2B2C)
/* Swift / UIKit */
UIColor(red: 0.23, green: 0.17, blue: 0.17, alpha: 1.0)