Shades of Melanzane #180413
Tints of Melanzane #180413
RGB
CMYK
RGB Variations
Color information
#180413 (or 0x180413) is known color: Melanzane. HEX triplet: 18, 04 and 13. RGB value is (24,4,19). Sum of RGB (Red+Green+Blue) = 24+4+19=47 (6% of max value = 765). Red value is 24 (9.77% from 255 or 51.06% from 47); Green value is 4 (1.95% from 255 or 8.51% from 47); Blue value is 19 (7.81% from 255 or 40.43% from 47); Max value from RGB is 24 - color contains mainly: red. Hex color #180413 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180413 is #E7FBEC. Grayscale: #0B0B0B. Windows color (decimal): -15203309 or 1246232. OLE color: 1246232.
HSL color Cylindrical-coordinate representation of color #180413: hue angle of 315º degrees, saturation: 0.71, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #180413 is Cyan = 0, Magento = 0.83, Yellow = 0.21 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 4 | 19 | - |
| CMYK | 0 | 0.83 | 0.21 | 0.91 |
| HSL | 315º | 0.71% | 0.05% | - |
| HSV(B) | 315º | 0.83% | 0.09% | - |
| XYZ | 0.54 | 0.33 | 0.65 | - |
| YUV | 11.69 | 132.13 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 4 | 19 | 0 | 0.83 | 0.21 | 0.91 | 315 | 0.71 | 0.05 |
| Hex | 18 | 4 | 13 | 0 | 53 | 15 | 5B | 13B | 47 | 5 |
| Octal | 30 | 4 | 23 | 0 | 123 | 25 | 133 | 473 | 107 | 5 |
| Binary | 11000 | 100 | 10011 | 0 | 1010011 | 10101 | 1011011 | 100111011 | 1000111 | 101 |
Color Harmonies of #180413
Complementary color
Monochromatic Colors of #180413
Black with #180413
Text Example
Text Example
White with #180413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180413; }
p { color: rgb(24,4,19); }
H1.HeaderClassName
{
color: #180413;
}
.AnyTagClassName
{
color: #180413;
}
</style>
background-color css
<style>
a { background-color: #180413; }
a { background-color: rgb(24,4,19); }
div.DivClassName
{
background-color: #180413;
}
.BgClassName
{
background-color: #180413;
}
</style>
border-color css
<style>
span { border-color: #180413; }
span { border-color: rgb(24,4,19); }
td.TdClassName
{
border-color: #180413;
}
.TagClassName
{
border-color: #180413;
}
</style>