Smoked Black Coffee
#3b2f2f
Smoked Black Coffee, represented by the hex value #3b2f2f, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #3b2f2f | |
|---|---|---|
| RGB | rgb(59, 47, 47) | |
| HSL | hsl(0, 11%, 21%) | |
| CMYK | cmyk(0%, 20%, 20%, 77%) | |
| LAB | lab(21, 6, 2) | |
| OKLCH | oklch(0.32 0.018 18) |
Color harmonies
Tints & shades
Code snippets
color: #3b2f2f;
background-color: #3b2f2f;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-zinc-500 /* ≈ #71717b */
/* Flutter */
Color(0xFF3B2F2F)
/* Swift / UIKit */
UIColor(red: 0.23, green: 0.18, blue: 0.18, alpha: 1.0)