Night Rider
#332e2e
Looking for the precise values behind Night Rider (#332e2e)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #332e2e | |
|---|---|---|
| RGB | rgb(51, 46, 46) | |
| HSL | hsl(0, 5%, 19%) | |
| CMYK | cmyk(0%, 10%, 10%, 80%) | |
| LAB | lab(19, 2, 1) | |
| OKLCH | oklch(0.31 0.007 18) |
Color harmonies
Tints & shades
Code snippets
color: #332e2e;
background-color: #332e2e;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-zinc-500 /* ≈ #71717b */
/* Flutter */
Color(0xFF332E2E)
/* Swift / UIKit */
UIColor(red: 0.20, green: 0.18, blue: 0.18, alpha: 1.0)