Shades of Jaguar #110B28
Tints of Jaguar #110B28
RGB
CMYK
RGB Variations
Color information
#110B28 (or 0x110B28) is known color: Jaguar. HEX triplet: 11, 0B and 28. RGB value is (17,11,40). Sum of RGB (Red+Green+Blue) = 17+11+40=68 (9% of max value = 765). Red value is 17 (7.03% from 255 or 25% from 68); Green value is 11 (4.69% from 255 or 16.18% from 68); Blue value is 40 (16.02% from 255 or 58.82% from 68); Max value from RGB is 40 - color contains mainly: blue. Hex color #110B28 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110B28 is #EEF4D7. Grayscale: #0F0F0F. Windows color (decimal): -15660248 or 2624273. OLE color: 2624273.
HSL color Cylindrical-coordinate representation of color #110B28: hue angle of 252.41º degrees, saturation: 0.57, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #110B28 is Cyan = 0.57, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 17 | 11 | 40 | - |
| CMYK | 0.57 | 0.72 | 0 | 0.84 |
| HSL | 252.41º | 0.57% | 0.1% | - |
| HSV(B) | 252.41º | 0.73% | 0.16% | - |
| XYZ | 0.73 | 0.51 | 2.07 | - |
| YUV | 16.1 | 141.49 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 11 | 40 | 0.57 | 0.72 | 0 | 0.84 | 252.41 | 0.57 | 0.1 |
| Hex | 11 | B | 28 | 39 | 48 | 0 | 54 | FC | 39 | A |
| Octal | 21 | 13 | 50 | 71 | 110 | 0 | 124 | 374 | 71 | 12 |
| Binary | 10001 | 1011 | 101000 | 111001 | 1001000 | 0 | 1010100 | 11111100 | 111001 | 1010 |
Color Harmonies of #110B28
Complementary color
Monochromatic Colors of #110B28
Black with #110B28
Text Example
Text Example
White with #110B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110B28; }
p { color: rgb(17,11,40); }
H1.HeaderClassName
{
color: #110B28;
}
.AnyTagClassName
{
color: #110B28;
}
</style>
background-color css
<style>
a { background-color: #110B28; }
a { background-color: rgb(17,11,40); }
div.DivClassName
{
background-color: #110B28;
}
.BgClassName
{
background-color: #110B28;
}
</style>
border-color css
<style>
span { border-color: #110B28; }
span { border-color: rgb(17,11,40); }
td.TdClassName
{
border-color: #110B28;
}
.TagClassName
{
border-color: #110B28;
}
</style>