Shades of Melanzane #180311
Tints of Melanzane #180311
RGB
CMYK
RGB Variations
Color information
#180311 (or 0x180311) is known color: Melanzane. HEX triplet: 18, 03 and 11. RGB value is (24,3,17). Sum of RGB (Red+Green+Blue) = 24+3+17=44 (5% of max value = 765). Red value is 24 (9.77% from 255 or 54.55% from 44); Green value is 3 (1.56% from 255 or 6.82% from 44); Blue value is 17 (7.03% from 255 or 38.64% from 44); Max value from RGB is 24 - color contains mainly: red. Hex color #180311 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180311 is #E7FCEE. Grayscale: #0A0A0A. Windows color (decimal): -15203567 or 1114904. OLE color: 1114904.
HSL color Cylindrical-coordinate representation of color #180311: hue angle of 320º degrees, saturation: 0.78, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #180311 is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 3 | 17 | - |
| CMYK | 0 | 0.88 | 0.29 | 0.91 |
| HSL | 320º | 0.78% | 0.05% | - |
| HSV(B) | 320º | 0.88% | 0.09% | - |
| XYZ | 0.51 | 0.3 | 0.56 | - |
| YUV | 10.88 | 131.46 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 3 | 17 | 0 | 0.88 | 0.29 | 0.91 | 320 | 0.78 | 0.05 |
| Hex | 18 | 3 | 11 | 0 | 58 | 1D | 5B | 140 | 4E | 5 |
| Octal | 30 | 3 | 21 | 0 | 130 | 35 | 133 | 500 | 116 | 5 |
| Binary | 11000 | 11 | 10001 | 0 | 1011000 | 11101 | 1011011 | 101000000 | 1001110 | 101 |
Color Harmonies of #180311
Complementary color
Monochromatic Colors of #180311
Black with #180311
Text Example
Text Example
White with #180311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180311; }
p { color: rgb(24,3,17); }
H1.HeaderClassName
{
color: #180311;
}
.AnyTagClassName
{
color: #180311;
}
</style>
background-color css
<style>
a { background-color: #180311; }
a { background-color: rgb(24,3,17); }
div.DivClassName
{
background-color: #180311;
}
.BgClassName
{
background-color: #180311;
}
</style>
border-color css
<style>
span { border-color: #180311; }
span { border-color: rgb(24,3,17); }
td.TdClassName
{
border-color: #180311;
}
.TagClassName
{
border-color: #180311;
}
</style>