Knight Rider
#0f0707
Here's everything about the color Knight Rider (#0f0707) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #0f0707 | |
|---|---|---|
| RGB | rgb(15, 7, 7) | |
| HSL | hsl(0, 36%, 4%) | |
| CMYK | cmyk(0%, 53%, 53%, 94%) | |
| LAB | lab(2, 2, 1) | |
| OKLCH | oklch(0.14 0.015 19) |
Color harmonies
Tints & shades
Code snippets
color: #0f0707;
background-color: #0f0707;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF0F0707)
/* Swift / UIKit */
UIColor(red: 0.06, green: 0.03, blue: 0.03, alpha: 1.0)