Shades of Jaguar #15112C
Tints of Jaguar #15112C
RGB
CMYK
RGB Variations
Color information
#15112C (or 0x15112C) is known color: Jaguar. HEX triplet: 15, 11 and 2C. RGB value is (21,17,44). Sum of RGB (Red+Green+Blue) = 21+17+44=82 (10% of max value = 765). Red value is 21 (8.59% from 255 or 25.61% from 82); Green value is 17 (7.03% from 255 or 20.73% from 82); Blue value is 44 (17.58% from 255 or 53.66% from 82); Max value from RGB is 44 - color contains mainly: blue. Hex color #15112C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15112C is #EAEED3. Grayscale: #151515. Windows color (decimal): -15396564 or 2887957. OLE color: 2887957.
HSL color Cylindrical-coordinate representation of color #15112C: hue angle of 248.89º degrees, saturation: 0.44, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #15112C is Cyan = 0.52, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 21 | 17 | 44 | - |
| CMYK | 0.52 | 0.61 | 0 | 0.83 |
| HSL | 248.89º | 0.44% | 0.12% | - |
| HSV(B) | 248.89º | 0.61% | 0.17% | - |
| XYZ | 0.96 | 0.74 | 2.48 | - |
| YUV | 21.27 | 140.83 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 17 | 44 | 0.52 | 0.61 | 0 | 0.83 | 248.89 | 0.44 | 0.12 |
| Hex | 15 | 11 | 2C | 34 | 3D | 0 | 53 | F9 | 2C | C |
| Octal | 25 | 21 | 54 | 64 | 75 | 0 | 123 | 371 | 54 | 14 |
| Binary | 10101 | 10001 | 101100 | 110100 | 111101 | 0 | 1010011 | 11111001 | 101100 | 1100 |
Color Harmonies of #15112C
Complementary color
Monochromatic Colors of #15112C
Black with #15112C
Text Example
Text Example
White with #15112C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15112C; }
p { color: rgb(21,17,44); }
H1.HeaderClassName
{
color: #15112C;
}
.AnyTagClassName
{
color: #15112C;
}
</style>
background-color css
<style>
a { background-color: #15112C; }
a { background-color: rgb(21,17,44); }
div.DivClassName
{
background-color: #15112C;
}
.BgClassName
{
background-color: #15112C;
}
</style>
border-color css
<style>
span { border-color: #15112C; }
span { border-color: rgb(21,17,44); }
td.TdClassName
{
border-color: #15112C;
}
.TagClassName
{
border-color: #15112C;
}
</style>