Oil
#313330
Oil, represented by the hex value #313330, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #313330 | |
|---|---|---|
| RGB | rgb(49, 51, 48) | |
| HSL | hsl(100, 3%, 19%) | |
| CMYK | cmyk(4%, 0%, 6%, 80%) | |
| LAB | lab(21, -1, 2) | |
| OKLCH | oklch(0.32 0.006 135) |
Color harmonies
Tints & shades
Code snippets
color: #313330;
background-color: #313330;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-zinc-500 /* ≈ #71717b */
/* Flutter */
Color(0xFF313330)
/* Swift / UIKit */
UIColor(red: 0.19, green: 0.20, blue: 0.19, alpha: 1.0)