Shades of Jaguar #211F34
Tints of Jaguar #211F34
RGB
CMYK
RGB Variations
Color information
#211F34 (or 0x211F34) is known color: Jaguar. HEX triplet: 21, 1F and 34. RGB value is (33,31,52). Sum of RGB (Red+Green+Blue) = 33+31+52=116 (15% of max value = 765). Red value is 33 (13.28% from 255 or 28.45% from 116); Green value is 31 (12.5% from 255 or 26.72% from 116); Blue value is 52 (20.70% from 255 or 44.83% from 116); Max value from RGB is 52 - color contains mainly: blue. Hex color #211F34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211F34 is #DEE0CB. Grayscale: #212121. Windows color (decimal): -14606540 or 3415841. OLE color: 3415841.
HSL color Cylindrical-coordinate representation of color #211F34: hue angle of 245.71º degrees, saturation: 0.25, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #211F34 is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 33 | 31 | 52 | - |
| CMYK | 0.37 | 0.40 | 0 | 0.80 |
| HSL | 245.71º | 0.25% | 0.16% | - |
| HSV(B) | 245.71º | 0.4% | 0.2% | - |
| XYZ | 1.74 | 1.55 | 3.46 | - |
| YUV | 33.99 | 138.16 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 31 | 52 | 0.37 | 0.40 | 0 | 0.80 | 245.71 | 0.25 | 0.16 |
| Hex | 21 | 1F | 34 | 25 | 28 | 0 | 50 | F6 | 19 | 10 |
| Octal | 41 | 37 | 64 | 45 | 50 | 0 | 120 | 366 | 31 | 20 |
| Binary | 100001 | 11111 | 110100 | 100101 | 101000 | 0 | 1010000 | 11110110 | 11001 | 10000 |
Color Harmonies of #211F34
Complementary color
Monochromatic Colors of #211F34
Black with #211F34
Text Example
Text Example
White with #211F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211F34; }
p { color: rgb(33,31,52); }
H1.HeaderClassName
{
color: #211F34;
}
.AnyTagClassName
{
color: #211F34;
}
</style>
background-color css
<style>
a { background-color: #211F34; }
a { background-color: rgb(33,31,52); }
div.DivClassName
{
background-color: #211F34;
}
.BgClassName
{
background-color: #211F34;
}
</style>
border-color css
<style>
span { border-color: #211F34; }
span { border-color: rgb(33,31,52); }
td.TdClassName
{
border-color: #211F34;
}
.TagClassName
{
border-color: #211F34;
}
</style>