Shades of Jaguar #120C2C
Tints of Jaguar #120C2C
RGB
CMYK
RGB Variations
Color information
#120C2C (or 0x120C2C) is known color: Jaguar. HEX triplet: 12, 0C and 2C. RGB value is (18,12,44). Sum of RGB (Red+Green+Blue) = 18+12+44=74 (9% of max value = 765). Red value is 18 (7.42% from 255 or 24.32% from 74); Green value is 12 (5.08% from 255 or 16.22% from 74); Blue value is 44 (17.58% from 255 or 59.46% from 74); Max value from RGB is 44 - color contains mainly: blue. Hex color #120C2C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120C2C is #EDF3D3. Grayscale: #111111. Windows color (decimal): -15594452 or 2886674. OLE color: 2886674.
HSL color Cylindrical-coordinate representation of color #120C2C: hue angle of 251.25º degrees, saturation: 0.57, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #120C2C is Cyan = 0.59, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 18 | 12 | 44 | - |
| CMYK | 0.59 | 0.73 | 0 | 0.83 |
| HSL | 251.25º | 0.57% | 0.11% | - |
| HSV(B) | 251.25º | 0.73% | 0.17% | - |
| XYZ | 0.84 | 0.57 | 2.45 | - |
| YUV | 17.44 | 142.99 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 12 | 44 | 0.59 | 0.73 | 0 | 0.83 | 251.25 | 0.57 | 0.11 |
| Hex | 12 | C | 2C | 3B | 49 | 0 | 53 | FB | 39 | B |
| Octal | 22 | 14 | 54 | 73 | 111 | 0 | 123 | 373 | 71 | 13 |
| Binary | 10010 | 1100 | 101100 | 111011 | 1001001 | 0 | 1010011 | 11111011 | 111001 | 1011 |
Color Harmonies of #120C2C
Complementary color
Monochromatic Colors of #120C2C
Black with #120C2C
Text Example
Text Example
White with #120C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120C2C; }
p { color: rgb(18,12,44); }
H1.HeaderClassName
{
color: #120C2C;
}
.AnyTagClassName
{
color: #120C2C;
}
</style>
background-color css
<style>
a { background-color: #120C2C; }
a { background-color: rgb(18,12,44); }
div.DivClassName
{
background-color: #120C2C;
}
.BgClassName
{
background-color: #120C2C;
}
</style>
border-color css
<style>
span { border-color: #120C2C; }
span { border-color: rgb(18,12,44); }
td.TdClassName
{
border-color: #120C2C;
}
.TagClassName
{
border-color: #120C2C;
}
</style>