Shades of Jaguar #110D1F
Tints of Jaguar #110D1F
RGB
CMYK
RGB Variations
Color information
#110D1F (or 0x110D1F) is known color: Jaguar. HEX triplet: 11, 0D and 1F. RGB value is (17,13,31). Sum of RGB (Red+Green+Blue) = 17+13+31=61 (8% of max value = 765). Red value is 17 (7.03% from 255 or 27.87% from 61); Green value is 13 (5.47% from 255 or 21.31% from 61); Blue value is 31 (12.5% from 255 or 50.82% from 61); Max value from RGB is 31 - color contains mainly: blue. Hex color #110D1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110D1F is #EEF2E0. Grayscale: #101010. Windows color (decimal): -15659745 or 2034961. OLE color: 2034961.
HSL color Cylindrical-coordinate representation of color #110D1F: hue angle of 253.33º degrees, saturation: 0.41, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #110D1F is Cyan = 0.45, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 17 | 13 | 31 | - |
| CMYK | 0.45 | 0.58 | 0 | 0.88 |
| HSL | 253.33º | 0.41% | 0.09% | - |
| HSV(B) | 253.33º | 0.58% | 0.12% | - |
| XYZ | 0.62 | 0.51 | 1.36 | - |
| YUV | 16.25 | 136.33 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 13 | 31 | 0.45 | 0.58 | 0 | 0.88 | 253.33 | 0.41 | 0.09 |
| Hex | 11 | D | 1F | 2D | 3A | 0 | 58 | FD | 29 | 9 |
| Octal | 21 | 15 | 37 | 55 | 72 | 0 | 130 | 375 | 51 | 11 |
| Binary | 10001 | 1101 | 11111 | 101101 | 111010 | 0 | 1011000 | 11111101 | 101001 | 1001 |
Color Harmonies of #110D1F
Complementary color
Monochromatic Colors of #110D1F
Black with #110D1F
Text Example
Text Example
White with #110D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110D1F; }
p { color: rgb(17,13,31); }
H1.HeaderClassName
{
color: #110D1F;
}
.AnyTagClassName
{
color: #110D1F;
}
</style>
background-color css
<style>
a { background-color: #110D1F; }
a { background-color: rgb(17,13,31); }
div.DivClassName
{
background-color: #110D1F;
}
.BgClassName
{
background-color: #110D1F;
}
</style>
border-color css
<style>
span { border-color: #110D1F; }
span { border-color: rgb(17,13,31); }
td.TdClassName
{
border-color: #110D1F;
}
.TagClassName
{
border-color: #110D1F;
}
</style>