Shades of Jaguar #18142D
Tints of Jaguar #18142D
RGB
CMYK
RGB Variations
Color information
#18142D (or 0x18142D) is known color: Jaguar. HEX triplet: 18, 14 and 2D. RGB value is (24,20,45). Sum of RGB (Red+Green+Blue) = 24+20+45=89 (11% of max value = 765). Red value is 24 (9.77% from 255 or 26.97% from 89); Green value is 20 (8.20% from 255 or 22.47% from 89); Blue value is 45 (17.97% from 255 or 50.56% from 89); Max value from RGB is 45 - color contains mainly: blue. Hex color #18142D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18142D is #E7EBD2. Grayscale: #171717. Windows color (decimal): -15199187 or 2954264. OLE color: 2954264.
HSL color Cylindrical-coordinate representation of color #18142D: hue angle of 249.6º degrees, saturation: 0.38, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #18142D is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 24 | 20 | 45 | - |
| CMYK | 0.47 | 0.56 | 0 | 0.82 |
| HSL | 249.6º | 0.38% | 0.13% | - |
| HSV(B) | 249.6º | 0.56% | 0.18% | - |
| XYZ | 1.1 | 0.88 | 2.6 | - |
| YUV | 24.05 | 139.83 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 20 | 45 | 0.47 | 0.56 | 0 | 0.82 | 249.6 | 0.38 | 0.13 |
| Hex | 18 | 14 | 2D | 2F | 38 | 0 | 52 | FA | 26 | D |
| Octal | 30 | 24 | 55 | 57 | 70 | 0 | 122 | 372 | 46 | 15 |
| Binary | 11000 | 10100 | 101101 | 101111 | 111000 | 0 | 1010010 | 11111010 | 100110 | 1101 |
Color Harmonies of #18142D
Complementary color
Monochromatic Colors of #18142D
Black with #18142D
Text Example
Text Example
White with #18142D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18142D; }
p { color: rgb(24,20,45); }
H1.HeaderClassName
{
color: #18142D;
}
.AnyTagClassName
{
color: #18142D;
}
</style>
background-color css
<style>
a { background-color: #18142D; }
a { background-color: rgb(24,20,45); }
div.DivClassName
{
background-color: #18142D;
}
.BgClassName
{
background-color: #18142D;
}
</style>
border-color css
<style>
span { border-color: #18142D; }
span { border-color: rgb(24,20,45); }
td.TdClassName
{
border-color: #18142D;
}
.TagClassName
{
border-color: #18142D;
}
</style>