Shades of Jaguar #110D1C
Tints of Jaguar #110D1C
RGB
CMYK
RGB Variations
Color information
#110D1C (or 0x110D1C) is known color: Jaguar. HEX triplet: 11, 0D and 1C. RGB value is (17,13,28). Sum of RGB (Red+Green+Blue) = 17+13+28=58 (7% of max value = 765). Red value is 17 (7.03% from 255 or 29.31% from 58); Green value is 13 (5.47% from 255 or 22.41% from 58); Blue value is 28 (11.33% from 255 or 48.28% from 58); Max value from RGB is 28 - color contains mainly: blue. Hex color #110D1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110D1C is #EEF2E3. Grayscale: #0F0F0F. Windows color (decimal): -15659748 or 1838353. OLE color: 1838353.
HSL color Cylindrical-coordinate representation of color #110D1C: hue angle of 256º degrees, saturation: 0.37, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #110D1C is Cyan = 0.39, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 17 | 13 | 28 | - |
| CMYK | 0.39 | 0.54 | 0 | 0.89 |
| HSL | 256º | 0.37% | 0.08% | - |
| HSV(B) | 256º | 0.54% | 0.11% | - |
| XYZ | 0.58 | 0.49 | 1.16 | - |
| YUV | 15.91 | 134.83 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 13 | 28 | 0.39 | 0.54 | 0 | 0.89 | 256 | 0.37 | 0.08 |
| Hex | 11 | D | 1C | 27 | 36 | 0 | 59 | 100 | 25 | 8 |
| Octal | 21 | 15 | 34 | 47 | 66 | 0 | 131 | 400 | 45 | 10 |
| Binary | 10001 | 1101 | 11100 | 100111 | 110110 | 0 | 1011001 | 100000000 | 100101 | 1000 |
Color Harmonies of #110D1C
Complementary color
Monochromatic Colors of #110D1C
Black with #110D1C
Text Example
Text Example
White with #110D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110D1C; }
p { color: rgb(17,13,28); }
H1.HeaderClassName
{
color: #110D1C;
}
.AnyTagClassName
{
color: #110D1C;
}
</style>
background-color css
<style>
a { background-color: #110D1C; }
a { background-color: rgb(17,13,28); }
div.DivClassName
{
background-color: #110D1C;
}
.BgClassName
{
background-color: #110D1C;
}
</style>
border-color css
<style>
span { border-color: #110D1C; }
span { border-color: rgb(17,13,28); }
td.TdClassName
{
border-color: #110D1C;
}
.TagClassName
{
border-color: #110D1C;
}
</style>