Shades of Jaguar #110C25
Tints of Jaguar #110C25
RGB
CMYK
RGB Variations
Color information
#110C25 (or 0x110C25) is known color: Jaguar. HEX triplet: 11, 0C and 25. RGB value is (17,12,37). Sum of RGB (Red+Green+Blue) = 17+12+37=66 (8% of max value = 765). Red value is 17 (7.03% from 255 or 25.76% from 66); Green value is 12 (5.08% from 255 or 18.18% from 66); Blue value is 37 (14.84% from 255 or 56.06% from 66); Max value from RGB is 37 - color contains mainly: blue. Hex color #110C25 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110C25 is #EEF3DA. Grayscale: #101010. Windows color (decimal): -15659995 or 2427921. OLE color: 2427921.
HSL color Cylindrical-coordinate representation of color #110C25: hue angle of 252º degrees, saturation: 0.51, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #110C25 is Cyan = 0.54, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 17 | 12 | 37 | - |
| CMYK | 0.54 | 0.68 | 0 | 0.85 |
| HSL | 252º | 0.51% | 0.1% | - |
| HSV(B) | 252º | 0.68% | 0.15% | - |
| XYZ | 0.7 | 0.52 | 1.81 | - |
| YUV | 16.35 | 139.66 | 128.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 12 | 37 | 0.54 | 0.68 | 0 | 0.85 | 252 | 0.51 | 0.1 |
| Hex | 11 | C | 25 | 36 | 44 | 0 | 55 | FC | 33 | A |
| Octal | 21 | 14 | 45 | 66 | 104 | 0 | 125 | 374 | 63 | 12 |
| Binary | 10001 | 1100 | 100101 | 110110 | 1000100 | 0 | 1010101 | 11111100 | 110011 | 1010 |
Color Harmonies of #110C25
Complementary color
Monochromatic Colors of #110C25
Black with #110C25
Text Example
Text Example
White with #110C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110C25; }
p { color: rgb(17,12,37); }
H1.HeaderClassName
{
color: #110C25;
}
.AnyTagClassName
{
color: #110C25;
}
</style>
background-color css
<style>
a { background-color: #110C25; }
a { background-color: rgb(17,12,37); }
div.DivClassName
{
background-color: #110C25;
}
.BgClassName
{
background-color: #110C25;
}
</style>
border-color css
<style>
span { border-color: #110C25; }
span { border-color: rgb(17,12,37); }
td.TdClassName
{
border-color: #110C25;
}
.TagClassName
{
border-color: #110C25;
}
</style>