Shades of Jaguar #120F1E
Tints of Jaguar #120F1E
RGB
CMYK
RGB Variations
Color information
#120F1E (or 0x120F1E) is known color: Jaguar. HEX triplet: 12, 0F and 1E. RGB value is (18,15,30). Sum of RGB (Red+Green+Blue) = 18+15+30=63 (8% of max value = 765). Red value is 18 (7.42% from 255 or 28.57% from 63); Green value is 15 (6.25% from 255 or 23.81% from 63); Blue value is 30 (12.11% from 255 or 47.62% from 63); Max value from RGB is 30 - color contains mainly: blue. Hex color #120F1E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120F1E is #EDF0E1. Grayscale: #111111. Windows color (decimal): -15593698 or 1969938. OLE color: 1969938.
HSL color Cylindrical-coordinate representation of color #120F1E: hue angle of 252º degrees, saturation: 0.33, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #120F1E is Cyan = 0.40, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 18 | 15 | 30 | - |
| CMYK | 0.40 | 0.5 | 0 | 0.88 |
| HSL | 252º | 0.33% | 0.09% | - |
| HSV(B) | 252º | 0.5% | 0.12% | - |
| XYZ | 0.65 | 0.56 | 1.3 | - |
| YUV | 17.61 | 134.99 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 15 | 30 | 0.40 | 0.5 | 0 | 0.88 | 252 | 0.33 | 0.09 |
| Hex | 12 | F | 1E | 28 | 32 | 0 | 58 | FC | 21 | 9 |
| Octal | 22 | 17 | 36 | 50 | 62 | 0 | 130 | 374 | 41 | 11 |
| Binary | 10010 | 1111 | 11110 | 101000 | 110010 | 0 | 1011000 | 11111100 | 100001 | 1001 |
Color Harmonies of #120F1E
Complementary color
Monochromatic Colors of #120F1E
Black with #120F1E
Text Example
Text Example
White with #120F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120F1E; }
p { color: rgb(18,15,30); }
H1.HeaderClassName
{
color: #120F1E;
}
.AnyTagClassName
{
color: #120F1E;
}
</style>
background-color css
<style>
a { background-color: #120F1E; }
a { background-color: rgb(18,15,30); }
div.DivClassName
{
background-color: #120F1E;
}
.BgClassName
{
background-color: #120F1E;
}
</style>
border-color css
<style>
span { border-color: #120F1E; }
span { border-color: rgb(18,15,30); }
td.TdClassName
{
border-color: #120F1E;
}
.TagClassName
{
border-color: #120F1E;
}
</style>