Shades of Melanzane #20091B
Tints of Melanzane #20091B
RGB
CMYK
RGB Variations
Color information
#20091B (or 0x20091B) is known color: Melanzane. HEX triplet: 20, 09 and 1B. RGB value is (32,9,27). Sum of RGB (Red+Green+Blue) = 32+9+27=68 (9% of max value = 765). Red value is 32 (12.89% from 255 or 47.06% from 68); Green value is 9 (3.91% from 255 or 13.24% from 68); Blue value is 27 (10.94% from 255 or 39.71% from 68); Max value from RGB is 32 - color contains mainly: red. Hex color #20091B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20091B is #DFF6E4. Grayscale: #111111. Windows color (decimal): -14677733 or 1771808. OLE color: 1771808.
HSL color Cylindrical-coordinate representation of color #20091B: hue angle of 313.04º degrees, saturation: 0.56, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #20091B is Cyan = 0, Magento = 0.72, Yellow = 0.16 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 9 | 27 | - |
| CMYK | 0 | 0.72 | 0.16 | 0.87 |
| HSL | 313.04º | 0.56% | 0.08% | - |
| HSV(B) | 313.04º | 0.72% | 0.13% | - |
| XYZ | 0.89 | 0.58 | 1.1 | - |
| YUV | 17.93 | 133.12 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 9 | 27 | 0 | 0.72 | 0.16 | 0.87 | 313.04 | 0.56 | 0.08 |
| Hex | 20 | 9 | 1B | 0 | 48 | 10 | 57 | 139 | 38 | 8 |
| Octal | 40 | 11 | 33 | 0 | 110 | 20 | 127 | 471 | 70 | 10 |
| Binary | 100000 | 1001 | 11011 | 0 | 1001000 | 10000 | 1010111 | 100111001 | 111000 | 1000 |
Color Harmonies of #20091B
Complementary color
Monochromatic Colors of #20091B
Black with #20091B
Text Example
Text Example
White with #20091B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20091B; }
p { color: rgb(32,9,27); }
H1.HeaderClassName
{
color: #20091B;
}
.AnyTagClassName
{
color: #20091B;
}
</style>
background-color css
<style>
a { background-color: #20091B; }
a { background-color: rgb(32,9,27); }
div.DivClassName
{
background-color: #20091B;
}
.BgClassName
{
background-color: #20091B;
}
</style>
border-color css
<style>
span { border-color: #20091B; }
span { border-color: rgb(32,9,27); }
td.TdClassName
{
border-color: #20091B;
}
.TagClassName
{
border-color: #20091B;
}
</style>