Shades of Jaguar #212029
Tints of Jaguar #212029
RGB
CMYK
RGB Variations
Color information
#212029 (or 0x212029) is known color: Jaguar. HEX triplet: 21, 20 and 29. RGB value is (33,32,41). Sum of RGB (Red+Green+Blue) = 33+32+41=106 (14% of max value = 765). Red value is 33 (13.28% from 255 or 31.13% from 106); Green value is 32 (12.89% from 255 or 30.19% from 106); Blue value is 41 (16.41% from 255 or 38.68% from 106); Max value from RGB is 41 - color contains mainly: blue. Hex color #212029 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212029 is #DEDFD6. Grayscale: #212121. Windows color (decimal): -14606295 or 2695201. OLE color: 2695201.
HSL color Cylindrical-coordinate representation of color #212029: hue angle of 246.67º degrees, saturation: 0.12, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #212029 is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 33 | 32 | 41 | - |
| CMYK | 0.20 | 0.22 | 0 | 0.84 |
| HSL | 246.67º | 0.12% | 0.14% | - |
| HSV(B) | 246.67º | 0.22% | 0.16% | - |
| XYZ | 1.54 | 1.52 | 2.31 | - |
| YUV | 33.33 | 132.33 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 32 | 41 | 0.20 | 0.22 | 0 | 0.84 | 246.67 | 0.12 | 0.14 |
| Hex | 21 | 20 | 29 | 14 | 16 | 0 | 54 | F7 | C | E |
| Octal | 41 | 40 | 51 | 24 | 26 | 0 | 124 | 367 | 14 | 16 |
| Binary | 100001 | 100000 | 101001 | 10100 | 10110 | 0 | 1010100 | 11110111 | 1100 | 1110 |
Color Harmonies of #212029
Complementary color
Monochromatic Colors of #212029
Black with #212029
Text Example
Text Example
White with #212029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212029; }
p { color: rgb(33,32,41); }
H1.HeaderClassName
{
color: #212029;
}
.AnyTagClassName
{
color: #212029;
}
</style>
background-color css
<style>
a { background-color: #212029; }
a { background-color: rgb(33,32,41); }
div.DivClassName
{
background-color: #212029;
}
.BgClassName
{
background-color: #212029;
}
</style>
border-color css
<style>
span { border-color: #212029; }
span { border-color: rgb(33,32,41); }
td.TdClassName
{
border-color: #212029;
}
.TagClassName
{
border-color: #212029;
}
</style>