Shades of Jaguar #110C29
Tints of Jaguar #110C29
RGB
CMYK
RGB Variations
Color information
#110C29 (or 0x110C29) is known color: Jaguar. HEX triplet: 11, 0C and 29. RGB value is (17,12,41). Sum of RGB (Red+Green+Blue) = 17+12+41=70 (9% of max value = 765). Red value is 17 (7.03% from 255 or 24.29% from 70); Green value is 12 (5.08% from 255 or 17.14% from 70); Blue value is 41 (16.41% from 255 or 58.57% from 70); Max value from RGB is 41 - color contains mainly: blue. Hex color #110C29 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110C29 is #EEF3D6. Grayscale: #101010. Windows color (decimal): -15659991 or 2690065. OLE color: 2690065.
HSL color Cylindrical-coordinate representation of color #110C29: hue angle of 250.34º 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 #110C29 is Cyan = 0.59, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 17 | 12 | 41 | - |
| CMYK | 0.59 | 0.71 | 0 | 0.84 |
| HSL | 250.34º | 0.55% | 0.1% | - |
| HSV(B) | 250.34º | 0.71% | 0.16% | - |
| XYZ | 0.76 | 0.54 | 2.16 | - |
| YUV | 16.8 | 141.66 | 128.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 12 | 41 | 0.59 | 0.71 | 0 | 0.84 | 250.34 | 0.55 | 0.1 |
| Hex | 11 | C | 29 | 3B | 47 | 0 | 54 | FA | 37 | A |
| Octal | 21 | 14 | 51 | 73 | 107 | 0 | 124 | 372 | 67 | 12 |
| Binary | 10001 | 1100 | 101001 | 111011 | 1000111 | 0 | 1010100 | 11111010 | 110111 | 1010 |
Color Harmonies of #110C29
Complementary color
Monochromatic Colors of #110C29
Black with #110C29
Text Example
Text Example
White with #110C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110C29; }
p { color: rgb(17,12,41); }
H1.HeaderClassName
{
color: #110C29;
}
.AnyTagClassName
{
color: #110C29;
}
</style>
background-color css
<style>
a { background-color: #110C29; }
a { background-color: rgb(17,12,41); }
div.DivClassName
{
background-color: #110C29;
}
.BgClassName
{
background-color: #110C29;
}
</style>
border-color css
<style>
span { border-color: #110C29; }
span { border-color: rgb(17,12,41); }
td.TdClassName
{
border-color: #110C29;
}
.TagClassName
{
border-color: #110C29;
}
</style>