RGB
37, 37, 37
HSL
0°, 0%, 15%
CMYK
0, 0, 0, 85
HSV
0°, 0%, 15%
Similar Colors
Conversions & Codes
| Format | Value | CSS |
|---|---|---|
| HEX | #252525 |
color: #252525;
|
| RGB | 37, 37, 37 |
color: rgb(37, 37, 37);
|
| RGB Percentage | 15%, 15%, 15% |
color: rgb(15%, 15%, 15%);
|
| CMYK | 0%, 0%, 0%, 85% | Not supported in CSS |
| HSL | 0°, 0%, 15% |
color: hsl(0, 0%, 15%);
|
| HSV | 0°, 0%, 15% | Not supported in CSS |
| CIE-LAB | 12, 0, 0 |
color: lab(12% 0 0);
|
| Decimal | 2434341 | Not supported in CSS |
Color Variations
Shades
Tints
Tones
Hues
Color Harmonies
Analogous
Complementary
Split Complementary
Triadic
Tetradic
Square
CSS & Dev Snippets
CSS
.jet-black {
color: #252525;
}
SCSS
$jet-black: #252525;
RGB
rgb(37, 37, 37)
Accessibility & Contrast
White background
15.33:1
15.33
contrast ratio on a white background
Element
AA
AAA
Small text
Large text
UI element
Black background
1.37:1
1.37
contrast ratio on a black background
Element
AA
AAA
Small text
Large text
UI element