Shades of Melanzane #180F14
Tints of Melanzane #180F14
RGB
CMYK
RGB Variations
Color information
#180F14 (or 0x180F14) is known color: Melanzane. HEX triplet: 18, 0F and 14. RGB value is (24,15,20). Sum of RGB (Red+Green+Blue) = 24+15+20=59 (7% of max value = 765). Red value is 24 (9.77% from 255 or 40.68% from 59); Green value is 15 (6.25% from 255 or 25.42% from 59); Blue value is 20 (8.20% from 255 or 33.90% from 59); Max value from RGB is 24 - color contains mainly: red. Hex color #180F14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180F14 is #E7F0EB. Grayscale: #121212. Windows color (decimal): -15200492 or 1314584. OLE color: 1314584.
HSL color Cylindrical-coordinate representation of color #180F14: hue angle of 326.67º degrees, saturation: 0.23, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #180F14 is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 15 | 20 | - |
| CMYK | 0 | 0.37 | 0.17 | 0.91 |
| HSL | 326.67º | 0.23% | 0.08% | - |
| HSV(B) | 326.67º | 0.38% | 0.09% | - |
| XYZ | 0.67 | 0.59 | 0.74 | - |
| YUV | 18.26 | 128.98 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 15 | 20 | 0 | 0.37 | 0.17 | 0.91 | 326.67 | 0.23 | 0.08 |
| Hex | 18 | F | 14 | 0 | 25 | 11 | 5B | 147 | 17 | 8 |
| Octal | 30 | 17 | 24 | 0 | 45 | 21 | 133 | 507 | 27 | 10 |
| Binary | 11000 | 1111 | 10100 | 0 | 100101 | 10001 | 1011011 | 101000111 | 10111 | 1000 |
Color Harmonies of #180F14
Complementary color
Monochromatic Colors of #180F14
Black with #180F14
Text Example
Text Example
White with #180F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180F14; }
p { color: rgb(24,15,20); }
H1.HeaderClassName
{
color: #180F14;
}
.AnyTagClassName
{
color: #180F14;
}
</style>
background-color css
<style>
a { background-color: #180F14; }
a { background-color: rgb(24,15,20); }
div.DivClassName
{
background-color: #180F14;
}
.BgClassName
{
background-color: #180F14;
}
</style>
border-color css
<style>
span { border-color: #180F14; }
span { border-color: rgb(24,15,20); }
td.TdClassName
{
border-color: #180F14;
}
.TagClassName
{
border-color: #180F14;
}
</style>