Shades of Jaguar #110B25
Tints of Jaguar #110B25
RGB
CMYK
RGB Variations
Color information
#110B25 (or 0x110B25) is known color: Jaguar. HEX triplet: 11, 0B and 25. RGB value is (17,11,37). Sum of RGB (Red+Green+Blue) = 17+11+37=65 (8% of max value = 765). Red value is 17 (7.03% from 255 or 26.15% from 65); Green value is 11 (4.69% from 255 or 16.92% from 65); Blue value is 37 (14.84% from 255 or 56.92% from 65); Max value from RGB is 37 - color contains mainly: blue. Hex color #110B25 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110B25 is #EEF4DA. Grayscale: #0F0F0F. Windows color (decimal): -15660251 or 2427665. OLE color: 2427665.
HSL color Cylindrical-coordinate representation of color #110B25: hue angle of 253.85º degrees, saturation: 0.54, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #110B25 is Cyan = 0.54, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 17 | 11 | 37 | - |
| CMYK | 0.54 | 0.70 | 0 | 0.85 |
| HSL | 253.85º | 0.54% | 0.09% | - |
| HSV(B) | 253.85º | 0.7% | 0.15% | - |
| XYZ | 0.68 | 0.49 | 1.81 | - |
| YUV | 15.76 | 139.99 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 11 | 37 | 0.54 | 0.70 | 0 | 0.85 | 253.85 | 0.54 | 0.09 |
| Hex | 11 | B | 25 | 36 | 46 | 0 | 55 | FE | 36 | 9 |
| Octal | 21 | 13 | 45 | 66 | 106 | 0 | 125 | 376 | 66 | 11 |
| Binary | 10001 | 1011 | 100101 | 110110 | 1000110 | 0 | 1010101 | 11111110 | 110110 | 1001 |
Color Harmonies of #110B25
Complementary color
Monochromatic Colors of #110B25
Black with #110B25
Text Example
Text Example
White with #110B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110B25; }
p { color: rgb(17,11,37); }
H1.HeaderClassName
{
color: #110B25;
}
.AnyTagClassName
{
color: #110B25;
}
</style>
background-color css
<style>
a { background-color: #110B25; }
a { background-color: rgb(17,11,37); }
div.DivClassName
{
background-color: #110B25;
}
.BgClassName
{
background-color: #110B25;
}
</style>
border-color css
<style>
span { border-color: #110B25; }
span { border-color: rgb(17,11,37); }
td.TdClassName
{
border-color: #110B25;
}
.TagClassName
{
border-color: #110B25;
}
</style>