Shades of Jaguar #120E20
Tints of Jaguar #120E20
RGB
CMYK
RGB Variations
Color information
#120E20 (or 0x120E20) is known color: Jaguar. HEX triplet: 12, 0E and 20. RGB value is (18,14,32). Sum of RGB (Red+Green+Blue) = 18+14+32=64 (8% of max value = 765). Red value is 18 (7.42% from 255 or 28.12% from 64); Green value is 14 (5.86% from 255 or 21.88% from 64); Blue value is 32 (12.89% from 255 or 50% from 64); Max value from RGB is 32 - color contains mainly: blue. Hex color #120E20 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120E20 is #EDF1DF. Grayscale: #111111. Windows color (decimal): -15593952 or 2100754. OLE color: 2100754.
HSL color Cylindrical-coordinate representation of color #120E20: hue angle of 253.33º degrees, saturation: 0.39, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #120E20 is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 18 | 14 | 32 | - |
| CMYK | 0.44 | 0.56 | 0 | 0.87 |
| HSL | 253.33º | 0.39% | 0.09% | - |
| HSV(B) | 253.33º | 0.56% | 0.13% | - |
| XYZ | 0.67 | 0.55 | 1.44 | - |
| YUV | 17.25 | 136.33 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 14 | 32 | 0.44 | 0.56 | 0 | 0.87 | 253.33 | 0.39 | 0.09 |
| Hex | 12 | E | 20 | 2C | 38 | 0 | 57 | FD | 27 | 9 |
| Octal | 22 | 16 | 40 | 54 | 70 | 0 | 127 | 375 | 47 | 11 |
| Binary | 10010 | 1110 | 100000 | 101100 | 111000 | 0 | 1010111 | 11111101 | 100111 | 1001 |
Color Harmonies of #120E20
Complementary color
Monochromatic Colors of #120E20
Black with #120E20
Text Example
Text Example
White with #120E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120E20; }
p { color: rgb(18,14,32); }
H1.HeaderClassName
{
color: #120E20;
}
.AnyTagClassName
{
color: #120E20;
}
</style>
background-color css
<style>
a { background-color: #120E20; }
a { background-color: rgb(18,14,32); }
div.DivClassName
{
background-color: #120E20;
}
.BgClassName
{
background-color: #120E20;
}
</style>
border-color css
<style>
span { border-color: #120E20; }
span { border-color: rgb(18,14,32); }
td.TdClassName
{
border-color: #120E20;
}
.TagClassName
{
border-color: #120E20;
}
</style>