Shades of Jaguar #181623
Tints of Jaguar #181623
RGB
CMYK
RGB Variations
Color information
#181623 (or 0x181623) is known color: Jaguar. HEX triplet: 18, 16 and 23. RGB value is (24,22,35). Sum of RGB (Red+Green+Blue) = 24+22+35=81 (10% of max value = 765). Red value is 24 (9.77% from 255 or 29.63% from 81); Green value is 22 (8.98% from 255 or 27.16% from 81); Blue value is 35 (14.06% from 255 or 43.21% from 81); Max value from RGB is 35 - color contains mainly: blue. Hex color #181623 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181623 is #E7E9DC. Grayscale: #181818. Windows color (decimal): -15198685 or 2299416. OLE color: 2299416.
HSL color Cylindrical-coordinate representation of color #181623: hue angle of 249.23º degrees, saturation: 0.23, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #181623 is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 24 | 22 | 35 | - |
| CMYK | 0.31 | 0.37 | 0 | 0.86 |
| HSL | 249.23º | 0.23% | 0.11% | - |
| HSV(B) | 249.23º | 0.37% | 0.14% | - |
| XYZ | 0.97 | 0.89 | 1.71 | - |
| YUV | 24.08 | 134.16 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 22 | 35 | 0.31 | 0.37 | 0 | 0.86 | 249.23 | 0.23 | 0.11 |
| Hex | 18 | 16 | 23 | 1F | 25 | 0 | 56 | F9 | 17 | B |
| Octal | 30 | 26 | 43 | 37 | 45 | 0 | 126 | 371 | 27 | 13 |
| Binary | 11000 | 10110 | 100011 | 11111 | 100101 | 0 | 1010110 | 11111001 | 10111 | 1011 |
Color Harmonies of #181623
Complementary color
Monochromatic Colors of #181623
Black with #181623
Text Example
Text Example
White with #181623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181623; }
p { color: rgb(24,22,35); }
H1.HeaderClassName
{
color: #181623;
}
.AnyTagClassName
{
color: #181623;
}
</style>
background-color css
<style>
a { background-color: #181623; }
a { background-color: rgb(24,22,35); }
div.DivClassName
{
background-color: #181623;
}
.BgClassName
{
background-color: #181623;
}
</style>
border-color css
<style>
span { border-color: #181623; }
span { border-color: rgb(24,22,35); }
td.TdClassName
{
border-color: #181623;
}
.TagClassName
{
border-color: #181623;
}
</style>