Shades of Melanzane #20051A
Tints of Melanzane #20051A
RGB
CMYK
RGB Variations
Color information
#20051A (or 0x20051A) is known color: Melanzane. HEX triplet: 20, 05 and 1A. RGB value is (32,5,26). Sum of RGB (Red+Green+Blue) = 32+5+26=63 (8% of max value = 765). Red value is 32 (12.89% from 255 or 50.79% from 63); Green value is 5 (2.34% from 255 or 7.94% from 63); Blue value is 26 (10.55% from 255 or 41.27% from 63); Max value from RGB is 32 - color contains mainly: red. Hex color #20051A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20051A is #DFFAE5. Grayscale: #0F0F0F. Windows color (decimal): -14678758 or 1705248. OLE color: 1705248.
HSL color Cylindrical-coordinate representation of color #20051A: hue angle of 313.33º degrees, saturation: 0.73, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20051A is Cyan = 0, Magento = 0.84, Yellow = 0.19 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 5 | 26 | - |
| CMYK | 0 | 0.84 | 0.19 | 0.87 |
| HSL | 313.33º | 0.73% | 0.07% | - |
| HSV(B) | 313.33º | 0.84% | 0.13% | - |
| XYZ | 0.84 | 0.49 | 1.03 | - |
| YUV | 15.47 | 133.95 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 5 | 26 | 0 | 0.84 | 0.19 | 0.87 | 313.33 | 0.73 | 0.07 |
| Hex | 20 | 5 | 1A | 0 | 54 | 13 | 57 | 139 | 49 | 7 |
| Octal | 40 | 5 | 32 | 0 | 124 | 23 | 127 | 471 | 111 | 7 |
| Binary | 100000 | 101 | 11010 | 0 | 1010100 | 10011 | 1010111 | 100111001 | 1001001 | 111 |
Color Harmonies of #20051A
Complementary color
Monochromatic Colors of #20051A
Black with #20051A
Text Example
Text Example
White with #20051A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20051A; }
p { color: rgb(32,5,26); }
H1.HeaderClassName
{
color: #20051A;
}
.AnyTagClassName
{
color: #20051A;
}
</style>
background-color css
<style>
a { background-color: #20051A; }
a { background-color: rgb(32,5,26); }
div.DivClassName
{
background-color: #20051A;
}
.BgClassName
{
background-color: #20051A;
}
</style>
border-color css
<style>
span { border-color: #20051A; }
span { border-color: rgb(32,5,26); }
td.TdClassName
{
border-color: #20051A;
}
.TagClassName
{
border-color: #20051A;
}
</style>