Back in Black
#16141c
Looking for the precise values behind Back in Black (#16141c)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #16141c | |
|---|---|---|
| RGB | rgb(22, 20, 28) | |
| HSL | hsl(255, 17%, 9%) | |
| CMYK | cmyk(21%, 29%, 0%, 89%) | |
| LAB | lab(7, 2, -5) | |
| OKLCH | oklch(0.2 0.016 296) |
Color harmonies
Tints & shades
Code snippets
color: #16141c;
background-color: #16141c;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF16141C)
/* Swift / UIKit */
UIColor(red: 0.09, green: 0.08, blue: 0.11, alpha: 1.0)