Black Stallion
#0e191c
Black Stallion, represented by the hex value #0e191c, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #0e191c | |
|---|---|---|
| RGB | rgb(14, 25, 28) | |
| HSL | hsl(193, 33%, 8%) | |
| CMYK | cmyk(50%, 11%, 0%, 89%) | |
| LAB | lab(8, -4, -4) | |
| OKLCH | oklch(0.2 0.017 217) |
Color harmonies
Tints & shades
Code snippets
color: #0e191c;
background-color: #0e191c;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF0E191C)
/* Swift / UIKit */
UIColor(red: 0.05, green: 0.10, blue: 0.11, alpha: 1.0)