Jet Black
#353337
Looking for the precise values behind Jet Black (#353337)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #353337 | |
|---|---|---|
| RGB | rgb(53, 51, 55) | |
| HSL | hsl(270, 4%, 21%) | |
| CMYK | cmyk(4%, 7%, 0%, 78%) | |
| LAB | lab(22, 2, -2) | |
| OKLCH | oklch(0.32 0.007 308) |
Color harmonies
Tints & shades
Code snippets
color: #353337;
background-color: #353337;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF353337)
/* Swift / UIKit */
UIColor(red: 0.21, green: 0.20, blue: 0.22, alpha: 1.0)