Sinister
#12110e
Looking for the precise values behind Sinister (#12110e)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #12110e | |
|---|---|---|
| RGB | rgb(18, 17, 14) | |
| HSL | hsl(45, 13%, 6%) | |
| CMYK | cmyk(0%, 6%, 22%, 93%) | |
| LAB | lab(5, 0, 2) | |
| OKLCH | oklch(0.18 0.006 92) |
Color harmonies
Tints & shades
Code snippets
color: #12110e;
background-color: #12110e;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF12110E)
/* Swift / UIKit */
UIColor(red: 0.07, green: 0.07, blue: 0.05, alpha: 1.0)