Shades of Jaguar #21212C
Tints of Jaguar #21212C
RGB
CMYK
RGB Variations
Color information
#21212C (or 0x21212C) is known color: Jaguar. HEX triplet: 21, 21 and 2C. RGB value is (33,33,44). Sum of RGB (Red+Green+Blue) = 33+33+44=110 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30% from 110); Green value is 33 (13.28% from 255 or 30% from 110); Blue value is 44 (17.58% from 255 or 40% from 110); Max value from RGB is 44 - color contains mainly: blue. Hex color #21212C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21212C is #DEDED3. Grayscale: #222222. Windows color (decimal): -14606036 or 2892065. OLE color: 2892065.
HSL color Cylindrical-coordinate representation of color #21212C: hue angle of 240º degrees, saturation: 0.14, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #21212C is Cyan = 0.25, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 33 | 33 | 44 | - |
| CMYK | 0.25 | 0.25 | 0 | 0.83 |
| HSL | 240º | 0.14% | 0.15% | - |
| HSV(B) | 240º | 0.25% | 0.17% | - |
| XYZ | 1.63 | 1.59 | 2.6 | - |
| YUV | 34.25 | 133.5 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 33 | 44 | 0.25 | 0.25 | 0 | 0.83 | 240 | 0.14 | 0.15 |
| Hex | 21 | 21 | 2C | 19 | 19 | 0 | 53 | F0 | E | F |
| Octal | 41 | 41 | 54 | 31 | 31 | 0 | 123 | 360 | 16 | 17 |
| Binary | 100001 | 100001 | 101100 | 11001 | 11001 | 0 | 1010011 | 11110000 | 1110 | 1111 |
Color Harmonies of #21212C
Complementary color
Monochromatic Colors of #21212C
Black with #21212C
Text Example
Text Example
White with #21212C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21212C; }
p { color: rgb(33,33,44); }
H1.HeaderClassName
{
color: #21212C;
}
.AnyTagClassName
{
color: #21212C;
}
</style>
background-color css
<style>
a { background-color: #21212C; }
a { background-color: rgb(33,33,44); }
div.DivClassName
{
background-color: #21212C;
}
.BgClassName
{
background-color: #21212C;
}
</style>
border-color css
<style>
span { border-color: #21212C; }
span { border-color: rgb(33,33,44); }
td.TdClassName
{
border-color: #21212C;
}
.TagClassName
{
border-color: #21212C;
}
</style>