Shades of Jaguar #202033
Tints of Jaguar #202033
RGB
CMYK
RGB Variations
Color information
#202033 (or 0x202033) is known color: Jaguar. HEX triplet: 20, 20 and 33. RGB value is (32,32,51). Sum of RGB (Red+Green+Blue) = 32+32+51=115 (15% of max value = 765). Red value is 32 (12.89% from 255 or 27.83% from 115); Green value is 32 (12.89% from 255 or 27.83% 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 #202033 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202033 is #DFDFCC. Grayscale: #222222. Windows color (decimal): -14671821 or 3350560. OLE color: 3350560.
HSL color Cylindrical-coordinate representation of color #202033: hue angle of 240º degrees, saturation: 0.23, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #202033 is Cyan = 0.37, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 32 | 32 | 51 | - |
| CMYK | 0.37 | 0.37 | 0 | 0.8 |
| HSL | 240º | 0.23% | 0.16% | - |
| HSV(B) | 240º | 0.37% | 0.2% | - |
| XYZ | 1.71 | 1.58 | 3.35 | - |
| YUV | 34.17 | 137.5 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 32 | 51 | 0.37 | 0.37 | 0 | 0.8 | 240 | 0.23 | 0.16 |
| Hex | 20 | 20 | 33 | 25 | 25 | 0 | 50 | F0 | 17 | 10 |
| Octal | 40 | 40 | 63 | 45 | 45 | 0 | 120 | 360 | 27 | 20 |
| Binary | 100000 | 100000 | 110011 | 100101 | 100101 | 0 | 1010000 | 11110000 | 10111 | 10000 |
Color Harmonies of #202033
Complementary color
Monochromatic Colors of #202033
Black with #202033
Text Example
Text Example
White with #202033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202033; }
p { color: rgb(32,32,51); }
H1.HeaderClassName
{
color: #202033;
}
.AnyTagClassName
{
color: #202033;
}
</style>
background-color css
<style>
a { background-color: #202033; }
a { background-color: rgb(32,32,51); }
div.DivClassName
{
background-color: #202033;
}
.BgClassName
{
background-color: #202033;
}
</style>
border-color css
<style>
span { border-color: #202033; }
span { border-color: rgb(32,32,51); }
td.TdClassName
{
border-color: #202033;
}
.TagClassName
{
border-color: #202033;
}
</style>