Shades of Jaguar #110B2F
Tints of Jaguar #110B2F
RGB
CMYK
RGB Variations
Color information
#110B2F (or 0x110B2F) is known color: Jaguar. HEX triplet: 11, 0B and 2F. RGB value is (17,11,47). Sum of RGB (Red+Green+Blue) = 17+11+47=75 (9% of max value = 765). Red value is 17 (7.03% from 255 or 22.67% from 75); Green value is 11 (4.69% from 255 or 14.67% from 75); Blue value is 47 (18.75% from 255 or 62.67% from 75); Max value from RGB is 47 - color contains mainly: blue. Hex color #110B2F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110B2F is #EEF4D0. Grayscale: #101010. Windows color (decimal): -15660241 or 3083025. OLE color: 3083025.
HSL color Cylindrical-coordinate representation of color #110B2F: hue angle of 250º degrees, saturation: 0.62, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #110B2F is Cyan = 0.64, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 17 | 11 | 47 | - |
| CMYK | 0.64 | 0.77 | 0 | 0.82 |
| HSL | 250º | 0.62% | 0.11% | - |
| HSV(B) | 250º | 0.77% | 0.18% | - |
| XYZ | 0.86 | 0.56 | 2.75 | - |
| YUV | 16.9 | 144.99 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 11 | 47 | 0.64 | 0.77 | 0 | 0.82 | 250 | 0.62 | 0.11 |
| Hex | 11 | B | 2F | 40 | 4D | 0 | 52 | FA | 3E | B |
| Octal | 21 | 13 | 57 | 100 | 115 | 0 | 122 | 372 | 76 | 13 |
| Binary | 10001 | 1011 | 101111 | 1000000 | 1001101 | 0 | 1010010 | 11111010 | 111110 | 1011 |
Color Harmonies of #110B2F
Complementary color
Monochromatic Colors of #110B2F
Black with #110B2F
Text Example
Text Example
White with #110B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110B2F; }
p { color: rgb(17,11,47); }
H1.HeaderClassName
{
color: #110B2F;
}
.AnyTagClassName
{
color: #110B2F;
}
</style>
background-color css
<style>
a { background-color: #110B2F; }
a { background-color: rgb(17,11,47); }
div.DivClassName
{
background-color: #110B2F;
}
.BgClassName
{
background-color: #110B2F;
}
</style>
border-color css
<style>
span { border-color: #110B2F; }
span { border-color: rgb(17,11,47); }
td.TdClassName
{
border-color: #110B2F;
}
.TagClassName
{
border-color: #110B2F;
}
</style>