Shades of Jaguar #161321
Tints of Jaguar #161321
RGB
CMYK
RGB Variations
Color information
#161321 (or 0x161321) is known color: Jaguar. HEX triplet: 16, 13 and 21. RGB value is (22,19,33). Sum of RGB (Red+Green+Blue) = 22+19+33=74 (9% of max value = 765). Red value is 22 (8.98% from 255 or 29.73% from 74); Green value is 19 (7.81% from 255 or 25.68% from 74); Blue value is 33 (13.28% from 255 or 44.59% from 74); Max value from RGB is 33 - color contains mainly: blue. Hex color #161321 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #161321 is #E9ECDE. Grayscale: #151515. Windows color (decimal): -15330527 or 2167574. OLE color: 2167574.
HSL color Cylindrical-coordinate representation of color #161321: hue angle of 252.86º 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 #161321 is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 22 | 19 | 33 | - |
| CMYK | 0.33 | 0.42 | 0 | 0.87 |
| HSL | 252.86º | 0.27% | 0.1% | - |
| HSV(B) | 252.86º | 0.42% | 0.13% | - |
| XYZ | 0.84 | 0.75 | 1.54 | - |
| YUV | 21.49 | 134.49 | 128.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 19 | 33 | 0.33 | 0.42 | 0 | 0.87 | 252.86 | 0.27 | 0.1 |
| Hex | 16 | 13 | 21 | 21 | 2A | 0 | 57 | FD | 1B | A |
| Octal | 26 | 23 | 41 | 41 | 52 | 0 | 127 | 375 | 33 | 12 |
| Binary | 10110 | 10011 | 100001 | 100001 | 101010 | 0 | 1010111 | 11111101 | 11011 | 1010 |
Color Harmonies of #161321
Complementary color
Monochromatic Colors of #161321
Black with #161321
Text Example
Text Example
White with #161321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161321; }
p { color: rgb(22,19,33); }
H1.HeaderClassName
{
color: #161321;
}
.AnyTagClassName
{
color: #161321;
}
</style>
background-color css
<style>
a { background-color: #161321; }
a { background-color: rgb(22,19,33); }
div.DivClassName
{
background-color: #161321;
}
.BgClassName
{
background-color: #161321;
}
</style>
border-color css
<style>
span { border-color: #161321; }
span { border-color: rgb(22,19,33); }
td.TdClassName
{
border-color: #161321;
}
.TagClassName
{
border-color: #161321;
}
</style>