Shades of Jaguar #181434
Tints of Jaguar #181434
RGB
CMYK
RGB Variations
Color information
#181434 (or 0x181434) is known color: Jaguar. HEX triplet: 18, 14 and 34. RGB value is (24,20,52). Sum of RGB (Red+Green+Blue) = 24+20+52=96 (12% of max value = 765). Red value is 24 (9.77% from 255 or 25% from 96); Green value is 20 (8.20% from 255 or 20.83% from 96); Blue value is 52 (20.70% from 255 or 54.17% from 96); Max value from RGB is 52 - color contains mainly: blue. Hex color #181434 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181434 is #E7EBCB. Grayscale: #181818. Windows color (decimal): -15199180 or 3413016. OLE color: 3413016.
HSL color Cylindrical-coordinate representation of color #181434: hue angle of 247.5º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #181434 is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 24 | 20 | 52 | - |
| CMYK | 0.54 | 0.62 | 0 | 0.80 |
| HSL | 247.5º | 0.44% | 0.14% | - |
| HSV(B) | 247.5º | 0.62% | 0.2% | - |
| XYZ | 1.25 | 0.94 | 3.37 | - |
| YUV | 24.84 | 143.33 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 20 | 52 | 0.54 | 0.62 | 0 | 0.80 | 247.5 | 0.44 | 0.14 |
| Hex | 18 | 14 | 34 | 36 | 3E | 0 | 50 | F8 | 2C | E |
| Octal | 30 | 24 | 64 | 66 | 76 | 0 | 120 | 370 | 54 | 16 |
| Binary | 11000 | 10100 | 110100 | 110110 | 111110 | 0 | 1010000 | 11111000 | 101100 | 1110 |
Color Harmonies of #181434
Complementary color
Monochromatic Colors of #181434
Black with #181434
Text Example
Text Example
White with #181434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181434; }
p { color: rgb(24,20,52); }
H1.HeaderClassName
{
color: #181434;
}
.AnyTagClassName
{
color: #181434;
}
</style>
background-color css
<style>
a { background-color: #181434; }
a { background-color: rgb(24,20,52); }
div.DivClassName
{
background-color: #181434;
}
.BgClassName
{
background-color: #181434;
}
</style>
border-color css
<style>
span { border-color: #181434; }
span { border-color: rgb(24,20,52); }
td.TdClassName
{
border-color: #181434;
}
.TagClassName
{
border-color: #181434;
}
</style>