Shades of Jaguar #120D2E
Tints of Jaguar #120D2E
RGB
CMYK
RGB Variations
Color information
#120D2E (or 0x120D2E) is known color: Jaguar. HEX triplet: 12, 0D and 2E. RGB value is (18,13,46). Sum of RGB (Red+Green+Blue) = 18+13+46=77 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.38% from 77); Green value is 13 (5.47% from 255 or 16.88% from 77); Blue value is 46 (18.36% from 255 or 59.74% from 77); Max value from RGB is 46 - color contains mainly: blue. Hex color #120D2E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120D2E is #EDF2D1. Grayscale: #121212. Windows color (decimal): -15594194 or 3018002. OLE color: 3018002.
HSL color Cylindrical-coordinate representation of color #120D2E: hue angle of 249.09º degrees, saturation: 0.56, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #120D2E is Cyan = 0.61, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 18 | 13 | 46 | - |
| CMYK | 0.61 | 0.72 | 0 | 0.82 |
| HSL | 249.09º | 0.56% | 0.12% | - |
| HSV(B) | 249.09º | 0.72% | 0.18% | - |
| XYZ | 0.89 | 0.61 | 2.66 | - |
| YUV | 18.26 | 143.66 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 13 | 46 | 0.61 | 0.72 | 0 | 0.82 | 249.09 | 0.56 | 0.12 |
| Hex | 12 | D | 2E | 3D | 48 | 0 | 52 | F9 | 38 | C |
| Octal | 22 | 15 | 56 | 75 | 110 | 0 | 122 | 371 | 70 | 14 |
| Binary | 10010 | 1101 | 101110 | 111101 | 1001000 | 0 | 1010010 | 11111001 | 111000 | 1100 |
Color Harmonies of #120D2E
Complementary color
Monochromatic Colors of #120D2E
Black with #120D2E
Text Example
Text Example
White with #120D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120D2E; }
p { color: rgb(18,13,46); }
H1.HeaderClassName
{
color: #120D2E;
}
.AnyTagClassName
{
color: #120D2E;
}
</style>
background-color css
<style>
a { background-color: #120D2E; }
a { background-color: rgb(18,13,46); }
div.DivClassName
{
background-color: #120D2E;
}
.BgClassName
{
background-color: #120D2E;
}
</style>
border-color css
<style>
span { border-color: #120D2E; }
span { border-color: rgb(18,13,46); }
td.TdClassName
{
border-color: #120D2E;
}
.TagClassName
{
border-color: #120D2E;
}
</style>