Shades of Melanzane #181417
Tints of Melanzane #181417
RGB
CMYK
RGB Variations
Color information
#181417 (or 0x181417) is known color: Melanzane. HEX triplet: 18, 14 and 17. RGB value is (24,20,23). Sum of RGB (Red+Green+Blue) = 24+20+23=67 (8% of max value = 765). Red value is 24 (9.77% from 255 or 35.82% from 67); Green value is 20 (8.20% from 255 or 29.85% from 67); Blue value is 23 (9.38% from 255 or 34.33% from 67); Max value from RGB is 24 - color contains mainly: red. Hex color #181417 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181417 is #E7EBE8. Grayscale: #151515. Windows color (decimal): -15199209 or 1512472. OLE color: 1512472.
HSL color Cylindrical-coordinate representation of color #181417: hue angle of 315º degrees, saturation: 0.09, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #181417 is Cyan = 0, Magento = 0.17, Yellow = 0.04 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 20 | 23 | - |
| CMYK | 0 | 0.17 | 0.04 | 0.91 |
| HSL | 315º | 0.09% | 0.09% | - |
| HSV(B) | 315º | 0.17% | 0.09% | - |
| XYZ | 0.78 | 0.76 | 0.92 | - |
| YUV | 21.54 | 128.83 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 20 | 23 | 0 | 0.17 | 0.04 | 0.91 | 315 | 0.09 | 0.09 |
| Hex | 18 | 14 | 17 | 0 | 11 | 4 | 5B | 13B | 9 | 9 |
| Octal | 30 | 24 | 27 | 0 | 21 | 4 | 133 | 473 | 11 | 11 |
| Binary | 11000 | 10100 | 10111 | 0 | 10001 | 100 | 1011011 | 100111011 | 1001 | 1001 |
Color Harmonies of #181417
Complementary color
Monochromatic Colors of #181417
Black with #181417
Text Example
Text Example
White with #181417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181417; }
p { color: rgb(24,20,23); }
H1.HeaderClassName
{
color: #181417;
}
.AnyTagClassName
{
color: #181417;
}
</style>
background-color css
<style>
a { background-color: #181417; }
a { background-color: rgb(24,20,23); }
div.DivClassName
{
background-color: #181417;
}
.BgClassName
{
background-color: #181417;
}
</style>
border-color css
<style>
span { border-color: #181417; }
span { border-color: rgb(24,20,23); }
td.TdClassName
{
border-color: #181417;
}
.TagClassName
{
border-color: #181417;
}
</style>