Shades of Jaguar #16141D
Tints of Jaguar #16141D
RGB
CMYK
RGB Variations
Color information
#16141D (or 0x16141D) is known color: Jaguar. HEX triplet: 16, 14 and 1D. RGB value is (22,20,29). Sum of RGB (Red+Green+Blue) = 22+20+29=71 (9% of max value = 765). Red value is 22 (8.98% from 255 or 30.99% from 71); Green value is 20 (8.20% from 255 or 28.17% from 71); Blue value is 29 (11.72% from 255 or 40.85% from 71); Max value from RGB is 29 - color contains mainly: blue. Hex color #16141D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16141D is #E9EBE2. Grayscale: #151515. Windows color (decimal): -15330275 or 1905686. OLE color: 1905686.
HSL color Cylindrical-coordinate representation of color #16141D: hue angle of 253.33º degrees, saturation: 0.18, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #16141D is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 22 | 20 | 29 | - |
| CMYK | 0.24 | 0.31 | 0 | 0.89 |
| HSL | 253.33º | 0.18% | 0.1% | - |
| HSV(B) | 253.33º | 0.31% | 0.11% | - |
| XYZ | 0.8 | 0.76 | 1.27 | - |
| YUV | 21.62 | 132.16 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 20 | 29 | 0.24 | 0.31 | 0 | 0.89 | 253.33 | 0.18 | 0.1 |
| Hex | 16 | 14 | 1D | 18 | 1F | 0 | 59 | FD | 12 | A |
| Octal | 26 | 24 | 35 | 30 | 37 | 0 | 131 | 375 | 22 | 12 |
| Binary | 10110 | 10100 | 11101 | 11000 | 11111 | 0 | 1011001 | 11111101 | 10010 | 1010 |
Color Harmonies of #16141D
Complementary color
Monochromatic Colors of #16141D
Black with #16141D
Text Example
Text Example
White with #16141D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16141D; }
p { color: rgb(22,20,29); }
H1.HeaderClassName
{
color: #16141D;
}
.AnyTagClassName
{
color: #16141D;
}
</style>
background-color css
<style>
a { background-color: #16141D; }
a { background-color: rgb(22,20,29); }
div.DivClassName
{
background-color: #16141D;
}
.BgClassName
{
background-color: #16141D;
}
</style>
border-color css
<style>
span { border-color: #16141D; }
span { border-color: rgb(22,20,29); }
td.TdClassName
{
border-color: #16141D;
}
.TagClassName
{
border-color: #16141D;
}
</style>