Shades of Jaguar #110C33
Tints of Jaguar #110C33
RGB
CMYK
RGB Variations
Color information
#110C33 (or 0x110C33) is known color: Jaguar. HEX triplet: 11, 0C and 33. RGB value is (17,12,51). Sum of RGB (Red+Green+Blue) = 17+12+51=80 (10% of max value = 765). Red value is 17 (7.03% from 255 or 21.25% from 80); Green value is 12 (5.08% from 255 or 15% from 80); Blue value is 51 (20.31% from 255 or 63.75% from 80); Max value from RGB is 51 - color contains mainly: blue. Hex color #110C33 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110C33 is #EEF3CC. Grayscale: #111111. Windows color (decimal): -15659981 or 3345425. OLE color: 3345425.
HSL color Cylindrical-coordinate representation of color #110C33: hue angle of 247.69º degrees, saturation: 0.62, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #110C33 is Cyan = 0.67, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 17 | 12 | 51 | - |
| CMYK | 0.67 | 0.76 | 0 | 0.8 |
| HSL | 247.69º | 0.62% | 0.12% | - |
| HSV(B) | 247.69º | 0.76% | 0.2% | - |
| XYZ | 0.96 | 0.62 | 3.2 | - |
| YUV | 17.94 | 146.66 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 12 | 51 | 0.67 | 0.76 | 0 | 0.8 | 247.69 | 0.62 | 0.12 |
| Hex | 11 | C | 33 | 43 | 4C | 0 | 50 | F8 | 3E | C |
| Octal | 21 | 14 | 63 | 103 | 114 | 0 | 120 | 370 | 76 | 14 |
| Binary | 10001 | 1100 | 110011 | 1000011 | 1001100 | 0 | 1010000 | 11111000 | 111110 | 1100 |
Color Harmonies of #110C33
Complementary color
Monochromatic Colors of #110C33
Black with #110C33
Text Example
Text Example
White with #110C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110C33; }
p { color: rgb(17,12,51); }
H1.HeaderClassName
{
color: #110C33;
}
.AnyTagClassName
{
color: #110C33;
}
</style>
background-color css
<style>
a { background-color: #110C33; }
a { background-color: rgb(17,12,51); }
div.DivClassName
{
background-color: #110C33;
}
.BgClassName
{
background-color: #110C33;
}
</style>
border-color css
<style>
span { border-color: #110C33; }
span { border-color: rgb(17,12,51); }
td.TdClassName
{
border-color: #110C33;
}
.TagClassName
{
border-color: #110C33;
}
</style>