Black Olive
#3b3c36
Looking for the precise values behind Black Olive (#3b3c36)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #3b3c36 | |
|---|---|---|
| RGB | rgb(59, 60, 54) | |
| HSL | hsl(70, 5%, 22%) | |
| CMYK | cmyk(2%, 0%, 10%, 76%) | |
| LAB | lab(25, -1, 4) | |
| OKLCH | oklch(0.35 0.01 115) |
Color harmonies
Tints & shades
Code snippets
color: #3b3c36;
background-color: #3b3c36;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-zinc-500 /* ≈ #71717b */
/* Flutter */
Color(0xFF3B3C36)
/* Swift / UIKit */
UIColor(red: 0.23, green: 0.24, blue: 0.21, alpha: 1.0)