Shades of Jaguar #21202F
Tints of Jaguar #21202F
RGB
CMYK
RGB Variations
Color information
#21202F (or 0x21202F) is known color: Jaguar. HEX triplet: 21, 20 and 2F. RGB value is (33,32,47). Sum of RGB (Red+Green+Blue) = 33+32+47=112 (14% of max value = 765). Red value is 33 (13.28% from 255 or 29.46% from 112); Green value is 32 (12.89% from 255 or 28.57% from 112); Blue value is 47 (18.75% from 255 or 41.96% from 112); Max value from RGB is 47 - color contains mainly: blue. Hex color #21202F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21202F is #DEDFD0. Grayscale: #212121. Windows color (decimal): -14606289 or 3088417. OLE color: 3088417.
HSL color Cylindrical-coordinate representation of color #21202F: hue angle of 244º degrees, saturation: 0.19, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #21202F is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 33 | 32 | 47 | - |
| CMYK | 0.30 | 0.32 | 0 | 0.82 |
| HSL | 244º | 0.19% | 0.15% | - |
| HSV(B) | 244º | 0.32% | 0.18% | - |
| XYZ | 1.66 | 1.56 | 2.9 | - |
| YUV | 34.01 | 135.33 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 32 | 47 | 0.30 | 0.32 | 0 | 0.82 | 244 | 0.19 | 0.15 |
| Hex | 21 | 20 | 2F | 1E | 20 | 0 | 52 | F4 | 13 | F |
| Octal | 41 | 40 | 57 | 36 | 40 | 0 | 122 | 364 | 23 | 17 |
| Binary | 100001 | 100000 | 101111 | 11110 | 100000 | 0 | 1010010 | 11110100 | 10011 | 1111 |
Color Harmonies of #21202F
Complementary color
Monochromatic Colors of #21202F
Black with #21202F
Text Example
Text Example
White with #21202F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21202F; }
p { color: rgb(33,32,47); }
H1.HeaderClassName
{
color: #21202F;
}
.AnyTagClassName
{
color: #21202F;
}
</style>
background-color css
<style>
a { background-color: #21202F; }
a { background-color: rgb(33,32,47); }
div.DivClassName
{
background-color: #21202F;
}
.BgClassName
{
background-color: #21202F;
}
</style>
border-color css
<style>
span { border-color: #21202F; }
span { border-color: rgb(33,32,47); }
td.TdClassName
{
border-color: #21202F;
}
.TagClassName
{
border-color: #21202F;
}
</style>