Shades of Jaguar #181626
Tints of Jaguar #181626
RGB
CMYK
RGB Variations
Color information
#181626 (or 0x181626) is known color: Jaguar. HEX triplet: 18, 16 and 26. RGB value is (24,22,38). Sum of RGB (Red+Green+Blue) = 24+22+38=84 (11% of max value = 765). Red value is 24 (9.77% from 255 or 28.57% from 84); Green value is 22 (8.98% from 255 or 26.19% from 84); Blue value is 38 (15.23% from 255 or 45.24% from 84); Max value from RGB is 38 - color contains mainly: blue. Hex color #181626 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181626 is #E7E9D9. Grayscale: #181818. Windows color (decimal): -15198682 or 2496024. OLE color: 2496024.
HSL color Cylindrical-coordinate representation of color #181626: hue angle of 247.5º degrees, saturation: 0.27, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #181626 is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 24 | 22 | 38 | - |
| CMYK | 0.37 | 0.42 | 0 | 0.85 |
| HSL | 247.5º | 0.27% | 0.12% | - |
| HSV(B) | 247.5º | 0.42% | 0.15% | - |
| XYZ | 1.01 | 0.91 | 1.96 | - |
| YUV | 24.42 | 135.66 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 22 | 38 | 0.37 | 0.42 | 0 | 0.85 | 247.5 | 0.27 | 0.12 |
| Hex | 18 | 16 | 26 | 25 | 2A | 0 | 55 | F8 | 1B | C |
| Octal | 30 | 26 | 46 | 45 | 52 | 0 | 125 | 370 | 33 | 14 |
| Binary | 11000 | 10110 | 100110 | 100101 | 101010 | 0 | 1010101 | 11111000 | 11011 | 1100 |
Color Harmonies of #181626
Complementary color
Monochromatic Colors of #181626
Black with #181626
Text Example
Text Example
White with #181626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181626; }
p { color: rgb(24,22,38); }
H1.HeaderClassName
{
color: #181626;
}
.AnyTagClassName
{
color: #181626;
}
</style>
background-color css
<style>
a { background-color: #181626; }
a { background-color: rgb(24,22,38); }
div.DivClassName
{
background-color: #181626;
}
.BgClassName
{
background-color: #181626;
}
</style>
border-color css
<style>
span { border-color: #181626; }
span { border-color: rgb(24,22,38); }
td.TdClassName
{
border-color: #181626;
}
.TagClassName
{
border-color: #181626;
}
</style>