Noir Mystique
#1f180a
Noir Mystique is a color with the hex code #1f180a. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #1f180a | |
|---|---|---|
| RGB | rgb(31, 24, 10) | |
| HSL | hsl(40, 51%, 8%) | |
| CMYK | cmyk(0%, 23%, 68%, 88%) | |
| LAB | lab(9, 2, 9) | |
| OKLCH | oklch(0.21 0.027 84) |
Color harmonies
Tints & shades
Code snippets
color: #1f180a;
background-color: #1f180a;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF1F180A)
/* Swift / UIKit */
UIColor(red: 0.12, green: 0.09, blue: 0.04, alpha: 1.0)