Shades of Jaguar #16122B
Tints of Jaguar #16122B
RGB
CMYK
RGB Variations
Color information
#16122B (or 0x16122B) is known color: Jaguar. HEX triplet: 16, 12 and 2B. RGB value is (22,18,43). Sum of RGB (Red+Green+Blue) = 22+18+43=83 (10% of max value = 765). Red value is 22 (8.98% from 255 or 26.51% from 83); Green value is 18 (7.42% from 255 or 21.69% from 83); Blue value is 43 (17.19% from 255 or 51.81% from 83); Max value from RGB is 43 - color contains mainly: blue. Hex color #16122B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16122B is #E9EDD4. Grayscale: #151515. Windows color (decimal): -15330773 or 2822678. OLE color: 2822678.
HSL color Cylindrical-coordinate representation of color #16122B: hue angle of 249.6º degrees, saturation: 0.41, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #16122B is Cyan = 0.49, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 22 | 18 | 43 | - |
| CMYK | 0.49 | 0.58 | 0 | 0.83 |
| HSL | 249.6º | 0.41% | 0.12% | - |
| HSV(B) | 249.6º | 0.58% | 0.17% | - |
| XYZ | 0.98 | 0.78 | 2.38 | - |
| YUV | 22.05 | 139.83 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 18 | 43 | 0.49 | 0.58 | 0 | 0.83 | 249.6 | 0.41 | 0.12 |
| Hex | 16 | 12 | 2B | 31 | 3A | 0 | 53 | FA | 29 | C |
| Octal | 26 | 22 | 53 | 61 | 72 | 0 | 123 | 372 | 51 | 14 |
| Binary | 10110 | 10010 | 101011 | 110001 | 111010 | 0 | 1010011 | 11111010 | 101001 | 1100 |
Color Harmonies of #16122B
Complementary color
Monochromatic Colors of #16122B
Black with #16122B
Text Example
Text Example
White with #16122B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16122B; }
p { color: rgb(22,18,43); }
H1.HeaderClassName
{
color: #16122B;
}
.AnyTagClassName
{
color: #16122B;
}
</style>
background-color css
<style>
a { background-color: #16122B; }
a { background-color: rgb(22,18,43); }
div.DivClassName
{
background-color: #16122B;
}
.BgClassName
{
background-color: #16122B;
}
</style>
border-color css
<style>
span { border-color: #16122B; }
span { border-color: rgb(22,18,43); }
td.TdClassName
{
border-color: #16122B;
}
.TagClassName
{
border-color: #16122B;
}
</style>