Shades of Melanzane #181617
Tints of Melanzane #181617
RGB
CMYK
RGB Variations
Color information
#181617 (or 0x181617) is known color: Melanzane. HEX triplet: 18, 16 and 17. RGB value is (24,22,23). Sum of RGB (Red+Green+Blue) = 24+22+23=69 (9% of max value = 765). Red value is 24 (9.77% from 255 or 34.78% from 69); Green value is 22 (8.98% from 255 or 31.88% from 69); Blue value is 23 (9.38% from 255 or 33.33% from 69); Max value from RGB is 24 - color contains mainly: red. Hex color #181617 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181617 is #E7E9E8. Grayscale: #161616. Windows color (decimal): -15198697 or 1512984. OLE color: 1512984.
HSL color Cylindrical-coordinate representation of color #181617: hue angle of 330º degrees, saturation: 0.04, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #181617 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 22 | 23 | - |
| CMYK | 0 | 0.08 | 0.04 | 0.91 |
| HSL | 330º | 0.04% | 0.09% | - |
| HSV(B) | 330º | 0.08% | 0.09% | - |
| XYZ | 0.82 | 0.83 | 0.93 | - |
| YUV | 22.71 | 128.16 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 22 | 23 | 0 | 0.08 | 0.04 | 0.91 | 330 | 0.04 | 0.09 |
| Hex | 18 | 16 | 17 | 0 | 8 | 4 | 5B | 14A | 4 | 9 |
| Octal | 30 | 26 | 27 | 0 | 10 | 4 | 133 | 512 | 4 | 11 |
| Binary | 11000 | 10110 | 10111 | 0 | 1000 | 100 | 1011011 | 101001010 | 100 | 1001 |
Color Harmonies of #181617
Complementary color
Monochromatic Colors of #181617
Black with #181617
Text Example
Text Example
White with #181617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181617; }
p { color: rgb(24,22,23); }
H1.HeaderClassName
{
color: #181617;
}
.AnyTagClassName
{
color: #181617;
}
</style>
background-color css
<style>
a { background-color: #181617; }
a { background-color: rgb(24,22,23); }
div.DivClassName
{
background-color: #181617;
}
.BgClassName
{
background-color: #181617;
}
</style>
border-color css
<style>
span { border-color: #181617; }
span { border-color: rgb(24,22,23); }
td.TdClassName
{
border-color: #181617;
}
.TagClassName
{
border-color: #181617;
}
</style>