Shades of Jaguar #110E1B
Tints of Jaguar #110E1B
RGB
CMYK
RGB Variations
Color information
#110E1B (or 0x110E1B) is known color: Jaguar. HEX triplet: 11, 0E and 1B. RGB value is (17,14,27). Sum of RGB (Red+Green+Blue) = 17+14+27=58 (7% of max value = 765). Red value is 17 (7.03% from 255 or 29.31% from 58); Green value is 14 (5.86% from 255 or 24.14% from 58); Blue value is 27 (10.94% from 255 or 46.55% from 58); Max value from RGB is 27 - color contains mainly: blue. Hex color #110E1B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110E1B is #EEF1E4. Grayscale: #101010. Windows color (decimal): -15659493 or 1773073. OLE color: 1773073.
HSL color Cylindrical-coordinate representation of color #110E1B: hue angle of 253.85º degrees, saturation: 0.32, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #110E1B is Cyan = 0.37, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 17 | 14 | 27 | - |
| CMYK | 0.37 | 0.48 | 0 | 0.89 |
| HSL | 253.85º | 0.32% | 0.08% | - |
| HSV(B) | 253.85º | 0.48% | 0.11% | - |
| XYZ | 0.59 | 0.51 | 1.1 | - |
| YUV | 16.38 | 133.99 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 14 | 27 | 0.37 | 0.48 | 0 | 0.89 | 253.85 | 0.32 | 0.08 |
| Hex | 11 | E | 1B | 25 | 30 | 0 | 59 | FE | 20 | 8 |
| Octal | 21 | 16 | 33 | 45 | 60 | 0 | 131 | 376 | 40 | 10 |
| Binary | 10001 | 1110 | 11011 | 100101 | 110000 | 0 | 1011001 | 11111110 | 100000 | 1000 |
Color Harmonies of #110E1B
Complementary color
Monochromatic Colors of #110E1B
Black with #110E1B
Text Example
Text Example
White with #110E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110E1B; }
p { color: rgb(17,14,27); }
H1.HeaderClassName
{
color: #110E1B;
}
.AnyTagClassName
{
color: #110E1B;
}
</style>
background-color css
<style>
a { background-color: #110E1B; }
a { background-color: rgb(17,14,27); }
div.DivClassName
{
background-color: #110E1B;
}
.BgClassName
{
background-color: #110E1B;
}
</style>
border-color css
<style>
span { border-color: #110E1B; }
span { border-color: rgb(17,14,27); }
td.TdClassName
{
border-color: #110E1B;
}
.TagClassName
{
border-color: #110E1B;
}
</style>