Shades of Melanzane #180412
Tints of Melanzane #180412
RGB
CMYK
RGB Variations
Color information
#180412 (or 0x180412) is known color: Melanzane. HEX triplet: 18, 04 and 12. RGB value is (24,4,18). Sum of RGB (Red+Green+Blue) = 24+4+18=46 (6% of max value = 765). Red value is 24 (9.77% from 255 or 52.17% from 46); Green value is 4 (1.95% from 255 or 8.70% from 46); Blue value is 18 (7.42% from 255 or 39.13% from 46); Max value from RGB is 24 - color contains mainly: red. Hex color #180412 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180412 is #E7FBED. Grayscale: #0B0B0B. Windows color (decimal): -15203310 or 1180696. OLE color: 1180696.
HSL color Cylindrical-coordinate representation of color #180412: hue angle of 318º degrees, saturation: 0.71, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #180412 is Cyan = 0, Magento = 0.83, Yellow = 0.25 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 4 | 18 | - |
| CMYK | 0 | 0.83 | 0.25 | 0.91 |
| HSL | 318º | 0.71% | 0.05% | - |
| HSV(B) | 318º | 0.83% | 0.09% | - |
| XYZ | 0.53 | 0.32 | 0.61 | - |
| YUV | 11.58 | 131.63 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 4 | 18 | 0 | 0.83 | 0.25 | 0.91 | 318 | 0.71 | 0.05 |
| Hex | 18 | 4 | 12 | 0 | 53 | 19 | 5B | 13E | 47 | 5 |
| Octal | 30 | 4 | 22 | 0 | 123 | 31 | 133 | 476 | 107 | 5 |
| Binary | 11000 | 100 | 10010 | 0 | 1010011 | 11001 | 1011011 | 100111110 | 1000111 | 101 |
Color Harmonies of #180412
Complementary color
Monochromatic Colors of #180412
Black with #180412
Text Example
Text Example
White with #180412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180412; }
p { color: rgb(24,4,18); }
H1.HeaderClassName
{
color: #180412;
}
.AnyTagClassName
{
color: #180412;
}
</style>
background-color css
<style>
a { background-color: #180412; }
a { background-color: rgb(24,4,18); }
div.DivClassName
{
background-color: #180412;
}
.BgClassName
{
background-color: #180412;
}
</style>
border-color css
<style>
span { border-color: #180412; }
span { border-color: rgb(24,4,18); }
td.TdClassName
{
border-color: #180412;
}
.TagClassName
{
border-color: #180412;
}
</style>