Shades of Jaguar #18162B
Tints of Jaguar #18162B
RGB
CMYK
RGB Variations
Color information
#18162B (or 0x18162B) is known color: Jaguar. HEX triplet: 18, 16 and 2B. RGB value is (24,22,43). Sum of RGB (Red+Green+Blue) = 24+22+43=89 (11% of max value = 765). Red value is 24 (9.77% from 255 or 26.97% from 89); Green value is 22 (8.98% from 255 or 24.72% from 89); Blue value is 43 (17.19% from 255 or 48.31% from 89); Max value from RGB is 43 - color contains mainly: blue. Hex color #18162B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18162B is #E7E9D4. Grayscale: #181818. Windows color (decimal): -15198677 or 2823704. OLE color: 2823704.
HSL color Cylindrical-coordinate representation of color #18162B: hue angle of 245.71º degrees, saturation: 0.32, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #18162B is Cyan = 0.44, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 24 | 22 | 43 | - |
| CMYK | 0.44 | 0.49 | 0 | 0.83 |
| HSL | 245.71º | 0.32% | 0.13% | - |
| HSV(B) | 245.71º | 0.49% | 0.17% | - |
| XYZ | 1.1 | 0.94 | 2.41 | - |
| YUV | 24.99 | 138.16 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 22 | 43 | 0.44 | 0.49 | 0 | 0.83 | 245.71 | 0.32 | 0.13 |
| Hex | 18 | 16 | 2B | 2C | 31 | 0 | 53 | F6 | 20 | D |
| Octal | 30 | 26 | 53 | 54 | 61 | 0 | 123 | 366 | 40 | 15 |
| Binary | 11000 | 10110 | 101011 | 101100 | 110001 | 0 | 1010011 | 11110110 | 100000 | 1101 |
Color Harmonies of #18162B
Complementary color
Monochromatic Colors of #18162B
Black with #18162B
Text Example
Text Example
White with #18162B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18162B; }
p { color: rgb(24,22,43); }
H1.HeaderClassName
{
color: #18162B;
}
.AnyTagClassName
{
color: #18162B;
}
</style>
background-color css
<style>
a { background-color: #18162B; }
a { background-color: rgb(24,22,43); }
div.DivClassName
{
background-color: #18162B;
}
.BgClassName
{
background-color: #18162B;
}
</style>
border-color css
<style>
span { border-color: #18162B; }
span { border-color: rgb(24,22,43); }
td.TdClassName
{
border-color: #18162B;
}
.TagClassName
{
border-color: #18162B;
}
</style>