Shades of Jaguar #15131B
Tints of Jaguar #15131B
RGB
CMYK
RGB Variations
Color information
#15131B (or 0x15131B) is known color: Jaguar. HEX triplet: 15, 13 and 1B. RGB value is (21,19,27). Sum of RGB (Red+Green+Blue) = 21+19+27=67 (8% of max value = 765). Red value is 21 (8.59% from 255 or 31.34% from 67); Green value is 19 (7.81% from 255 or 28.36% from 67); Blue value is 27 (10.94% from 255 or 40.30% from 67); Max value from RGB is 27 - color contains mainly: blue. Hex color #15131B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15131B is #EAECE4. Grayscale: #141414. Windows color (decimal): -15396069 or 1774357. OLE color: 1774357.
HSL color Cylindrical-coordinate representation of color #15131B: hue angle of 255º degrees, saturation: 0.17, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #15131B is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 21 | 19 | 27 | - |
| CMYK | 0.22 | 0.30 | 0 | 0.89 |
| HSL | 255º | 0.17% | 0.09% | - |
| HSV(B) | 255º | 0.3% | 0.11% | - |
| XYZ | 0.74 | 0.7 | 1.13 | - |
| YUV | 20.51 | 131.66 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 19 | 27 | 0.22 | 0.30 | 0 | 0.89 | 255 | 0.17 | 0.09 |
| Hex | 15 | 13 | 1B | 16 | 1E | 0 | 59 | FF | 11 | 9 |
| Octal | 25 | 23 | 33 | 26 | 36 | 0 | 131 | 377 | 21 | 11 |
| Binary | 10101 | 10011 | 11011 | 10110 | 11110 | 0 | 1011001 | 11111111 | 10001 | 1001 |
Color Harmonies of #15131B
Complementary color
Monochromatic Colors of #15131B
Black with #15131B
Text Example
Text Example
White with #15131B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15131B; }
p { color: rgb(21,19,27); }
H1.HeaderClassName
{
color: #15131B;
}
.AnyTagClassName
{
color: #15131B;
}
</style>
background-color css
<style>
a { background-color: #15131B; }
a { background-color: rgb(21,19,27); }
div.DivClassName
{
background-color: #15131B;
}
.BgClassName
{
background-color: #15131B;
}
</style>
border-color css
<style>
span { border-color: #15131B; }
span { border-color: rgb(21,19,27); }
td.TdClassName
{
border-color: #15131B;
}
.TagClassName
{
border-color: #15131B;
}
</style>