Black Knight
#010b13
Black Knight is a color with the hex code #010b13. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #010b13 | |
|---|---|---|
| RGB | rgb(1, 11, 19) | |
| HSL | hsl(207, 90%, 4%) | |
| CMYK | cmyk(95%, 42%, 0%, 93%) | |
| LAB | lab(3, -2, -5) | |
| OKLCH | oklch(0.14 0.027 236) |
Color harmonies
Tints & shades
Code snippets
color: #010b13;
background-color: #010b13;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF010B13)
/* Swift / UIKit */
UIColor(red: 0.00, green: 0.04, blue: 0.07, alpha: 1.0)