Shades of Jaguar #15112B
Tints of Jaguar #15112B
RGB
CMYK
RGB Variations
Color information
#15112B (or 0x15112B) is known color: Jaguar. HEX triplet: 15, 11 and 2B. RGB value is (21,17,43). Sum of RGB (Red+Green+Blue) = 21+17+43=81 (10% of max value = 765). Red value is 21 (8.59% from 255 or 25.93% from 81); Green value is 17 (7.03% from 255 or 20.99% from 81); Blue value is 43 (17.19% from 255 or 53.09% from 81); Max value from RGB is 43 - color contains mainly: blue. Hex color #15112B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15112B is #EAEED4. Grayscale: #151515. Windows color (decimal): -15396565 or 2822421. OLE color: 2822421.
HSL color Cylindrical-coordinate representation of color #15112B: hue angle of 249.23º degrees, saturation: 0.43, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #15112B is Cyan = 0.51, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 21 | 17 | 43 | - |
| CMYK | 0.51 | 0.60 | 0 | 0.83 |
| HSL | 249.23º | 0.43% | 0.12% | - |
| HSV(B) | 249.23º | 0.6% | 0.17% | - |
| XYZ | 0.95 | 0.73 | 2.38 | - |
| YUV | 21.16 | 140.33 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 17 | 43 | 0.51 | 0.60 | 0 | 0.83 | 249.23 | 0.43 | 0.12 |
| Hex | 15 | 11 | 2B | 33 | 3C | 0 | 53 | F9 | 2B | C |
| Octal | 25 | 21 | 53 | 63 | 74 | 0 | 123 | 371 | 53 | 14 |
| Binary | 10101 | 10001 | 101011 | 110011 | 111100 | 0 | 1010011 | 11111001 | 101011 | 1100 |
Color Harmonies of #15112B
Complementary color
Monochromatic Colors of #15112B
Black with #15112B
Text Example
Text Example
White with #15112B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15112B; }
p { color: rgb(21,17,43); }
H1.HeaderClassName
{
color: #15112B;
}
.AnyTagClassName
{
color: #15112B;
}
</style>
background-color css
<style>
a { background-color: #15112B; }
a { background-color: rgb(21,17,43); }
div.DivClassName
{
background-color: #15112B;
}
.BgClassName
{
background-color: #15112B;
}
</style>
border-color css
<style>
span { border-color: #15112B; }
span { border-color: rgb(21,17,43); }
td.TdClassName
{
border-color: #15112B;
}
.TagClassName
{
border-color: #15112B;
}
</style>