Shades of Melanzane #20151B
Tints of Melanzane #20151B
RGB
CMYK
RGB Variations
Color information
#20151B (or 0x20151B) is known color: Melanzane. HEX triplet: 20, 15 and 1B. RGB value is (32,21,27). Sum of RGB (Red+Green+Blue) = 32+21+27=80 (10% of max value = 765). Red value is 32 (12.89% from 255 or 40% from 80); Green value is 21 (8.59% from 255 or 26.25% from 80); Blue value is 27 (10.94% from 255 or 33.75% from 80); Max value from RGB is 32 - color contains mainly: red. Hex color #20151B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20151B is #DFEAE4. Grayscale: #181818. Windows color (decimal): -14674661 or 1774880. OLE color: 1774880.
HSL color Cylindrical-coordinate representation of color #20151B: hue angle of 327.27º degrees, saturation: 0.21, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #20151B is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.87.
Color convert
RGB | 32 | 21 | 27 | - |
CMYK | 0 | 0.34 | 0.16 | 0.87 |
HSL | 327.27º | 0.21% | 0.1% | - |
HSV(B) | 327.27º | 0.34% | 0.13% | - |
XYZ | 1.06 | 0.92 | 1.16 | - |
YUV | 24.97 | 129.14 | 133.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 32 | 21 | 27 | 0 | 0.34 | 0.16 | 0.87 | 327.27 | 0.21 | 0.1 |
Hex | 20 | 15 | 1B | 0 | 22 | 10 | 57 | 147 | 15 | A |
Octal | 40 | 25 | 33 | 0 | 42 | 20 | 127 | 507 | 25 | 12 |
Binary | 100000 | 10101 | 11011 | 0 | 100010 | 10000 | 1010111 | 101000111 | 10101 | 1010 |
Color Harmonies of #20151B
Complementary color
Monochromatic Colors of #20151B
Black with #20151B
Text Example
Text Example
White with #20151B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20151B; }
p { color: rgb(32,21,27); }
H1.HeaderClassName
{
color: #20151B;
}
.AnyTagClassName
{
color: #20151B;
}
</style>
background-color css
<style>
a { background-color: #20151B; }
a { background-color: rgb(32,21,27); }
div.DivClassName
{
background-color: #20151B;
}
.BgClassName
{
background-color: #20151B;
}
</style>
border-color css
<style>
span { border-color: #20151B; }
span { border-color: rgb(32,21,27); }
td.TdClassName
{
border-color: #20151B;
}
.TagClassName
{
border-color: #20151B;
}
</style>