Shades of Jaguar #181432
Tints of Jaguar #181432
RGB
CMYK
RGB Variations
Color information
#181432 (or 0x181432) is known color: Jaguar. HEX triplet: 18, 14 and 32. RGB value is (24,20,50). Sum of RGB (Red+Green+Blue) = 24+20+50=94 (12% of max value = 765). Red value is 24 (9.77% from 255 or 25.53% from 94); Green value is 20 (8.20% from 255 or 21.28% from 94); Blue value is 50 (19.92% from 255 or 53.19% from 94); Max value from RGB is 50 - color contains mainly: blue. Hex color #181432 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181432 is #E7EBCD. Grayscale: #181818. Windows color (decimal): -15199182 or 3281944. OLE color: 3281944.
HSL color Cylindrical-coordinate representation of color #181432: hue angle of 248º degrees, saturation: 0.43, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #181432 is Cyan = 0.52, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 24 | 20 | 50 | - |
| CMYK | 0.52 | 0.60 | 0 | 0.80 |
| HSL | 248º | 0.43% | 0.14% | - |
| HSV(B) | 248º | 0.6% | 0.2% | - |
| XYZ | 1.2 | 0.92 | 3.13 | - |
| YUV | 24.62 | 142.33 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 20 | 50 | 0.52 | 0.60 | 0 | 0.80 | 248 | 0.43 | 0.14 |
| Hex | 18 | 14 | 32 | 34 | 3C | 0 | 50 | F8 | 2B | E |
| Octal | 30 | 24 | 62 | 64 | 74 | 0 | 120 | 370 | 53 | 16 |
| Binary | 11000 | 10100 | 110010 | 110100 | 111100 | 0 | 1010000 | 11111000 | 101011 | 1110 |
Color Harmonies of #181432
Complementary color
Monochromatic Colors of #181432
Black with #181432
Text Example
Text Example
White with #181432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181432; }
p { color: rgb(24,20,50); }
H1.HeaderClassName
{
color: #181432;
}
.AnyTagClassName
{
color: #181432;
}
</style>
background-color css
<style>
a { background-color: #181432; }
a { background-color: rgb(24,20,50); }
div.DivClassName
{
background-color: #181432;
}
.BgClassName
{
background-color: #181432;
}
</style>
border-color css
<style>
span { border-color: #181432; }
span { border-color: rgb(24,20,50); }
td.TdClassName
{
border-color: #181432;
}
.TagClassName
{
border-color: #181432;
}
</style>