Shades of Jaguar #202030
Tints of Jaguar #202030
RGB
CMYK
RGB Variations
Color information
#202030 (or 0x202030) is known color: Jaguar. HEX triplet: 20, 20 and 30. RGB value is (32,32,48). Sum of RGB (Red+Green+Blue) = 32+32+48=112 (14% of max value = 765). Red value is 32 (12.89% from 255 or 28.57% from 112); Green value is 32 (12.89% from 255 or 28.57% from 112); Blue value is 48 (19.14% from 255 or 42.86% from 112); Max value from RGB is 48 - color contains mainly: blue. Hex color #202030 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202030 is #DFDFCF. Grayscale: #212121. Windows color (decimal): -14671824 or 3153952. OLE color: 3153952.
HSL color Cylindrical-coordinate representation of color #202030: hue angle of 240º degrees, saturation: 0.2, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #202030 is Cyan = 0.33, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 32 | 32 | 48 | - |
| CMYK | 0.33 | 0.33 | 0 | 0.81 |
| HSL | 240º | 0.2% | 0.16% | - |
| HSV(B) | 240º | 0.33% | 0.19% | - |
| XYZ | 1.65 | 1.55 | 3.01 | - |
| YUV | 33.82 | 136 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 32 | 48 | 0.33 | 0.33 | 0 | 0.81 | 240 | 0.2 | 0.16 |
| Hex | 20 | 20 | 30 | 21 | 21 | 0 | 51 | F0 | 14 | 10 |
| Octal | 40 | 40 | 60 | 41 | 41 | 0 | 121 | 360 | 24 | 20 |
| Binary | 100000 | 100000 | 110000 | 100001 | 100001 | 0 | 1010001 | 11110000 | 10100 | 10000 |
Color Harmonies of #202030
Complementary color
Monochromatic Colors of #202030
Black with #202030
Text Example
Text Example
White with #202030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202030; }
p { color: rgb(32,32,48); }
H1.HeaderClassName
{
color: #202030;
}
.AnyTagClassName
{
color: #202030;
}
</style>
background-color css
<style>
a { background-color: #202030; }
a { background-color: rgb(32,32,48); }
div.DivClassName
{
background-color: #202030;
}
.BgClassName
{
background-color: #202030;
}
</style>
border-color css
<style>
span { border-color: #202030; }
span { border-color: rgb(32,32,48); }
td.TdClassName
{
border-color: #202030;
}
.TagClassName
{
border-color: #202030;
}
</style>