Cosmic Bit Flip
#001000
Cosmic Bit Flip, represented by the hex value #001000, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #001000 | |
|---|---|---|
| RGB | rgb(0, 16, 0) | |
| HSL | hsl(120, 100%, 3%) | |
| CMYK | cmyk(100%, 0%, 100%, 94%) | |
| LAB | lab(3, -6, 5) | |
| OKLCH | oklch(0.15 0.051 142) |
Color harmonies
Tints & shades
Code snippets
color: #001000;
background-color: #001000;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF001000)
/* Swift / UIKit */
UIColor(red: 0.00, green: 0.06, blue: 0.00, alpha: 1.0)