Shades of Melanzane #180915
Tints of Melanzane #180915
RGB
CMYK
RGB Variations
Color information
#180915 (or 0x180915) is known color: Melanzane. HEX triplet: 18, 09 and 15. RGB value is (24,9,21). Sum of RGB (Red+Green+Blue) = 24+9+21=54 (7% of max value = 765). Red value is 24 (9.77% from 255 or 44.44% from 54); Green value is 9 (3.91% from 255 or 16.67% from 54); Blue value is 21 (8.59% from 255 or 38.89% from 54); Max value from RGB is 24 - color contains mainly: red. Hex color #180915 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180915 is #E7F6EA. Grayscale: #0E0E0E. Windows color (decimal): -15202027 or 1378584. OLE color: 1378584.
HSL color Cylindrical-coordinate representation of color #180915: hue angle of 312º degrees, saturation: 0.45, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #180915 is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 9 | 21 | - |
| CMYK | 0 | 0.63 | 0.13 | 0.91 |
| HSL | 312º | 0.45% | 0.06% | - |
| HSV(B) | 312º | 0.63% | 0.09% | - |
| XYZ | 0.61 | 0.44 | 0.76 | - |
| YUV | 14.85 | 131.47 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 9 | 21 | 0 | 0.63 | 0.13 | 0.91 | 312 | 0.45 | 0.06 |
| Hex | 18 | 9 | 15 | 0 | 3F | D | 5B | 138 | 2D | 6 |
| Octal | 30 | 11 | 25 | 0 | 77 | 15 | 133 | 470 | 55 | 6 |
| Binary | 11000 | 1001 | 10101 | 0 | 111111 | 1101 | 1011011 | 100111000 | 101101 | 110 |
Color Harmonies of #180915
Complementary color
Monochromatic Colors of #180915
Black with #180915
Text Example
Text Example
White with #180915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180915; }
p { color: rgb(24,9,21); }
H1.HeaderClassName
{
color: #180915;
}
.AnyTagClassName
{
color: #180915;
}
</style>
background-color css
<style>
a { background-color: #180915; }
a { background-color: rgb(24,9,21); }
div.DivClassName
{
background-color: #180915;
}
.BgClassName
{
background-color: #180915;
}
</style>
border-color css
<style>
span { border-color: #180915; }
span { border-color: rgb(24,9,21); }
td.TdClassName
{
border-color: #180915;
}
.TagClassName
{
border-color: #180915;
}
</style>