Shades of Jaguar #15141A
Tints of Jaguar #15141A
RGB
CMYK
RGB Variations
Color information
#15141A (or 0x15141A) is known color: Jaguar. HEX triplet: 15, 14 and 1A. RGB value is (21,20,26). Sum of RGB (Red+Green+Blue) = 21+20+26=67 (8% of max value = 765). Red value is 21 (8.59% from 255 or 31.34% from 67); Green value is 20 (8.20% from 255 or 29.85% from 67); Blue value is 26 (10.55% from 255 or 38.81% from 67); Max value from RGB is 26 - color contains mainly: blue. Hex color #15141A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15141A is #EAEBE5. Grayscale: #141414. Windows color (decimal): -15395814 or 1709077. OLE color: 1709077.
HSL color Cylindrical-coordinate representation of color #15141A: hue angle of 250º degrees, saturation: 0.13, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #15141A is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 21 | 20 | 26 | - |
| CMYK | 0.19 | 0.23 | 0 | 0.90 |
| HSL | 250º | 0.13% | 0.09% | - |
| HSV(B) | 250º | 0.23% | 0.1% | - |
| XYZ | 0.75 | 0.73 | 1.08 | - |
| YUV | 20.98 | 130.83 | 128.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 20 | 26 | 0.19 | 0.23 | 0 | 0.90 | 250 | 0.13 | 0.09 |
| Hex | 15 | 14 | 1A | 13 | 17 | 0 | 5A | FA | D | 9 |
| Octal | 25 | 24 | 32 | 23 | 27 | 0 | 132 | 372 | 15 | 11 |
| Binary | 10101 | 10100 | 11010 | 10011 | 10111 | 0 | 1011010 | 11111010 | 1101 | 1001 |
Color Harmonies of #15141A
Complementary color
Monochromatic Colors of #15141A
Black with #15141A
Text Example
Text Example
White with #15141A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15141A; }
p { color: rgb(21,20,26); }
H1.HeaderClassName
{
color: #15141A;
}
.AnyTagClassName
{
color: #15141A;
}
</style>
background-color css
<style>
a { background-color: #15141A; }
a { background-color: rgb(21,20,26); }
div.DivClassName
{
background-color: #15141A;
}
.BgClassName
{
background-color: #15141A;
}
</style>
border-color css
<style>
span { border-color: #15141A; }
span { border-color: rgb(21,20,26); }
td.TdClassName
{
border-color: #15141A;
}
.TagClassName
{
border-color: #15141A;
}
</style>