Shades of Jaguar #151321
Tints of Jaguar #151321
RGB
CMYK
RGB Variations
Color information
#151321 (or 0x151321) is known color: Jaguar. HEX triplet: 15, 13 and 21. RGB value is (21,19,33). Sum of RGB (Red+Green+Blue) = 21+19+33=73 (9% of max value = 765). Red value is 21 (8.59% from 255 or 28.77% from 73); Green value is 19 (7.81% from 255 or 26.03% from 73); Blue value is 33 (13.28% from 255 or 45.21% from 73); Max value from RGB is 33 - color contains mainly: blue. Hex color #151321 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151321 is #EAECDE. Grayscale: #151515. Windows color (decimal): -15396063 or 2167573. OLE color: 2167573.
HSL color Cylindrical-coordinate representation of color #151321: hue angle of 248.57º degrees, saturation: 0.27, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #151321 is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 21 | 19 | 33 | - |
| CMYK | 0.36 | 0.42 | 0 | 0.87 |
| HSL | 248.57º | 0.27% | 0.1% | - |
| HSV(B) | 248.57º | 0.42% | 0.13% | - |
| XYZ | 0.82 | 0.73 | 1.54 | - |
| YUV | 21.19 | 134.66 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 19 | 33 | 0.36 | 0.42 | 0 | 0.87 | 248.57 | 0.27 | 0.1 |
| Hex | 15 | 13 | 21 | 24 | 2A | 0 | 57 | F9 | 1B | A |
| Octal | 25 | 23 | 41 | 44 | 52 | 0 | 127 | 371 | 33 | 12 |
| Binary | 10101 | 10011 | 100001 | 100100 | 101010 | 0 | 1010111 | 11111001 | 11011 | 1010 |
Color Harmonies of #151321
Complementary color
Monochromatic Colors of #151321
Black with #151321
Text Example
Text Example
White with #151321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151321; }
p { color: rgb(21,19,33); }
H1.HeaderClassName
{
color: #151321;
}
.AnyTagClassName
{
color: #151321;
}
</style>
background-color css
<style>
a { background-color: #151321; }
a { background-color: rgb(21,19,33); }
div.DivClassName
{
background-color: #151321;
}
.BgClassName
{
background-color: #151321;
}
</style>
border-color css
<style>
span { border-color: #151321; }
span { border-color: rgb(21,19,33); }
td.TdClassName
{
border-color: #151321;
}
.TagClassName
{
border-color: #151321;
}
</style>