Shades of Melanzane #180C16
Tints of Melanzane #180C16
RGB
CMYK
RGB Variations
Color information
#180C16 (or 0x180C16) is known color: Melanzane. HEX triplet: 18, 0C and 16. RGB value is (24,12,22). Sum of RGB (Red+Green+Blue) = 24+12+22=58 (7% of max value = 765). Red value is 24 (9.77% from 255 or 41.38% from 58); Green value is 12 (5.08% from 255 or 20.69% from 58); Blue value is 22 (8.98% from 255 or 37.93% from 58); Max value from RGB is 24 - color contains mainly: red. Hex color #180C16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180C16 is #E7F3E9. Grayscale: #101010. Windows color (decimal): -15201258 or 1444888. OLE color: 1444888.
HSL color Cylindrical-coordinate representation of color #180C16: hue angle of 310º degrees, saturation: 0.33, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #180C16 is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 12 | 22 | - |
| CMYK | 0 | 0.50 | 0.08 | 0.91 |
| HSL | 310º | 0.33% | 0.07% | - |
| HSV(B) | 310º | 0.5% | 0.09% | - |
| XYZ | 0.65 | 0.52 | 0.82 | - |
| YUV | 16.73 | 130.98 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 12 | 22 | 0 | 0.50 | 0.08 | 0.91 | 310 | 0.33 | 0.07 |
| Hex | 18 | C | 16 | 0 | 32 | 8 | 5B | 136 | 21 | 7 |
| Octal | 30 | 14 | 26 | 0 | 62 | 10 | 133 | 466 | 41 | 7 |
| Binary | 11000 | 1100 | 10110 | 0 | 110010 | 1000 | 1011011 | 100110110 | 100001 | 111 |
Color Harmonies of #180C16
Complementary color
Monochromatic Colors of #180C16
Black with #180C16
Text Example
Text Example
White with #180C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180C16; }
p { color: rgb(24,12,22); }
H1.HeaderClassName
{
color: #180C16;
}
.AnyTagClassName
{
color: #180C16;
}
</style>
background-color css
<style>
a { background-color: #180C16; }
a { background-color: rgb(24,12,22); }
div.DivClassName
{
background-color: #180C16;
}
.BgClassName
{
background-color: #180C16;
}
</style>
border-color css
<style>
span { border-color: #180C16; }
span { border-color: rgb(24,12,22); }
td.TdClassName
{
border-color: #180C16;
}
.TagClassName
{
border-color: #180C16;
}
</style>