Shades of Melanzane #20071A
Tints of Melanzane #20071A
RGB
CMYK
RGB Variations
Color information
#20071A (or 0x20071A) is known color: Melanzane. HEX triplet: 20, 07 and 1A. RGB value is (32,7,26). Sum of RGB (Red+Green+Blue) = 32+7+26=65 (8% of max value = 765). Red value is 32 (12.89% from 255 or 49.23% from 65); Green value is 7 (3.12% from 255 or 10.77% from 65); Blue value is 26 (10.55% from 255 or 40% from 65); Max value from RGB is 32 - color contains mainly: red. Hex color #20071A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20071A is #DFF8E5. Grayscale: #101010. Windows color (decimal): -14678246 or 1705760. OLE color: 1705760.
HSL color Cylindrical-coordinate representation of color #20071A: hue angle of 314.4º degrees, saturation: 0.64, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #20071A is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 7 | 26 | - |
| CMYK | 0 | 0.78 | 0.19 | 0.87 |
| HSL | 314.4º | 0.64% | 0.08% | - |
| HSV(B) | 314.4º | 0.78% | 0.13% | - |
| XYZ | 0.86 | 0.53 | 1.04 | - |
| YUV | 16.64 | 133.28 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 7 | 26 | 0 | 0.78 | 0.19 | 0.87 | 314.4 | 0.64 | 0.08 |
| Hex | 20 | 7 | 1A | 0 | 4E | 13 | 57 | 13A | 40 | 8 |
| Octal | 40 | 7 | 32 | 0 | 116 | 23 | 127 | 472 | 100 | 10 |
| Binary | 100000 | 111 | 11010 | 0 | 1001110 | 10011 | 1010111 | 100111010 | 1000000 | 1000 |
Color Harmonies of #20071A
Complementary color
Monochromatic Colors of #20071A
Black with #20071A
Text Example
Text Example
White with #20071A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20071A; }
p { color: rgb(32,7,26); }
H1.HeaderClassName
{
color: #20071A;
}
.AnyTagClassName
{
color: #20071A;
}
</style>
background-color css
<style>
a { background-color: #20071A; }
a { background-color: rgb(32,7,26); }
div.DivClassName
{
background-color: #20071A;
}
.BgClassName
{
background-color: #20071A;
}
</style>
border-color css
<style>
span { border-color: #20071A; }
span { border-color: rgb(32,7,26); }
td.TdClassName
{
border-color: #20071A;
}
.TagClassName
{
border-color: #20071A;
}
</style>