Shades of Jaguar #18171C
Tints of Jaguar #18171C
RGB
CMYK
RGB Variations
Color information
#18171C (or 0x18171C) is known color: Jaguar. HEX triplet: 18, 17 and 1C. RGB value is (24,23,28). Sum of RGB (Red+Green+Blue) = 24+23+28=75 (9% of max value = 765). Red value is 24 (9.77% from 255 or 32% from 75); Green value is 23 (9.38% from 255 or 30.67% from 75); Blue value is 28 (11.33% from 255 or 37.33% from 75); Max value from RGB is 28 - color contains mainly: blue. Hex color #18171C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18171C is #E7E8E3. Grayscale: #171717. Windows color (decimal): -15198436 or 1840920. OLE color: 1840920.
HSL color Cylindrical-coordinate representation of color #18171C: hue angle of 252º degrees, saturation: 0.1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #18171C is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 24 | 23 | 28 | - |
| CMYK | 0.14 | 0.18 | 0 | 0.89 |
| HSL | 252º | 0.1% | 0.1% | - |
| HSV(B) | 252º | 0.18% | 0.11% | - |
| XYZ | 0.89 | 0.89 | 1.22 | - |
| YUV | 23.87 | 130.33 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 23 | 28 | 0.14 | 0.18 | 0 | 0.89 | 252 | 0.1 | 0.1 |
| Hex | 18 | 17 | 1C | E | 12 | 0 | 59 | FC | A | A |
| Octal | 30 | 27 | 34 | 16 | 22 | 0 | 131 | 374 | 12 | 12 |
| Binary | 11000 | 10111 | 11100 | 1110 | 10010 | 0 | 1011001 | 11111100 | 1010 | 1010 |
Color Harmonies of #18171C
Complementary color
Monochromatic Colors of #18171C
Black with #18171C
Text Example
Text Example
White with #18171C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18171C; }
p { color: rgb(24,23,28); }
H1.HeaderClassName
{
color: #18171C;
}
.AnyTagClassName
{
color: #18171C;
}
</style>
background-color css
<style>
a { background-color: #18171C; }
a { background-color: rgb(24,23,28); }
div.DivClassName
{
background-color: #18171C;
}
.BgClassName
{
background-color: #18171C;
}
</style>
border-color css
<style>
span { border-color: #18171C; }
span { border-color: rgb(24,23,28); }
td.TdClassName
{
border-color: #18171C;
}
.TagClassName
{
border-color: #18171C;
}
</style>