Shades of Melanzane #181316
Tints of Melanzane #181316
RGB
CMYK
RGB Variations
Color information
#181316 (or 0x181316) is known color: Melanzane. HEX triplet: 18, 13 and 16. RGB value is (24,19,22). Sum of RGB (Red+Green+Blue) = 24+19+22=65 (8% of max value = 765). Red value is 24 (9.77% from 255 or 36.92% from 65); Green value is 19 (7.81% from 255 or 29.23% from 65); Blue value is 22 (8.98% from 255 or 33.85% from 65); Max value from RGB is 24 - color contains mainly: red. Hex color #181316 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181316 is #E7ECE9. Grayscale: #141414. Windows color (decimal): -15199466 or 1446680. OLE color: 1446680.
HSL color Cylindrical-coordinate representation of color #181316: hue angle of 324º degrees, saturation: 0.12, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #181316 is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 19 | 22 | - |
| CMYK | 0 | 0.21 | 0.08 | 0.91 |
| HSL | 324º | 0.12% | 0.08% | - |
| HSV(B) | 324º | 0.21% | 0.09% | - |
| XYZ | 0.75 | 0.72 | 0.86 | - |
| YUV | 20.84 | 128.66 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 19 | 22 | 0 | 0.21 | 0.08 | 0.91 | 324 | 0.12 | 0.08 |
| Hex | 18 | 13 | 16 | 0 | 15 | 8 | 5B | 144 | C | 8 |
| Octal | 30 | 23 | 26 | 0 | 25 | 10 | 133 | 504 | 14 | 10 |
| Binary | 11000 | 10011 | 10110 | 0 | 10101 | 1000 | 1011011 | 101000100 | 1100 | 1000 |
Color Harmonies of #181316
Complementary color
Monochromatic Colors of #181316
Black with #181316
Text Example
Text Example
White with #181316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181316; }
p { color: rgb(24,19,22); }
H1.HeaderClassName
{
color: #181316;
}
.AnyTagClassName
{
color: #181316;
}
</style>
background-color css
<style>
a { background-color: #181316; }
a { background-color: rgb(24,19,22); }
div.DivClassName
{
background-color: #181316;
}
.BgClassName
{
background-color: #181316;
}
</style>
border-color css
<style>
span { border-color: #181316; }
span { border-color: rgb(24,19,22); }
td.TdClassName
{
border-color: #181316;
}
.TagClassName
{
border-color: #181316;
}
</style>