Shades of Jaguar #211F36
Tints of Jaguar #211F36
RGB
CMYK
RGB Variations
Color information
#211F36 (or 0x211F36) is known color: Jaguar. HEX triplet: 21, 1F and 36. RGB value is (33,31,54). Sum of RGB (Red+Green+Blue) = 33+31+54=118 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.97% from 118); Green value is 31 (12.5% from 255 or 26.27% from 118); Blue value is 54 (21.48% from 255 or 45.76% from 118); Max value from RGB is 54 - color contains mainly: blue. Hex color #211F36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211F36 is #DEE0C9. Grayscale: #222222. Windows color (decimal): -14606538 or 3546913. OLE color: 3546913.
HSL color Cylindrical-coordinate representation of color #211F36: hue angle of 245.22º degrees, saturation: 0.27, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #211F36 is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 33 | 31 | 54 | - |
| CMYK | 0.39 | 0.43 | 0 | 0.79 |
| HSL | 245.22º | 0.27% | 0.17% | - |
| HSV(B) | 245.22º | 0.43% | 0.21% | - |
| XYZ | 1.78 | 1.57 | 3.7 | - |
| YUV | 34.22 | 139.16 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 31 | 54 | 0.39 | 0.43 | 0 | 0.79 | 245.22 | 0.27 | 0.17 |
| Hex | 21 | 1F | 36 | 27 | 2B | 0 | 4F | F5 | 1B | 11 |
| Octal | 41 | 37 | 66 | 47 | 53 | 0 | 117 | 365 | 33 | 21 |
| Binary | 100001 | 11111 | 110110 | 100111 | 101011 | 0 | 1001111 | 11110101 | 11011 | 10001 |
Color Harmonies of #211F36
Complementary color
Monochromatic Colors of #211F36
Black with #211F36
Text Example
Text Example
White with #211F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211F36; }
p { color: rgb(33,31,54); }
H1.HeaderClassName
{
color: #211F36;
}
.AnyTagClassName
{
color: #211F36;
}
</style>
background-color css
<style>
a { background-color: #211F36; }
a { background-color: rgb(33,31,54); }
div.DivClassName
{
background-color: #211F36;
}
.BgClassName
{
background-color: #211F36;
}
</style>
border-color css
<style>
span { border-color: #211F36; }
span { border-color: rgb(33,31,54); }
td.TdClassName
{
border-color: #211F36;
}
.TagClassName
{
border-color: #211F36;
}
</style>