Shades of Jaguar #110C31
Tints of Jaguar #110C31
RGB
CMYK
RGB Variations
Color information
#110C31 (or 0x110C31) is known color: Jaguar. HEX triplet: 11, 0C and 31. RGB value is (17,12,49). Sum of RGB (Red+Green+Blue) = 17+12+49=78 (10% of max value = 765). Red value is 17 (7.03% from 255 or 21.79% from 78); Green value is 12 (5.08% from 255 or 15.38% from 78); Blue value is 49 (19.53% from 255 or 62.82% from 78); Max value from RGB is 49 - color contains mainly: blue. Hex color #110C31 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110C31 is #EEF3CE. Grayscale: #111111. Windows color (decimal): -15659983 or 3214353. OLE color: 3214353.
HSL color Cylindrical-coordinate representation of color #110C31: hue angle of 248.11º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #110C31 is Cyan = 0.65, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 17 | 12 | 49 | - |
| CMYK | 0.65 | 0.76 | 0 | 0.81 |
| HSL | 248.11º | 0.61% | 0.12% | - |
| HSV(B) | 248.11º | 0.76% | 0.19% | - |
| XYZ | 0.92 | 0.6 | 2.97 | - |
| YUV | 17.71 | 145.66 | 127.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 12 | 49 | 0.65 | 0.76 | 0 | 0.81 | 248.11 | 0.61 | 0.12 |
| Hex | 11 | C | 31 | 41 | 4C | 0 | 51 | F8 | 3D | C |
| Octal | 21 | 14 | 61 | 101 | 114 | 0 | 121 | 370 | 75 | 14 |
| Binary | 10001 | 1100 | 110001 | 1000001 | 1001100 | 0 | 1010001 | 11111000 | 111101 | 1100 |
Color Harmonies of #110C31
Complementary color
Monochromatic Colors of #110C31
Black with #110C31
Text Example
Text Example
White with #110C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110C31; }
p { color: rgb(17,12,49); }
H1.HeaderClassName
{
color: #110C31;
}
.AnyTagClassName
{
color: #110C31;
}
</style>
background-color css
<style>
a { background-color: #110C31; }
a { background-color: rgb(17,12,49); }
div.DivClassName
{
background-color: #110C31;
}
.BgClassName
{
background-color: #110C31;
}
</style>
border-color css
<style>
span { border-color: #110C31; }
span { border-color: rgb(17,12,49); }
td.TdClassName
{
border-color: #110C31;
}
.TagClassName
{
border-color: #110C31;
}
</style>