Velvet Black
#241f20
Velvet Black is a color with the hex code #241f20. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #241f20 | |
|---|---|---|
| RGB | rgb(36, 31, 32) | |
| HSL | hsl(348, 7%, 13%) | |
| CMYK | cmyk(0%, 14%, 11%, 86%) | |
| LAB | lab(12, 3, 0) | |
| OKLCH | oklch(0.25 0.008 4) |
Color harmonies
Tints & shades
Code snippets
color: #241f20;
background-color: #241f20;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF241F20)
/* Swift / UIKit */
UIColor(red: 0.14, green: 0.12, blue: 0.13, alpha: 1.0)