Shades of Jaguar #120D2C
Tints of Jaguar #120D2C
RGB
CMYK
RGB Variations
Color information
#120D2C (or 0x120D2C) is known color: Jaguar. HEX triplet: 12, 0D and 2C. RGB value is (18,13,44). Sum of RGB (Red+Green+Blue) = 18+13+44=75 (9% of max value = 765). Red value is 18 (7.42% from 255 or 24% from 75); Green value is 13 (5.47% from 255 or 17.33% from 75); Blue value is 44 (17.58% from 255 or 58.67% from 75); Max value from RGB is 44 - color contains mainly: blue. Hex color #120D2C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120D2C is #EDF2D3. Grayscale: #111111. Windows color (decimal): -15594196 or 2886930. OLE color: 2886930.
HSL color Cylindrical-coordinate representation of color #120D2C: hue angle of 249.68º degrees, saturation: 0.54, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #120D2C is Cyan = 0.59, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 18 | 13 | 44 | - |
| CMYK | 0.59 | 0.70 | 0 | 0.83 |
| HSL | 249.68º | 0.54% | 0.11% | - |
| HSV(B) | 249.68º | 0.7% | 0.17% | - |
| XYZ | 0.85 | 0.6 | 2.45 | - |
| YUV | 18.03 | 142.66 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 13 | 44 | 0.59 | 0.70 | 0 | 0.83 | 249.68 | 0.54 | 0.11 |
| Hex | 12 | D | 2C | 3B | 46 | 0 | 53 | FA | 36 | B |
| Octal | 22 | 15 | 54 | 73 | 106 | 0 | 123 | 372 | 66 | 13 |
| Binary | 10010 | 1101 | 101100 | 111011 | 1000110 | 0 | 1010011 | 11111010 | 110110 | 1011 |
Color Harmonies of #120D2C
Complementary color
Monochromatic Colors of #120D2C
Black with #120D2C
Text Example
Text Example
White with #120D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120D2C; }
p { color: rgb(18,13,44); }
H1.HeaderClassName
{
color: #120D2C;
}
.AnyTagClassName
{
color: #120D2C;
}
</style>
background-color css
<style>
a { background-color: #120D2C; }
a { background-color: rgb(18,13,44); }
div.DivClassName
{
background-color: #120D2C;
}
.BgClassName
{
background-color: #120D2C;
}
</style>
border-color css
<style>
span { border-color: #120D2C; }
span { border-color: rgb(18,13,44); }
td.TdClassName
{
border-color: #120D2C;
}
.TagClassName
{
border-color: #120D2C;
}
</style>