Shades of Melanzane #180713
Tints of Melanzane #180713
RGB
CMYK
RGB Variations
Color information
#180713 (or 0x180713) is known color: Melanzane. HEX triplet: 18, 07 and 13. RGB value is (24,7,19). Sum of RGB (Red+Green+Blue) = 24+7+19=50 (6% of max value = 765). Red value is 24 (9.77% from 255 or 48% from 50); Green value is 7 (3.12% from 255 or 14% from 50); Blue value is 19 (7.81% from 255 or 38% from 50); Max value from RGB is 24 - color contains mainly: red. Hex color #180713 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180713 is #E7F8EC. Grayscale: #0D0D0D. Windows color (decimal): -15202541 or 1247000. OLE color: 1247000.
HSL color Cylindrical-coordinate representation of color #180713: hue angle of 317.65º degrees, saturation: 0.55, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #180713 is Cyan = 0, Magento = 0.71, Yellow = 0.21 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 7 | 19 | - |
| CMYK | 0 | 0.71 | 0.21 | 0.91 |
| HSL | 317.65º | 0.55% | 0.06% | - |
| HSV(B) | 317.65º | 0.71% | 0.09% | - |
| XYZ | 0.57 | 0.39 | 0.66 | - |
| YUV | 13.45 | 131.13 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 7 | 19 | 0 | 0.71 | 0.21 | 0.91 | 317.65 | 0.55 | 0.06 |
| Hex | 18 | 7 | 13 | 0 | 47 | 15 | 5B | 13E | 37 | 6 |
| Octal | 30 | 7 | 23 | 0 | 107 | 25 | 133 | 476 | 67 | 6 |
| Binary | 11000 | 111 | 10011 | 0 | 1000111 | 10101 | 1011011 | 100111110 | 110111 | 110 |
Color Harmonies of #180713
Complementary color
Monochromatic Colors of #180713
Black with #180713
Text Example
Text Example
White with #180713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180713; }
p { color: rgb(24,7,19); }
H1.HeaderClassName
{
color: #180713;
}
.AnyTagClassName
{
color: #180713;
}
</style>
background-color css
<style>
a { background-color: #180713; }
a { background-color: rgb(24,7,19); }
div.DivClassName
{
background-color: #180713;
}
.BgClassName
{
background-color: #180713;
}
</style>
border-color css
<style>
span { border-color: #180713; }
span { border-color: rgb(24,7,19); }
td.TdClassName
{
border-color: #180713;
}
.TagClassName
{
border-color: #180713;
}
</style>