Shades of Melanzane #180A12
Tints of Melanzane #180A12
RGB
CMYK
RGB Variations
Color information
#180A12 (or 0x180A12) is known color: Melanzane. HEX triplet: 18, 0A and 12. RGB value is (24,10,18). Sum of RGB (Red+Green+Blue) = 24+10+18=52 (6% of max value = 765). Red value is 24 (9.77% from 255 or 46.15% from 52); Green value is 10 (4.30% from 255 or 19.23% from 52); Blue value is 18 (7.42% from 255 or 34.62% from 52); Max value from RGB is 24 - color contains mainly: red. Hex color #180A12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180A12 is #E7F5ED. Grayscale: #0F0F0F. Windows color (decimal): -15201774 or 1182232. OLE color: 1182232.
HSL color Cylindrical-coordinate representation of color #180A12: hue angle of 325.71º degrees, saturation: 0.41, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #180A12 is Cyan = 0, Magento = 0.58, Yellow = 0.25 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 10 | 18 | - |
| CMYK | 0 | 0.58 | 0.25 | 0.91 |
| HSL | 325.71º | 0.41% | 0.07% | - |
| HSV(B) | 325.71º | 0.58% | 0.09% | - |
| XYZ | 0.59 | 0.45 | 0.63 | - |
| YUV | 15.1 | 129.64 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 10 | 18 | 0 | 0.58 | 0.25 | 0.91 | 325.71 | 0.41 | 0.07 |
| Hex | 18 | A | 12 | 0 | 3A | 19 | 5B | 146 | 29 | 7 |
| Octal | 30 | 12 | 22 | 0 | 72 | 31 | 133 | 506 | 51 | 7 |
| Binary | 11000 | 1010 | 10010 | 0 | 111010 | 11001 | 1011011 | 101000110 | 101001 | 111 |
Color Harmonies of #180A12
Complementary color
Monochromatic Colors of #180A12
Black with #180A12
Text Example
Text Example
White with #180A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180A12; }
p { color: rgb(24,10,18); }
H1.HeaderClassName
{
color: #180A12;
}
.AnyTagClassName
{
color: #180A12;
}
</style>
background-color css
<style>
a { background-color: #180A12; }
a { background-color: rgb(24,10,18); }
div.DivClassName
{
background-color: #180A12;
}
.BgClassName
{
background-color: #180A12;
}
</style>
border-color css
<style>
span { border-color: #180A12; }
span { border-color: rgb(24,10,18); }
td.TdClassName
{
border-color: #180A12;
}
.TagClassName
{
border-color: #180A12;
}
</style>