Shades of Jaguar #110F18
Tints of Jaguar #110F18
RGB
CMYK
RGB Variations
Color information
#110F18 (or 0x110F18) is known color: Jaguar. HEX triplet: 11, 0F and 18. RGB value is (17,15,24). Sum of RGB (Red+Green+Blue) = 17+15+24=56 (7% of max value = 765). Red value is 17 (7.03% from 255 or 30.36% from 56); Green value is 15 (6.25% from 255 or 26.79% from 56); Blue value is 24 (9.77% from 255 or 42.86% from 56); Max value from RGB is 24 - color contains mainly: blue. Hex color #110F18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110F18 is #EEF0E7. Grayscale: #101010. Windows color (decimal): -15659240 or 1576721. OLE color: 1576721.
HSL color Cylindrical-coordinate representation of color #110F18: hue angle of 253.33º degrees, saturation: 0.23, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #110F18 is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 17 | 15 | 24 | - |
| CMYK | 0.29 | 0.37 | 0 | 0.91 |
| HSL | 253.33º | 0.23% | 0.08% | - |
| HSV(B) | 253.33º | 0.38% | 0.09% | - |
| XYZ | 0.57 | 0.53 | 0.94 | - |
| YUV | 16.62 | 132.16 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 15 | 24 | 0.29 | 0.37 | 0 | 0.91 | 253.33 | 0.23 | 0.08 |
| Hex | 11 | F | 18 | 1D | 25 | 0 | 5B | FD | 17 | 8 |
| Octal | 21 | 17 | 30 | 35 | 45 | 0 | 133 | 375 | 27 | 10 |
| Binary | 10001 | 1111 | 11000 | 11101 | 100101 | 0 | 1011011 | 11111101 | 10111 | 1000 |
Color Harmonies of #110F18
Complementary color
Monochromatic Colors of #110F18
Black with #110F18
Text Example
Text Example
White with #110F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110F18; }
p { color: rgb(17,15,24); }
H1.HeaderClassName
{
color: #110F18;
}
.AnyTagClassName
{
color: #110F18;
}
</style>
background-color css
<style>
a { background-color: #110F18; }
a { background-color: rgb(17,15,24); }
div.DivClassName
{
background-color: #110F18;
}
.BgClassName
{
background-color: #110F18;
}
</style>
border-color css
<style>
span { border-color: #110F18; }
span { border-color: rgb(17,15,24); }
td.TdClassName
{
border-color: #110F18;
}
.TagClassName
{
border-color: #110F18;
}
</style>