Shades of Jaguar #18162D
Tints of Jaguar #18162D
RGB
CMYK
RGB Variations
Color information
#18162D (or 0x18162D) is known color: Jaguar. HEX triplet: 18, 16 and 2D. RGB value is (24,22,45). Sum of RGB (Red+Green+Blue) = 24+22+45=91 (12% of max value = 765). Red value is 24 (9.77% from 255 or 26.37% from 91); Green value is 22 (8.98% from 255 or 24.18% from 91); Blue value is 45 (17.97% from 255 or 49.45% from 91); Max value from RGB is 45 - color contains mainly: blue. Hex color #18162D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18162D is #E7E9D2. Grayscale: #191919. Windows color (decimal): -15198675 or 2954776. OLE color: 2954776.
HSL color Cylindrical-coordinate representation of color #18162D: hue angle of 245.22º degrees, saturation: 0.34, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #18162D is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 24 | 22 | 45 | - |
| CMYK | 0.47 | 0.51 | 0 | 0.82 |
| HSL | 245.22º | 0.34% | 0.13% | - |
| HSV(B) | 245.22º | 0.51% | 0.18% | - |
| XYZ | 1.14 | 0.96 | 2.61 | - |
| YUV | 25.22 | 139.16 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 22 | 45 | 0.47 | 0.51 | 0 | 0.82 | 245.22 | 0.34 | 0.13 |
| Hex | 18 | 16 | 2D | 2F | 33 | 0 | 52 | F5 | 22 | D |
| Octal | 30 | 26 | 55 | 57 | 63 | 0 | 122 | 365 | 42 | 15 |
| Binary | 11000 | 10110 | 101101 | 101111 | 110011 | 0 | 1010010 | 11110101 | 100010 | 1101 |
Color Harmonies of #18162D
Complementary color
Monochromatic Colors of #18162D
Black with #18162D
Text Example
Text Example
White with #18162D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18162D; }
p { color: rgb(24,22,45); }
H1.HeaderClassName
{
color: #18162D;
}
.AnyTagClassName
{
color: #18162D;
}
</style>
background-color css
<style>
a { background-color: #18162D; }
a { background-color: rgb(24,22,45); }
div.DivClassName
{
background-color: #18162D;
}
.BgClassName
{
background-color: #18162D;
}
</style>
border-color css
<style>
span { border-color: #18162D; }
span { border-color: rgb(24,22,45); }
td.TdClassName
{
border-color: #18162D;
}
.TagClassName
{
border-color: #18162D;
}
</style>