Black Cherry
#2c1620
Here's everything about the color Black Cherry (#2c1620) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #2c1620 | |
|---|---|---|
| RGB | rgb(44, 22, 32) | |
| HSL | hsl(333, 33%, 13%) | |
| CMYK | cmyk(0%, 50%, 27%, 83%) | |
| LAB | lab(11, 13, -2) | |
| OKLCH | oklch(0.23 0.039 352) |
Color harmonies
Tints & shades
Code snippets
color: #2c1620;
background-color: #2c1620;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-zinc-500 /* ≈ #71717b */
/* Flutter */
Color(0xFF2C1620)
/* Swift / UIKit */
UIColor(red: 0.17, green: 0.09, blue: 0.13, alpha: 1.0)