Shades of Melanzane #180513
Tints of Melanzane #180513
RGB
CMYK
RGB Variations
Color information
#180513 (or 0x180513) is known color: Melanzane. HEX triplet: 18, 05 and 13. RGB value is (24,5,19). Sum of RGB (Red+Green+Blue) = 24+5+19=48 (6% of max value = 765). Red value is 24 (9.77% from 255 or 50% from 48); Green value is 5 (2.34% from 255 or 10.42% from 48); Blue value is 19 (7.81% from 255 or 39.58% from 48); Max value from RGB is 24 - color contains mainly: red. Hex color #180513 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180513 is #E7FAEC. Grayscale: #0C0C0C. Windows color (decimal): -15203053 or 1246488. OLE color: 1246488.
HSL color Cylindrical-coordinate representation of color #180513: hue angle of 315.79º degrees, saturation: 0.66, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #180513 is Cyan = 0, Magento = 0.79, Yellow = 0.21 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 5 | 19 | - |
| CMYK | 0 | 0.79 | 0.21 | 0.91 |
| HSL | 315.79º | 0.66% | 0.06% | - |
| HSV(B) | 315.79º | 0.79% | 0.09% | - |
| XYZ | 0.55 | 0.35 | 0.65 | - |
| YUV | 12.28 | 131.79 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 5 | 19 | 0 | 0.79 | 0.21 | 0.91 | 315.79 | 0.66 | 0.06 |
| Hex | 18 | 5 | 13 | 0 | 4F | 15 | 5B | 13C | 42 | 6 |
| Octal | 30 | 5 | 23 | 0 | 117 | 25 | 133 | 474 | 102 | 6 |
| Binary | 11000 | 101 | 10011 | 0 | 1001111 | 10101 | 1011011 | 100111100 | 1000010 | 110 |
Color Harmonies of #180513
Complementary color
Monochromatic Colors of #180513
Black with #180513
Text Example
Text Example
White with #180513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180513; }
p { color: rgb(24,5,19); }
H1.HeaderClassName
{
color: #180513;
}
.AnyTagClassName
{
color: #180513;
}
</style>
background-color css
<style>
a { background-color: #180513; }
a { background-color: rgb(24,5,19); }
div.DivClassName
{
background-color: #180513;
}
.BgClassName
{
background-color: #180513;
}
</style>
border-color css
<style>
span { border-color: #180513; }
span { border-color: rgb(24,5,19); }
td.TdClassName
{
border-color: #180513;
}
.TagClassName
{
border-color: #180513;
}
</style>