Shades of Jaguar #110C22
Tints of Jaguar #110C22
RGB
CMYK
RGB Variations
Color information
#110C22 (or 0x110C22) is known color: Jaguar. HEX triplet: 11, 0C and 22. RGB value is (17,12,34). Sum of RGB (Red+Green+Blue) = 17+12+34=63 (8% of max value = 765). Red value is 17 (7.03% from 255 or 26.98% from 63); Green value is 12 (5.08% from 255 or 19.05% from 63); Blue value is 34 (13.67% from 255 or 53.97% from 63); Max value from RGB is 34 - color contains mainly: blue. Hex color #110C22 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110C22 is #EEF3DD. Grayscale: #0F0F0F. Windows color (decimal): -15659998 or 2231313. OLE color: 2231313.
HSL color Cylindrical-coordinate representation of color #110C22: hue angle of 253.64º degrees, saturation: 0.48, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #110C22 is Cyan = 0.50, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 17 | 12 | 34 | - |
| CMYK | 0.50 | 0.65 | 0 | 0.87 |
| HSL | 253.64º | 0.48% | 0.09% | - |
| HSV(B) | 253.64º | 0.65% | 0.13% | - |
| XYZ | 0.65 | 0.5 | 1.58 | - |
| YUV | 16 | 138.16 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 12 | 34 | 0.50 | 0.65 | 0 | 0.87 | 253.64 | 0.48 | 0.09 |
| Hex | 11 | C | 22 | 32 | 41 | 0 | 57 | FE | 30 | 9 |
| Octal | 21 | 14 | 42 | 62 | 101 | 0 | 127 | 376 | 60 | 11 |
| Binary | 10001 | 1100 | 100010 | 110010 | 1000001 | 0 | 1010111 | 11111110 | 110000 | 1001 |
Color Harmonies of #110C22
Complementary color
Monochromatic Colors of #110C22
Black with #110C22
Text Example
Text Example
White with #110C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110C22; }
p { color: rgb(17,12,34); }
H1.HeaderClassName
{
color: #110C22;
}
.AnyTagClassName
{
color: #110C22;
}
</style>
background-color css
<style>
a { background-color: #110C22; }
a { background-color: rgb(17,12,34); }
div.DivClassName
{
background-color: #110C22;
}
.BgClassName
{
background-color: #110C22;
}
</style>
border-color css
<style>
span { border-color: #110C22; }
span { border-color: rgb(17,12,34); }
td.TdClassName
{
border-color: #110C22;
}
.TagClassName
{
border-color: #110C22;
}
</style>