Shades of Jaguar #211F33
Tints of Jaguar #211F33
RGB
CMYK
RGB Variations
Color information
#211F33 (or 0x211F33) is known color: Jaguar. HEX triplet: 21, 1F and 33. RGB value is (33,31,51). Sum of RGB (Red+Green+Blue) = 33+31+51=115 (15% of max value = 765). Red value is 33 (13.28% from 255 or 28.70% from 115); Green value is 31 (12.5% from 255 or 26.96% from 115); Blue value is 51 (20.31% from 255 or 44.35% from 115); Max value from RGB is 51 - color contains mainly: blue. Hex color #211F33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211F33 is #DEE0CC. Grayscale: #212121. Windows color (decimal): -14606541 or 3350305. OLE color: 3350305.
HSL color Cylindrical-coordinate representation of color #211F33: hue angle of 246º degrees, saturation: 0.24, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #211F33 is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 33 | 31 | 51 | - |
| CMYK | 0.35 | 0.39 | 0 | 0.8 |
| HSL | 246º | 0.24% | 0.16% | - |
| HSV(B) | 246º | 0.39% | 0.2% | - |
| XYZ | 1.71 | 1.54 | 3.34 | - |
| YUV | 33.88 | 137.66 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 31 | 51 | 0.35 | 0.39 | 0 | 0.8 | 246 | 0.24 | 0.16 |
| Hex | 21 | 1F | 33 | 23 | 27 | 0 | 50 | F6 | 18 | 10 |
| Octal | 41 | 37 | 63 | 43 | 47 | 0 | 120 | 366 | 30 | 20 |
| Binary | 100001 | 11111 | 110011 | 100011 | 100111 | 0 | 1010000 | 11110110 | 11000 | 10000 |
Color Harmonies of #211F33
Complementary color
Monochromatic Colors of #211F33
Black with #211F33
Text Example
Text Example
White with #211F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211F33; }
p { color: rgb(33,31,51); }
H1.HeaderClassName
{
color: #211F33;
}
.AnyTagClassName
{
color: #211F33;
}
</style>
background-color css
<style>
a { background-color: #211F33; }
a { background-color: rgb(33,31,51); }
div.DivClassName
{
background-color: #211F33;
}
.BgClassName
{
background-color: #211F33;
}
</style>
border-color css
<style>
span { border-color: #211F33; }
span { border-color: rgb(33,31,51); }
td.TdClassName
{
border-color: #211F33;
}
.TagClassName
{
border-color: #211F33;
}
</style>