Dead Pixel
#3b3a3a
Dead Pixel, represented by the hex value #3b3a3a, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #3b3a3a | |
|---|---|---|
| RGB | rgb(59, 58, 58) | |
| HSL | hsl(0, 1%, 23%) | |
| CMYK | cmyk(0%, 2%, 2%, 77%) | |
| LAB | lab(25, 0, 0) | |
| OKLCH | oklch(0.35 0.001 17) |
Color harmonies
Tints & shades
Code snippets
color: #3b3a3a;
background-color: #3b3a3a;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-zinc-500 /* ≈ #71717b */
/* Flutter */
Color(0xFF3B3A3A)
/* Swift / UIKit */
UIColor(red: 0.23, green: 0.23, blue: 0.23, alpha: 1.0)