Shades of Jaguar #120C29
Tints of Jaguar #120C29
RGB
CMYK
RGB Variations
Color information
#120C29 (or 0x120C29) is known color: Jaguar. HEX triplet: 12, 0C and 29. RGB value is (18,12,41). Sum of RGB (Red+Green+Blue) = 18+12+41=71 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25.35% from 71); Green value is 12 (5.08% from 255 or 16.90% from 71); Blue value is 41 (16.41% from 255 or 57.75% from 71); Max value from RGB is 41 - color contains mainly: blue. Hex color #120C29 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120C29 is #EDF3D6. Grayscale: #101010. Windows color (decimal): -15594455 or 2690066. OLE color: 2690066.
HSL color Cylindrical-coordinate representation of color #120C29: hue angle of 252.41º degrees, saturation: 0.55, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #120C29 is Cyan = 0.56, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 18 | 12 | 41 | - |
| CMYK | 0.56 | 0.71 | 0 | 0.84 |
| HSL | 252.41º | 0.55% | 0.1% | - |
| HSV(B) | 252.41º | 0.71% | 0.16% | - |
| XYZ | 0.78 | 0.55 | 2.16 | - |
| YUV | 17.1 | 141.49 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 12 | 41 | 0.56 | 0.71 | 0 | 0.84 | 252.41 | 0.55 | 0.1 |
| Hex | 12 | C | 29 | 38 | 47 | 0 | 54 | FC | 37 | A |
| Octal | 22 | 14 | 51 | 70 | 107 | 0 | 124 | 374 | 67 | 12 |
| Binary | 10010 | 1100 | 101001 | 111000 | 1000111 | 0 | 1010100 | 11111100 | 110111 | 1010 |
Color Harmonies of #120C29
Complementary color
Monochromatic Colors of #120C29
Black with #120C29
Text Example
Text Example
White with #120C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120C29; }
p { color: rgb(18,12,41); }
H1.HeaderClassName
{
color: #120C29;
}
.AnyTagClassName
{
color: #120C29;
}
</style>
background-color css
<style>
a { background-color: #120C29; }
a { background-color: rgb(18,12,41); }
div.DivClassName
{
background-color: #120C29;
}
.BgClassName
{
background-color: #120C29;
}
</style>
border-color css
<style>
span { border-color: #120C29; }
span { border-color: rgb(18,12,41); }
td.TdClassName
{
border-color: #120C29;
}
.TagClassName
{
border-color: #120C29;
}
</style>