Shades of Jaguar #181436
Tints of Jaguar #181436
RGB
CMYK
RGB Variations
Color information
#181436 (or 0x181436) is known color: Jaguar. HEX triplet: 18, 14 and 36. RGB value is (24,20,54). Sum of RGB (Red+Green+Blue) = 24+20+54=98 (12% of max value = 765). Red value is 24 (9.77% from 255 or 24.49% from 98); Green value is 20 (8.20% from 255 or 20.41% from 98); Blue value is 54 (21.48% from 255 or 55.10% from 98); Max value from RGB is 54 - color contains mainly: blue. Hex color #181436 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181436 is #E7EBC9. Grayscale: #181818. Windows color (decimal): -15199178 or 3544088. OLE color: 3544088.
HSL color Cylindrical-coordinate representation of color #181436: hue angle of 247.06º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #181436 is Cyan = 0.56, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 24 | 20 | 54 | - |
| CMYK | 0.56 | 0.63 | 0 | 0.79 |
| HSL | 247.06º | 0.46% | 0.15% | - |
| HSV(B) | 247.06º | 0.63% | 0.21% | - |
| XYZ | 1.29 | 0.96 | 3.61 | - |
| YUV | 25.07 | 144.33 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 20 | 54 | 0.56 | 0.63 | 0 | 0.79 | 247.06 | 0.46 | 0.15 |
| Hex | 18 | 14 | 36 | 38 | 3F | 0 | 4F | F7 | 2E | F |
| Octal | 30 | 24 | 66 | 70 | 77 | 0 | 117 | 367 | 56 | 17 |
| Binary | 11000 | 10100 | 110110 | 111000 | 111111 | 0 | 1001111 | 11110111 | 101110 | 1111 |
Color Harmonies of #181436
Complementary color
Monochromatic Colors of #181436
Black with #181436
Text Example
Text Example
White with #181436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181436; }
p { color: rgb(24,20,54); }
H1.HeaderClassName
{
color: #181436;
}
.AnyTagClassName
{
color: #181436;
}
</style>
background-color css
<style>
a { background-color: #181436; }
a { background-color: rgb(24,20,54); }
div.DivClassName
{
background-color: #181436;
}
.BgClassName
{
background-color: #181436;
}
</style>
border-color css
<style>
span { border-color: #181436; }
span { border-color: rgb(24,20,54); }
td.TdClassName
{
border-color: #181436;
}
.TagClassName
{
border-color: #181436;
}
</style>