Carbon
#333333
Here's everything about the color Carbon (#333333) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #333333 | |
|---|---|---|
| RGB | rgb(51, 51, 51) | |
| HSL | hsl(0, 0%, 20%) | |
| CMYK | cmyk(0%, 0%, 0%, 80%) | |
| LAB | lab(21, 0, 0) | |
| OKLCH | oklch(0.32 0 0) |
Color harmonies
Tints & shades
Code snippets
color: #333333;
background-color: #333333;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF333333)
/* Swift / UIKit */
UIColor(red: 0.20, green: 0.20, blue: 0.20, alpha: 1.0)