Black Velvet
#222233
Here's everything about the color Black Velvet (#222233) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #222233 | |
|---|---|---|
| RGB | rgb(34, 34, 51) | |
| HSL | hsl(240, 20%, 17%) | |
| CMYK | cmyk(33%, 33%, 0%, 80%) | |
| LAB | lab(14, 4, -11) | |
| OKLCH | oklch(0.26 0.032 284) |
Color harmonies
Tints & shades
Code snippets
color: #222233;
background-color: #222233;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF222233)
/* Swift / UIKit */
UIColor(red: 0.13, green: 0.13, blue: 0.20, alpha: 1.0)