Shades of Jaguar #110D1D
Tints of Jaguar #110D1D
RGB
CMYK
RGB Variations
Color information
#110D1D (or 0x110D1D) is known color: Jaguar. HEX triplet: 11, 0D and 1D. RGB value is (17,13,29). Sum of RGB (Red+Green+Blue) = 17+13+29=59 (7% of max value = 765). Red value is 17 (7.03% from 255 or 28.81% from 59); Green value is 13 (5.47% from 255 or 22.03% from 59); Blue value is 29 (11.72% from 255 or 49.15% from 59); Max value from RGB is 29 - color contains mainly: blue. Hex color #110D1D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110D1D is #EEF2E2. Grayscale: #0F0F0F. Windows color (decimal): -15659747 or 1903889. OLE color: 1903889.
HSL color Cylindrical-coordinate representation of color #110D1D: hue angle of 255º degrees, saturation: 0.38, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #110D1D is Cyan = 0.41, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 17 | 13 | 29 | - |
| CMYK | 0.41 | 0.55 | 0 | 0.89 |
| HSL | 255º | 0.38% | 0.08% | - |
| HSV(B) | 255º | 0.55% | 0.11% | - |
| XYZ | 0.6 | 0.5 | 1.23 | - |
| YUV | 16.02 | 135.33 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 13 | 29 | 0.41 | 0.55 | 0 | 0.89 | 255 | 0.38 | 0.08 |
| Hex | 11 | D | 1D | 29 | 37 | 0 | 59 | FF | 26 | 8 |
| Octal | 21 | 15 | 35 | 51 | 67 | 0 | 131 | 377 | 46 | 10 |
| Binary | 10001 | 1101 | 11101 | 101001 | 110111 | 0 | 1011001 | 11111111 | 100110 | 1000 |
Color Harmonies of #110D1D
Complementary color
Monochromatic Colors of #110D1D
Black with #110D1D
Text Example
Text Example
White with #110D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110D1D; }
p { color: rgb(17,13,29); }
H1.HeaderClassName
{
color: #110D1D;
}
.AnyTagClassName
{
color: #110D1D;
}
</style>
background-color css
<style>
a { background-color: #110D1D; }
a { background-color: rgb(17,13,29); }
div.DivClassName
{
background-color: #110D1D;
}
.BgClassName
{
background-color: #110D1D;
}
</style>
border-color css
<style>
span { border-color: #110D1D; }
span { border-color: rgb(17,13,29); }
td.TdClassName
{
border-color: #110D1D;
}
.TagClassName
{
border-color: #110D1D;
}
</style>