Shades of Melanzane #180312
Tints of Melanzane #180312
RGB
CMYK
RGB Variations
Color information
#180312 (or 0x180312) is known color: Melanzane. HEX triplet: 18, 03 and 12. RGB value is (24,3,18). Sum of RGB (Red+Green+Blue) = 24+3+18=45 (5% of max value = 765). Red value is 24 (9.77% from 255 or 53.33% from 45); Green value is 3 (1.56% from 255 or 6.67% from 45); Blue value is 18 (7.42% from 255 or 40% from 45); Max value from RGB is 24 - color contains mainly: red. Hex color #180312 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180312 is #E7FCED. Grayscale: #0A0A0A. Windows color (decimal): -15203566 or 1180440. OLE color: 1180440.
HSL color Cylindrical-coordinate representation of color #180312: hue angle of 317.14º 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 #180312 is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.91.
Color convert
RGB | 24 | 3 | 18 | - |
CMYK | 0 | 0.88 | 0.25 | 0.91 |
HSL | 317.14º | 0.78% | 0.05% | - |
HSV(B) | 317.14º | 0.88% | 0.09% | - |
XYZ | 0.52 | 0.3 | 0.6 | - |
YUV | 10.99 | 131.96 | 137.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 24 | 3 | 18 | 0 | 0.88 | 0.25 | 0.91 | 317.14 | 0.78 | 0.05 |
Hex | 18 | 3 | 12 | 0 | 58 | 19 | 5B | 13D | 4E | 5 |
Octal | 30 | 3 | 22 | 0 | 130 | 31 | 133 | 475 | 116 | 5 |
Binary | 11000 | 11 | 10010 | 0 | 1011000 | 11001 | 1011011 | 100111101 | 1001110 | 101 |
Color Harmonies of #180312
Complementary color
Monochromatic Colors of #180312
Black with #180312
Text Example
Text Example
White with #180312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180312; }
p { color: rgb(24,3,18); }
H1.HeaderClassName
{
color: #180312;
}
.AnyTagClassName
{
color: #180312;
}
</style>
background-color css
<style>
a { background-color: #180312; }
a { background-color: rgb(24,3,18); }
div.DivClassName
{
background-color: #180312;
}
.BgClassName
{
background-color: #180312;
}
</style>
border-color css
<style>
span { border-color: #180312; }
span { border-color: rgb(24,3,18); }
td.TdClassName
{
border-color: #180312;
}
.TagClassName
{
border-color: #180312;
}
</style>