Shades of Jaguar #151419
Tints of Jaguar #151419
RGB
CMYK
RGB Variations
Color information
#151419 (or 0x151419) is known color: Jaguar. HEX triplet: 15, 14 and 19. RGB value is (21,20,25). Sum of RGB (Red+Green+Blue) = 21+20+25=66 (8% of max value = 765). Red value is 21 (8.59% from 255 or 31.82% from 66); Green value is 20 (8.20% from 255 or 30.30% from 66); Blue value is 25 (10.16% from 255 or 37.88% from 66); Max value from RGB is 25 - color contains mainly: blue. Hex color #151419 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151419 is #EAEBE6. Grayscale: #141414. Windows color (decimal): -15395815 or 1643541. OLE color: 1643541.
HSL color Cylindrical-coordinate representation of color #151419: hue angle of 252º degrees, saturation: 0.11, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #151419 is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 21 | 20 | 25 | - |
| CMYK | 0.16 | 0.20 | 0 | 0.90 |
| HSL | 252º | 0.11% | 0.09% | - |
| HSV(B) | 252º | 0.2% | 0.1% | - |
| XYZ | 0.73 | 0.73 | 1.02 | - |
| YUV | 20.87 | 130.33 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 20 | 25 | 0.16 | 0.20 | 0 | 0.90 | 252 | 0.11 | 0.09 |
| Hex | 15 | 14 | 19 | 10 | 14 | 0 | 5A | FC | B | 9 |
| Octal | 25 | 24 | 31 | 20 | 24 | 0 | 132 | 374 | 13 | 11 |
| Binary | 10101 | 10100 | 11001 | 10000 | 10100 | 0 | 1011010 | 11111100 | 1011 | 1001 |
Color Harmonies of #151419
Complementary color
Monochromatic Colors of #151419
Black with #151419
Text Example
Text Example
White with #151419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151419; }
p { color: rgb(21,20,25); }
H1.HeaderClassName
{
color: #151419;
}
.AnyTagClassName
{
color: #151419;
}
</style>
background-color css
<style>
a { background-color: #151419; }
a { background-color: rgb(21,20,25); }
div.DivClassName
{
background-color: #151419;
}
.BgClassName
{
background-color: #151419;
}
</style>
border-color css
<style>
span { border-color: #151419; }
span { border-color: rgb(21,20,25); }
td.TdClassName
{
border-color: #151419;
}
.TagClassName
{
border-color: #151419;
}
</style>