Shades of Melanzane #181517
Tints of Melanzane #181517
RGB
CMYK
RGB Variations
Color information
#181517 (or 0x181517) is known color: Melanzane. HEX triplet: 18, 15 and 17. RGB value is (24,21,23). Sum of RGB (Red+Green+Blue) = 24+21+23=68 (9% of max value = 765). Red value is 24 (9.77% from 255 or 35.29% from 68); Green value is 21 (8.59% from 255 or 30.88% from 68); Blue value is 23 (9.38% from 255 or 33.82% from 68); Max value from RGB is 24 - color contains mainly: red. Hex color #181517 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181517 is #E7EAE8. Grayscale: #161616. Windows color (decimal): -15198953 or 1512728. OLE color: 1512728.
HSL color Cylindrical-coordinate representation of color #181517: hue angle of 320º degrees, saturation: 0.07, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #181517 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 21 | 23 | - |
| CMYK | 0 | 0.13 | 0.04 | 0.91 |
| HSL | 320º | 0.07% | 0.09% | - |
| HSV(B) | 320º | 0.13% | 0.09% | - |
| XYZ | 0.8 | 0.79 | 0.92 | - |
| YUV | 22.13 | 128.49 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 21 | 23 | 0 | 0.13 | 0.04 | 0.91 | 320 | 0.07 | 0.09 |
| Hex | 18 | 15 | 17 | 0 | D | 4 | 5B | 140 | 7 | 9 |
| Octal | 30 | 25 | 27 | 0 | 15 | 4 | 133 | 500 | 7 | 11 |
| Binary | 11000 | 10101 | 10111 | 0 | 1101 | 100 | 1011011 | 101000000 | 111 | 1001 |
Color Harmonies of #181517
Complementary color
Monochromatic Colors of #181517
Black with #181517
Text Example
Text Example
White with #181517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181517; }
p { color: rgb(24,21,23); }
H1.HeaderClassName
{
color: #181517;
}
.AnyTagClassName
{
color: #181517;
}
</style>
background-color css
<style>
a { background-color: #181517; }
a { background-color: rgb(24,21,23); }
div.DivClassName
{
background-color: #181517;
}
.BgClassName
{
background-color: #181517;
}
</style>
border-color css
<style>
span { border-color: #181517; }
span { border-color: rgb(24,21,23); }
td.TdClassName
{
border-color: #181517;
}
.TagClassName
{
border-color: #181517;
}
</style>