Shades of Jaguar #110D24
Tints of Jaguar #110D24
RGB
CMYK
RGB Variations
Color information
#110D24 (or 0x110D24) is known color: Jaguar. HEX triplet: 11, 0D and 24. RGB value is (17,13,36). Sum of RGB (Red+Green+Blue) = 17+13+36=66 (8% of max value = 765). Red value is 17 (7.03% from 255 or 25.76% from 66); Green value is 13 (5.47% from 255 or 19.70% from 66); Blue value is 36 (14.45% from 255 or 54.55% from 66); Max value from RGB is 36 - color contains mainly: blue. Hex color #110D24 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110D24 is #EEF2DB. Grayscale: #101010. Windows color (decimal): -15659740 or 2362641. OLE color: 2362641.
HSL color Cylindrical-coordinate representation of color #110D24: hue angle of 250.43º degrees, saturation: 0.47, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #110D24 is Cyan = 0.53, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 17 | 13 | 36 | - |
| CMYK | 0.53 | 0.64 | 0 | 0.86 |
| HSL | 250.43º | 0.47% | 0.1% | - |
| HSV(B) | 250.43º | 0.64% | 0.14% | - |
| XYZ | 0.69 | 0.53 | 1.74 | - |
| YUV | 16.82 | 138.83 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 13 | 36 | 0.53 | 0.64 | 0 | 0.86 | 250.43 | 0.47 | 0.1 |
| Hex | 11 | D | 24 | 35 | 40 | 0 | 56 | FA | 2F | A |
| Octal | 21 | 15 | 44 | 65 | 100 | 0 | 126 | 372 | 57 | 12 |
| Binary | 10001 | 1101 | 100100 | 110101 | 1000000 | 0 | 1010110 | 11111010 | 101111 | 1010 |
Color Harmonies of #110D24
Complementary color
Monochromatic Colors of #110D24
Black with #110D24
Text Example
Text Example
White with #110D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110D24; }
p { color: rgb(17,13,36); }
H1.HeaderClassName
{
color: #110D24;
}
.AnyTagClassName
{
color: #110D24;
}
</style>
background-color css
<style>
a { background-color: #110D24; }
a { background-color: rgb(17,13,36); }
div.DivClassName
{
background-color: #110D24;
}
.BgClassName
{
background-color: #110D24;
}
</style>
border-color css
<style>
span { border-color: #110D24; }
span { border-color: rgb(17,13,36); }
td.TdClassName
{
border-color: #110D24;
}
.TagClassName
{
border-color: #110D24;
}
</style>