Shades of Jaguar #110C2E
Tints of Jaguar #110C2E
RGB
CMYK
RGB Variations
Color information
#110C2E (or 0x110C2E) is known color: Jaguar. HEX triplet: 11, 0C and 2E. RGB value is (17,12,46). Sum of RGB (Red+Green+Blue) = 17+12+46=75 (9% of max value = 765). Red value is 17 (7.03% from 255 or 22.67% from 75); Green value is 12 (5.08% from 255 or 16% from 75); Blue value is 46 (18.36% from 255 or 61.33% from 75); Max value from RGB is 46 - color contains mainly: blue. Hex color #110C2E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110C2E is #EEF3D1. Grayscale: #111111. Windows color (decimal): -15659986 or 3017745. OLE color: 3017745.
HSL color Cylindrical-coordinate representation of color #110C2E: hue angle of 248.82º degrees, saturation: 0.59, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #110C2E is Cyan = 0.63, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 17 | 12 | 46 | - |
| CMYK | 0.63 | 0.74 | 0 | 0.82 |
| HSL | 248.82º | 0.59% | 0.11% | - |
| HSV(B) | 248.82º | 0.74% | 0.18% | - |
| XYZ | 0.86 | 0.58 | 2.65 | - |
| YUV | 17.37 | 144.16 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 12 | 46 | 0.63 | 0.74 | 0 | 0.82 | 248.82 | 0.59 | 0.11 |
| Hex | 11 | C | 2E | 3F | 4A | 0 | 52 | F9 | 3B | B |
| Octal | 21 | 14 | 56 | 77 | 112 | 0 | 122 | 371 | 73 | 13 |
| Binary | 10001 | 1100 | 101110 | 111111 | 1001010 | 0 | 1010010 | 11111001 | 111011 | 1011 |
Color Harmonies of #110C2E
Complementary color
Monochromatic Colors of #110C2E
Black with #110C2E
Text Example
Text Example
White with #110C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110C2E; }
p { color: rgb(17,12,46); }
H1.HeaderClassName
{
color: #110C2E;
}
.AnyTagClassName
{
color: #110C2E;
}
</style>
background-color css
<style>
a { background-color: #110C2E; }
a { background-color: rgb(17,12,46); }
div.DivClassName
{
background-color: #110C2E;
}
.BgClassName
{
background-color: #110C2E;
}
</style>
border-color css
<style>
span { border-color: #110C2E; }
span { border-color: rgb(17,12,46); }
td.TdClassName
{
border-color: #110C2E;
}
.TagClassName
{
border-color: #110C2E;
}
</style>