Shades of Melanzane #180C14
Tints of Melanzane #180C14
RGB
CMYK
RGB Variations
Color information
#180C14 (or 0x180C14) is known color: Melanzane. HEX triplet: 18, 0C and 14. RGB value is (24,12,20). Sum of RGB (Red+Green+Blue) = 24+12+20=56 (7% of max value = 765). Red value is 24 (9.77% from 255 or 42.86% from 56); Green value is 12 (5.08% from 255 or 21.43% from 56); Blue value is 20 (8.20% from 255 or 35.71% from 56); Max value from RGB is 24 - color contains mainly: red. Hex color #180C14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180C14 is #E7F3EB. Grayscale: #101010. Windows color (decimal): -15201260 or 1313816. OLE color: 1313816.
HSL color Cylindrical-coordinate representation of color #180C14: hue angle of 320º 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 #180C14 is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 12 | 20 | - |
| CMYK | 0 | 0.50 | 0.17 | 0.91 |
| HSL | 320º | 0.33% | 0.07% | - |
| HSV(B) | 320º | 0.5% | 0.09% | - |
| XYZ | 0.63 | 0.51 | 0.73 | - |
| YUV | 16.5 | 129.98 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 12 | 20 | 0 | 0.50 | 0.17 | 0.91 | 320 | 0.33 | 0.07 |
| Hex | 18 | C | 14 | 0 | 32 | 11 | 5B | 140 | 21 | 7 |
| Octal | 30 | 14 | 24 | 0 | 62 | 21 | 133 | 500 | 41 | 7 |
| Binary | 11000 | 1100 | 10100 | 0 | 110010 | 10001 | 1011011 | 101000000 | 100001 | 111 |
Color Harmonies of #180C14
Complementary color
Monochromatic Colors of #180C14
Black with #180C14
Text Example
Text Example
White with #180C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180C14; }
p { color: rgb(24,12,20); }
H1.HeaderClassName
{
color: #180C14;
}
.AnyTagClassName
{
color: #180C14;
}
</style>
background-color css
<style>
a { background-color: #180C14; }
a { background-color: rgb(24,12,20); }
div.DivClassName
{
background-color: #180C14;
}
.BgClassName
{
background-color: #180C14;
}
</style>
border-color css
<style>
span { border-color: #180C14; }
span { border-color: rgb(24,12,20); }
td.TdClassName
{
border-color: #180C14;
}
.TagClassName
{
border-color: #180C14;
}
</style>