Shades of Jaguar #18171D
Tints of Jaguar #18171D
RGB
CMYK
RGB Variations
Color information
#18171D (or 0x18171D) is known color: Jaguar. HEX triplet: 18, 17 and 1D. RGB value is (24,23,29). Sum of RGB (Red+Green+Blue) = 24+23+29=76 (10% of max value = 765). Red value is 24 (9.77% from 255 or 31.58% from 76); Green value is 23 (9.38% from 255 or 30.26% from 76); Blue value is 29 (11.72% from 255 or 38.16% from 76); Max value from RGB is 29 - color contains mainly: blue. Hex color #18171D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18171D is #E7E8E2. Grayscale: #171717. Windows color (decimal): -15198435 or 1906456. OLE color: 1906456.
HSL color Cylindrical-coordinate representation of color #18171D: hue angle of 250º degrees, saturation: 0.12, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #18171D is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 24 | 23 | 29 | - |
| CMYK | 0.17 | 0.21 | 0 | 0.89 |
| HSL | 250º | 0.12% | 0.1% | - |
| HSV(B) | 250º | 0.21% | 0.11% | - |
| XYZ | 0.9 | 0.9 | 1.29 | - |
| YUV | 23.98 | 130.83 | 128.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 23 | 29 | 0.17 | 0.21 | 0 | 0.89 | 250 | 0.12 | 0.1 |
| Hex | 18 | 17 | 1D | 11 | 15 | 0 | 59 | FA | C | A |
| Octal | 30 | 27 | 35 | 21 | 25 | 0 | 131 | 372 | 14 | 12 |
| Binary | 11000 | 10111 | 11101 | 10001 | 10101 | 0 | 1011001 | 11111010 | 1100 | 1010 |
Color Harmonies of #18171D
Complementary color
Monochromatic Colors of #18171D
Black with #18171D
Text Example
Text Example
White with #18171D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18171D; }
p { color: rgb(24,23,29); }
H1.HeaderClassName
{
color: #18171D;
}
.AnyTagClassName
{
color: #18171D;
}
</style>
background-color css
<style>
a { background-color: #18171D; }
a { background-color: rgb(24,23,29); }
div.DivClassName
{
background-color: #18171D;
}
.BgClassName
{
background-color: #18171D;
}
</style>
border-color css
<style>
span { border-color: #18171D; }
span { border-color: rgb(24,23,29); }
td.TdClassName
{
border-color: #18171D;
}
.TagClassName
{
border-color: #18171D;
}
</style>