Shades of Melanzane #180B15
Tints of Melanzane #180B15
RGB
CMYK
RGB Variations
Color information
#180B15 (or 0x180B15) is known color: Melanzane. HEX triplet: 18, 0B and 15. RGB value is (24,11,21). Sum of RGB (Red+Green+Blue) = 24+11+21=56 (7% of max value = 765). Red value is 24 (9.77% from 255 or 42.86% from 56); Green value is 11 (4.69% from 255 or 19.64% from 56); Blue value is 21 (8.59% from 255 or 37.5% from 56); Max value from RGB is 24 - color contains mainly: red. Hex color #180B15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180B15 is #E7F4EA. Grayscale: #0F0F0F. Windows color (decimal): -15201515 or 1379096. OLE color: 1379096.
HSL color Cylindrical-coordinate representation of color #180B15: hue angle of 313.85º degrees, saturation: 0.37, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #180B15 is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 11 | 21 | - |
| CMYK | 0 | 0.54 | 0.13 | 0.91 |
| HSL | 313.85º | 0.37% | 0.07% | - |
| HSV(B) | 313.85º | 0.54% | 0.09% | - |
| XYZ | 0.63 | 0.49 | 0.77 | - |
| YUV | 16.03 | 130.81 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 11 | 21 | 0 | 0.54 | 0.13 | 0.91 | 313.85 | 0.37 | 0.07 |
| Hex | 18 | B | 15 | 0 | 36 | D | 5B | 13A | 25 | 7 |
| Octal | 30 | 13 | 25 | 0 | 66 | 15 | 133 | 472 | 45 | 7 |
| Binary | 11000 | 1011 | 10101 | 0 | 110110 | 1101 | 1011011 | 100111010 | 100101 | 111 |
Color Harmonies of #180B15
Complementary color
Monochromatic Colors of #180B15
Black with #180B15
Text Example
Text Example
White with #180B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180B15; }
p { color: rgb(24,11,21); }
H1.HeaderClassName
{
color: #180B15;
}
.AnyTagClassName
{
color: #180B15;
}
</style>
background-color css
<style>
a { background-color: #180B15; }
a { background-color: rgb(24,11,21); }
div.DivClassName
{
background-color: #180B15;
}
.BgClassName
{
background-color: #180B15;
}
</style>
border-color css
<style>
span { border-color: #180B15; }
span { border-color: rgb(24,11,21); }
td.TdClassName
{
border-color: #180B15;
}
.TagClassName
{
border-color: #180B15;
}
</style>