Shades of Jaguar #212037
Tints of Jaguar #212037
RGB
CMYK
RGB Variations
Color information
#212037 (or 0x212037) is known color: Jaguar. HEX triplet: 21, 20 and 37. RGB value is (33,32,55). Sum of RGB (Red+Green+Blue) = 33+32+55=120 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.5% from 120); Green value is 32 (12.89% from 255 or 26.67% from 120); Blue value is 55 (21.88% from 255 or 45.83% from 120); Max value from RGB is 55 - color contains mainly: blue. Hex color #212037 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212037 is #DEDFC8. Grayscale: #222222. Windows color (decimal): -14606281 or 3612705. OLE color: 3612705.
HSL color Cylindrical-coordinate representation of color #212037: hue angle of 242.61º degrees, saturation: 0.26, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #212037 is Cyan = 0.4, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 33 | 32 | 55 | - |
| CMYK | 0.4 | 0.42 | 0 | 0.78 |
| HSL | 242.61º | 0.26% | 0.17% | - |
| HSV(B) | 242.61º | 0.42% | 0.22% | - |
| XYZ | 1.83 | 1.63 | 3.83 | - |
| YUV | 34.92 | 139.33 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 32 | 55 | 0.4 | 0.42 | 0 | 0.78 | 242.61 | 0.26 | 0.17 |
| Hex | 21 | 20 | 37 | 28 | 2A | 0 | 4E | F3 | 1A | 11 |
| Octal | 41 | 40 | 67 | 50 | 52 | 0 | 116 | 363 | 32 | 21 |
| Binary | 100001 | 100000 | 110111 | 101000 | 101010 | 0 | 1001110 | 11110011 | 11010 | 10001 |
Color Harmonies of #212037
Complementary color
Monochromatic Colors of #212037
Black with #212037
Text Example
Text Example
White with #212037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212037; }
p { color: rgb(33,32,55); }
H1.HeaderClassName
{
color: #212037;
}
.AnyTagClassName
{
color: #212037;
}
</style>
background-color css
<style>
a { background-color: #212037; }
a { background-color: rgb(33,32,55); }
div.DivClassName
{
background-color: #212037;
}
.BgClassName
{
background-color: #212037;
}
</style>
border-color css
<style>
span { border-color: #212037; }
span { border-color: rgb(33,32,55); }
td.TdClassName
{
border-color: #212037;
}
.TagClassName
{
border-color: #212037;
}
</style>