Shades of Melanzane #151013
Tints of Melanzane #151013
RGB
CMYK
RGB Variations
Color information
#151013 (or 0x151013) is known color: Melanzane. HEX triplet: 15, 10 and 13. RGB value is (21,16,19). Sum of RGB (Red+Green+Blue) = 21+16+19=56 (7% of max value = 765). Red value is 21 (8.59% from 255 or 37.5% from 56); Green value is 16 (6.64% from 255 or 28.57% from 56); Blue value is 19 (7.81% from 255 or 33.93% from 56); Max value from RGB is 21 - color contains mainly: red. Hex color #151013 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151013 is #EAEFEC. Grayscale: #111111. Windows color (decimal): -15396845 or 1249301. OLE color: 1249301.
HSL color Cylindrical-coordinate representation of color #151013: hue angle of 324º degrees, saturation: 0.14, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #151013 is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.92.
Color convert
RGB | 21 | 16 | 19 | - |
CMYK | 0 | 0.24 | 0.10 | 0.92 |
HSL | 324º | 0.14% | 0.07% | - |
HSV(B) | 324º | 0.24% | 0.08% | - |
XYZ | 0.61 | 0.58 | 0.7 | - |
YUV | 17.84 | 128.66 | 130.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 21 | 16 | 19 | 0 | 0.24 | 0.10 | 0.92 | 324 | 0.14 | 0.07 |
Hex | 15 | 10 | 13 | 0 | 18 | A | 5C | 144 | E | 7 |
Octal | 25 | 20 | 23 | 0 | 30 | 12 | 134 | 504 | 16 | 7 |
Binary | 10101 | 10000 | 10011 | 0 | 11000 | 1010 | 1011100 | 101000100 | 1110 | 111 |
Color Harmonies of #151013
Complementary color
Monochromatic Colors of #151013
Black with #151013
Text Example
Text Example
White with #151013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151013; }
p { color: rgb(21,16,19); }
H1.HeaderClassName
{
color: #151013;
}
.AnyTagClassName
{
color: #151013;
}
</style>
background-color css
<style>
a { background-color: #151013; }
a { background-color: rgb(21,16,19); }
div.DivClassName
{
background-color: #151013;
}
.BgClassName
{
background-color: #151013;
}
</style>
border-color css
<style>
span { border-color: #151013; }
span { border-color: rgb(21,16,19); }
td.TdClassName
{
border-color: #151013;
}
.TagClassName
{
border-color: #151013;
}
</style>