Shades of Jaguar #110C34
Tints of Jaguar #110C34
RGB
CMYK
RGB Variations
Color information
#110C34 (or 0x110C34) is known color: Jaguar. HEX triplet: 11, 0C and 34. RGB value is (17,12,52). Sum of RGB (Red+Green+Blue) = 17+12+52=81 (10% of max value = 765). Red value is 17 (7.03% from 255 or 20.99% from 81); Green value is 12 (5.08% from 255 or 14.81% from 81); Blue value is 52 (20.70% from 255 or 64.20% from 81); Max value from RGB is 52 - color contains mainly: blue. Hex color #110C34 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110C34 is #EEF3CB. Grayscale: #111111. Windows color (decimal): -15659980 or 3410961. OLE color: 3410961.
HSL color Cylindrical-coordinate representation of color #110C34: hue angle of 247.5º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #110C34 is Cyan = 0.67, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 17 | 12 | 52 | - |
| CMYK | 0.67 | 0.77 | 0 | 0.80 |
| HSL | 247.5º | 0.63% | 0.13% | - |
| HSV(B) | 247.5º | 0.77% | 0.2% | - |
| XYZ | 0.98 | 0.63 | 3.32 | - |
| YUV | 18.06 | 147.16 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 12 | 52 | 0.67 | 0.77 | 0 | 0.80 | 247.5 | 0.63 | 0.13 |
| Hex | 11 | C | 34 | 43 | 4D | 0 | 50 | F8 | 3E | D |
| Octal | 21 | 14 | 64 | 103 | 115 | 0 | 120 | 370 | 76 | 15 |
| Binary | 10001 | 1100 | 110100 | 1000011 | 1001101 | 0 | 1010000 | 11111000 | 111110 | 1101 |
Color Harmonies of #110C34
Complementary color
Monochromatic Colors of #110C34
Black with #110C34
Text Example
Text Example
White with #110C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110C34; }
p { color: rgb(17,12,52); }
H1.HeaderClassName
{
color: #110C34;
}
.AnyTagClassName
{
color: #110C34;
}
</style>
background-color css
<style>
a { background-color: #110C34; }
a { background-color: rgb(17,12,52); }
div.DivClassName
{
background-color: #110C34;
}
.BgClassName
{
background-color: #110C34;
}
</style>
border-color css
<style>
span { border-color: #110C34; }
span { border-color: rgb(17,12,52); }
td.TdClassName
{
border-color: #110C34;
}
.TagClassName
{
border-color: #110C34;
}
</style>