Shades of Jaguar #16132C
Tints of Jaguar #16132C
RGB
CMYK
RGB Variations
Color information
#16132C (or 0x16132C) is known color: Jaguar. HEX triplet: 16, 13 and 2C. RGB value is (22,19,44). Sum of RGB (Red+Green+Blue) = 22+19+44=85 (11% of max value = 765). Red value is 22 (8.98% from 255 or 25.88% from 85); Green value is 19 (7.81% from 255 or 22.35% from 85); Blue value is 44 (17.58% from 255 or 51.76% from 85); Max value from RGB is 44 - color contains mainly: blue. Hex color #16132C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16132C is #E9ECD3. Grayscale: #161616. Windows color (decimal): -15330516 or 2888470. OLE color: 2888470.
HSL color Cylindrical-coordinate representation of color #16132C: hue angle of 247.2º degrees, saturation: 0.4, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #16132C is Cyan = 0.5, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 22 | 19 | 44 | - |
| CMYK | 0.5 | 0.57 | 0 | 0.83 |
| HSL | 247.2º | 0.4% | 0.12% | - |
| HSV(B) | 247.2º | 0.57% | 0.17% | - |
| XYZ | 1.02 | 0.82 | 2.49 | - |
| YUV | 22.75 | 139.99 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 19 | 44 | 0.5 | 0.57 | 0 | 0.83 | 247.2 | 0.4 | 0.12 |
| Hex | 16 | 13 | 2C | 32 | 39 | 0 | 53 | F7 | 28 | C |
| Octal | 26 | 23 | 54 | 62 | 71 | 0 | 123 | 367 | 50 | 14 |
| Binary | 10110 | 10011 | 101100 | 110010 | 111001 | 0 | 1010011 | 11110111 | 101000 | 1100 |
Color Harmonies of #16132C
Complementary color
Monochromatic Colors of #16132C
Black with #16132C
Text Example
Text Example
White with #16132C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16132C; }
p { color: rgb(22,19,44); }
H1.HeaderClassName
{
color: #16132C;
}
.AnyTagClassName
{
color: #16132C;
}
</style>
background-color css
<style>
a { background-color: #16132C; }
a { background-color: rgb(22,19,44); }
div.DivClassName
{
background-color: #16132C;
}
.BgClassName
{
background-color: #16132C;
}
</style>
border-color css
<style>
span { border-color: #16132C; }
span { border-color: rgb(22,19,44); }
td.TdClassName
{
border-color: #16132C;
}
.TagClassName
{
border-color: #16132C;
}
</style>