Shades of Jaguar #120E24
Tints of Jaguar #120E24
RGB
CMYK
RGB Variations
Color information
#120E24 (or 0x120E24) is known color: Jaguar. HEX triplet: 12, 0E and 24. RGB value is (18,14,36). Sum of RGB (Red+Green+Blue) = 18+14+36=68 (9% of max value = 765). Red value is 18 (7.42% from 255 or 26.47% from 68); Green value is 14 (5.86% from 255 or 20.59% from 68); Blue value is 36 (14.45% from 255 or 52.94% from 68); Max value from RGB is 36 - color contains mainly: blue. Hex color #120E24 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120E24 is #EDF1DB. Grayscale: #111111. Windows color (decimal): -15593948 or 2362898. OLE color: 2362898.
HSL color Cylindrical-coordinate representation of color #120E24: hue angle of 250.91º degrees, saturation: 0.44, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #120E24 is Cyan = 0.5, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 18 | 14 | 36 | - |
| CMYK | 0.5 | 0.61 | 0 | 0.86 |
| HSL | 250.91º | 0.44% | 0.1% | - |
| HSV(B) | 250.91º | 0.61% | 0.14% | - |
| XYZ | 0.72 | 0.57 | 1.74 | - |
| YUV | 17.7 | 138.33 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 14 | 36 | 0.5 | 0.61 | 0 | 0.86 | 250.91 | 0.44 | 0.1 |
| Hex | 12 | E | 24 | 32 | 3D | 0 | 56 | FB | 2C | A |
| Octal | 22 | 16 | 44 | 62 | 75 | 0 | 126 | 373 | 54 | 12 |
| Binary | 10010 | 1110 | 100100 | 110010 | 111101 | 0 | 1010110 | 11111011 | 101100 | 1010 |
Color Harmonies of #120E24
Complementary color
Monochromatic Colors of #120E24
Black with #120E24
Text Example
Text Example
White with #120E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120E24; }
p { color: rgb(18,14,36); }
H1.HeaderClassName
{
color: #120E24;
}
.AnyTagClassName
{
color: #120E24;
}
</style>
background-color css
<style>
a { background-color: #120E24; }
a { background-color: rgb(18,14,36); }
div.DivClassName
{
background-color: #120E24;
}
.BgClassName
{
background-color: #120E24;
}
</style>
border-color css
<style>
span { border-color: #120E24; }
span { border-color: rgb(18,14,36); }
td.TdClassName
{
border-color: #120E24;
}
.TagClassName
{
border-color: #120E24;
}
</style>