Shades of Jaguar #21202C
Tints of Jaguar #21202C
RGB
CMYK
RGB Variations
Color information
#21202C (or 0x21202C) is known color: Jaguar. HEX triplet: 21, 20 and 2C. RGB value is (33,32,44). Sum of RGB (Red+Green+Blue) = 33+32+44=109 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30.28% from 109); Green value is 32 (12.89% from 255 or 29.36% from 109); Blue value is 44 (17.58% from 255 or 40.37% from 109); Max value from RGB is 44 - color contains mainly: blue. Hex color #21202C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21202C is #DEDFD3. Grayscale: #212121. Windows color (decimal): -14606292 or 2891809. OLE color: 2891809.
HSL color Cylindrical-coordinate representation of color #21202C: hue angle of 245º degrees, saturation: 0.16, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #21202C is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 33 | 32 | 44 | - |
| CMYK | 0.25 | 0.27 | 0 | 0.83 |
| HSL | 245º | 0.16% | 0.15% | - |
| HSV(B) | 245º | 0.27% | 0.17% | - |
| XYZ | 1.6 | 1.54 | 2.6 | - |
| YUV | 33.67 | 133.83 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 32 | 44 | 0.25 | 0.27 | 0 | 0.83 | 245 | 0.16 | 0.15 |
| Hex | 21 | 20 | 2C | 19 | 1B | 0 | 53 | F5 | 10 | F |
| Octal | 41 | 40 | 54 | 31 | 33 | 0 | 123 | 365 | 20 | 17 |
| Binary | 100001 | 100000 | 101100 | 11001 | 11011 | 0 | 1010011 | 11110101 | 10000 | 1111 |
Color Harmonies of #21202C
Complementary color
Monochromatic Colors of #21202C
Black with #21202C
Text Example
Text Example
White with #21202C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21202C; }
p { color: rgb(33,32,44); }
H1.HeaderClassName
{
color: #21202C;
}
.AnyTagClassName
{
color: #21202C;
}
</style>
background-color css
<style>
a { background-color: #21202C; }
a { background-color: rgb(33,32,44); }
div.DivClassName
{
background-color: #21202C;
}
.BgClassName
{
background-color: #21202C;
}
</style>
border-color css
<style>
span { border-color: #21202C; }
span { border-color: rgb(33,32,44); }
td.TdClassName
{
border-color: #21202C;
}
.TagClassName
{
border-color: #21202C;
}
</style>