Shades of Jaguar #110E19
Tints of Jaguar #110E19
RGB
CMYK
RGB Variations
Color information
#110E19 (or 0x110E19) is known color: Jaguar. HEX triplet: 11, 0E and 19. RGB value is (17,14,25). Sum of RGB (Red+Green+Blue) = 17+14+25=56 (7% of max value = 765). Red value is 17 (7.03% from 255 or 30.36% from 56); Green value is 14 (5.86% from 255 or 25% from 56); Blue value is 25 (10.16% from 255 or 44.64% from 56); Max value from RGB is 25 - color contains mainly: blue. Hex color #110E19 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110E19 is #EEF1E6. Grayscale: #101010. Windows color (decimal): -15659495 or 1642001. OLE color: 1642001.
HSL color Cylindrical-coordinate representation of color #110E19: hue angle of 256.36º degrees, saturation: 0.28, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #110E19 is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 17 | 14 | 25 | - |
| CMYK | 0.32 | 0.44 | 0 | 0.90 |
| HSL | 256.36º | 0.28% | 0.08% | - |
| HSV(B) | 256.36º | 0.44% | 0.1% | - |
| XYZ | 0.56 | 0.5 | 0.99 | - |
| YUV | 16.15 | 132.99 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 14 | 25 | 0.32 | 0.44 | 0 | 0.90 | 256.36 | 0.28 | 0.08 |
| Hex | 11 | E | 19 | 20 | 2C | 0 | 5A | 100 | 1C | 8 |
| Octal | 21 | 16 | 31 | 40 | 54 | 0 | 132 | 400 | 34 | 10 |
| Binary | 10001 | 1110 | 11001 | 100000 | 101100 | 0 | 1011010 | 100000000 | 11100 | 1000 |
Color Harmonies of #110E19
Complementary color
Monochromatic Colors of #110E19
Black with #110E19
Text Example
Text Example
White with #110E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110E19; }
p { color: rgb(17,14,25); }
H1.HeaderClassName
{
color: #110E19;
}
.AnyTagClassName
{
color: #110E19;
}
</style>
background-color css
<style>
a { background-color: #110E19; }
a { background-color: rgb(17,14,25); }
div.DivClassName
{
background-color: #110E19;
}
.BgClassName
{
background-color: #110E19;
}
</style>
border-color css
<style>
span { border-color: #110E19; }
span { border-color: rgb(17,14,25); }
td.TdClassName
{
border-color: #110E19;
}
.TagClassName
{
border-color: #110E19;
}
</style>