Shades of Jaguar #120E1E
Tints of Jaguar #120E1E
RGB
CMYK
RGB Variations
Color information
#120E1E (or 0x120E1E) is known color: Jaguar. HEX triplet: 12, 0E and 1E. RGB value is (18,14,30). Sum of RGB (Red+Green+Blue) = 18+14+30=62 (8% of max value = 765). Red value is 18 (7.42% from 255 or 29.03% from 62); Green value is 14 (5.86% from 255 or 22.58% from 62); Blue value is 30 (12.11% from 255 or 48.39% from 62); Max value from RGB is 30 - color contains mainly: blue. Hex color #120E1E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120E1E is #EDF1E1. Grayscale: #101010. Windows color (decimal): -15593954 or 1969682. OLE color: 1969682.
HSL color Cylindrical-coordinate representation of color #120E1E: hue angle of 255º degrees, saturation: 0.36, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #120E1E is Cyan = 0.40, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 18 | 14 | 30 | - |
| CMYK | 0.40 | 0.53 | 0 | 0.88 |
| HSL | 255º | 0.36% | 0.09% | - |
| HSV(B) | 255º | 0.53% | 0.12% | - |
| XYZ | 0.64 | 0.54 | 1.3 | - |
| YUV | 17.02 | 135.33 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 14 | 30 | 0.40 | 0.53 | 0 | 0.88 | 255 | 0.36 | 0.09 |
| Hex | 12 | E | 1E | 28 | 35 | 0 | 58 | FF | 24 | 9 |
| Octal | 22 | 16 | 36 | 50 | 65 | 0 | 130 | 377 | 44 | 11 |
| Binary | 10010 | 1110 | 11110 | 101000 | 110101 | 0 | 1011000 | 11111111 | 100100 | 1001 |
Color Harmonies of #120E1E
Complementary color
Monochromatic Colors of #120E1E
Black with #120E1E
Text Example
Text Example
White with #120E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120E1E; }
p { color: rgb(18,14,30); }
H1.HeaderClassName
{
color: #120E1E;
}
.AnyTagClassName
{
color: #120E1E;
}
</style>
background-color css
<style>
a { background-color: #120E1E; }
a { background-color: rgb(18,14,30); }
div.DivClassName
{
background-color: #120E1E;
}
.BgClassName
{
background-color: #120E1E;
}
</style>
border-color css
<style>
span { border-color: #120E1E; }
span { border-color: rgb(18,14,30); }
td.TdClassName
{
border-color: #120E1E;
}
.TagClassName
{
border-color: #120E1E;
}
</style>