Shades of Jaguar #202039
Tints of Jaguar #202039
RGB
CMYK
RGB Variations
Color information
#202039 (or 0x202039) is known color: Jaguar. HEX triplet: 20, 20 and 39. RGB value is (32,32,57). Sum of RGB (Red+Green+Blue) = 32+32+57=121 (16% of max value = 765). Red value is 32 (12.89% from 255 or 26.45% from 121); Green value is 32 (12.89% from 255 or 26.45% from 121); Blue value is 57 (22.66% from 255 or 47.11% from 121); Max value from RGB is 57 - color contains mainly: blue. Hex color #202039 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202039 is #DFDFC6. Grayscale: #222222. Windows color (decimal): -14671815 or 3743776. OLE color: 3743776.
HSL color Cylindrical-coordinate representation of color #202039: hue angle of 240º degrees, saturation: 0.28, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #202039 is Cyan = 0.44, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 32 | 32 | 57 | - |
| CMYK | 0.44 | 0.44 | 0 | 0.78 |
| HSL | 240º | 0.28% | 0.17% | - |
| HSV(B) | 240º | 0.44% | 0.22% | - |
| XYZ | 1.85 | 1.64 | 4.09 | - |
| YUV | 34.85 | 140.5 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 32 | 57 | 0.44 | 0.44 | 0 | 0.78 | 240 | 0.28 | 0.17 |
| Hex | 20 | 20 | 39 | 2C | 2C | 0 | 4E | F0 | 1C | 11 |
| Octal | 40 | 40 | 71 | 54 | 54 | 0 | 116 | 360 | 34 | 21 |
| Binary | 100000 | 100000 | 111001 | 101100 | 101100 | 0 | 1001110 | 11110000 | 11100 | 10001 |
Color Harmonies of #202039
Complementary color
Monochromatic Colors of #202039
Black with #202039
Text Example
Text Example
White with #202039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202039; }
p { color: rgb(32,32,57); }
H1.HeaderClassName
{
color: #202039;
}
.AnyTagClassName
{
color: #202039;
}
</style>
background-color css
<style>
a { background-color: #202039; }
a { background-color: rgb(32,32,57); }
div.DivClassName
{
background-color: #202039;
}
.BgClassName
{
background-color: #202039;
}
</style>
border-color css
<style>
span { border-color: #202039; }
span { border-color: rgb(32,32,57); }
td.TdClassName
{
border-color: #202039;
}
.TagClassName
{
border-color: #202039;
}
</style>