Shades of Jaguar #110B30
Tints of Jaguar #110B30
RGB
CMYK
RGB Variations
Color information
#110B30 (or 0x110B30) is known color: Jaguar. HEX triplet: 11, 0B and 30. RGB value is (17,11,48). Sum of RGB (Red+Green+Blue) = 17+11+48=76 (10% of max value = 765). Red value is 17 (7.03% from 255 or 22.37% from 76); Green value is 11 (4.69% from 255 or 14.47% from 76); Blue value is 48 (19.14% from 255 or 63.16% from 76); Max value from RGB is 48 - color contains mainly: blue. Hex color #110B30 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110B30 is #EEF4CF. Grayscale: #101010. Windows color (decimal): -15660240 or 3148561. OLE color: 3148561.
HSL color Cylindrical-coordinate representation of color #110B30: hue angle of 249.73º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #110B30 is Cyan = 0.65, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 17 | 11 | 48 | - |
| CMYK | 0.65 | 0.77 | 0 | 0.81 |
| HSL | 249.73º | 0.63% | 0.12% | - |
| HSV(B) | 249.73º | 0.77% | 0.19% | - |
| XYZ | 0.88 | 0.57 | 2.86 | - |
| YUV | 17.01 | 145.49 | 127.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 11 | 48 | 0.65 | 0.77 | 0 | 0.81 | 249.73 | 0.63 | 0.12 |
| Hex | 11 | B | 30 | 41 | 4D | 0 | 51 | FA | 3F | C |
| Octal | 21 | 13 | 60 | 101 | 115 | 0 | 121 | 372 | 77 | 14 |
| Binary | 10001 | 1011 | 110000 | 1000001 | 1001101 | 0 | 1010001 | 11111010 | 111111 | 1100 |
Color Harmonies of #110B30
Complementary color
Monochromatic Colors of #110B30
Black with #110B30
Text Example
Text Example
White with #110B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110B30; }
p { color: rgb(17,11,48); }
H1.HeaderClassName
{
color: #110B30;
}
.AnyTagClassName
{
color: #110B30;
}
</style>
background-color css
<style>
a { background-color: #110B30; }
a { background-color: rgb(17,11,48); }
div.DivClassName
{
background-color: #110B30;
}
.BgClassName
{
background-color: #110B30;
}
</style>
border-color css
<style>
span { border-color: #110B30; }
span { border-color: rgb(17,11,48); }
td.TdClassName
{
border-color: #110B30;
}
.TagClassName
{
border-color: #110B30;
}
</style>