Shades of Jaguar #120D24
Tints of Jaguar #120D24
RGB
CMYK
RGB Variations
Color information
#120D24 (or 0x120D24) is known color: Jaguar. HEX triplet: 12, 0D and 24. RGB value is (18,13,36). Sum of RGB (Red+Green+Blue) = 18+13+36=67 (8% of max value = 765). Red value is 18 (7.42% from 255 or 26.87% from 67); Green value is 13 (5.47% from 255 or 19.40% from 67); Blue value is 36 (14.45% from 255 or 53.73% from 67); Max value from RGB is 36 - color contains mainly: blue. Hex color #120D24 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120D24 is #EDF2DB. Grayscale: #111111. Windows color (decimal): -15594204 or 2362642. OLE color: 2362642.
HSL color Cylindrical-coordinate representation of color #120D24: hue angle of 253.04º degrees, saturation: 0.47, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #120D24 is Cyan = 0.5, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 18 | 13 | 36 | - |
| CMYK | 0.5 | 0.64 | 0 | 0.86 |
| HSL | 253.04º | 0.47% | 0.1% | - |
| HSV(B) | 253.04º | 0.64% | 0.14% | - |
| XYZ | 0.71 | 0.54 | 1.74 | - |
| YUV | 17.12 | 138.66 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 13 | 36 | 0.5 | 0.64 | 0 | 0.86 | 253.04 | 0.47 | 0.1 |
| Hex | 12 | D | 24 | 32 | 40 | 0 | 56 | FD | 2F | A |
| Octal | 22 | 15 | 44 | 62 | 100 | 0 | 126 | 375 | 57 | 12 |
| Binary | 10010 | 1101 | 100100 | 110010 | 1000000 | 0 | 1010110 | 11111101 | 101111 | 1010 |
Color Harmonies of #120D24
Complementary color
Monochromatic Colors of #120D24
Black with #120D24
Text Example
Text Example
White with #120D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120D24; }
p { color: rgb(18,13,36); }
H1.HeaderClassName
{
color: #120D24;
}
.AnyTagClassName
{
color: #120D24;
}
</style>
background-color css
<style>
a { background-color: #120D24; }
a { background-color: rgb(18,13,36); }
div.DivClassName
{
background-color: #120D24;
}
.BgClassName
{
background-color: #120D24;
}
</style>
border-color css
<style>
span { border-color: #120D24; }
span { border-color: rgb(18,13,36); }
td.TdClassName
{
border-color: #120D24;
}
.TagClassName
{
border-color: #120D24;
}
</style>