Shades of Melanzane #20131A
Tints of Melanzane #20131A
RGB
CMYK
RGB Variations
Color information
#20131A (or 0x20131A) is known color: Melanzane. HEX triplet: 20, 13 and 1A. RGB value is (32,19,26). Sum of RGB (Red+Green+Blue) = 32+19+26=77 (10% of max value = 765). Red value is 32 (12.89% from 255 or 41.56% from 77); Green value is 19 (7.81% from 255 or 24.68% from 77); Blue value is 26 (10.55% from 255 or 33.77% from 77); Max value from RGB is 32 - color contains mainly: red. Hex color #20131A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20131A is #DFECE5. Grayscale: #171717. Windows color (decimal): -14675174 or 1708832. OLE color: 1708832.
HSL color Cylindrical-coordinate representation of color #20131A: hue angle of 327.69º degrees, saturation: 0.25, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #20131A is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.87.
Color convert
RGB | 32 | 19 | 26 | - |
CMYK | 0 | 0.41 | 0.19 | 0.87 |
HSL | 327.69º | 0.25% | 0.1% | - |
HSV(B) | 327.69º | 0.41% | 0.13% | - |
XYZ | 1.01 | 0.85 | 1.09 | - |
YUV | 23.69 | 129.31 | 133.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 32 | 19 | 26 | 0 | 0.41 | 0.19 | 0.87 | 327.69 | 0.25 | 0.1 |
Hex | 20 | 13 | 1A | 0 | 29 | 13 | 57 | 148 | 19 | A |
Octal | 40 | 23 | 32 | 0 | 51 | 23 | 127 | 510 | 31 | 12 |
Binary | 100000 | 10011 | 11010 | 0 | 101001 | 10011 | 1010111 | 101001000 | 11001 | 1010 |
Color Harmonies of #20131A
Complementary color
Monochromatic Colors of #20131A
Black with #20131A
Text Example
Text Example
White with #20131A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20131A; }
p { color: rgb(32,19,26); }
H1.HeaderClassName
{
color: #20131A;
}
.AnyTagClassName
{
color: #20131A;
}
</style>
background-color css
<style>
a { background-color: #20131A; }
a { background-color: rgb(32,19,26); }
div.DivClassName
{
background-color: #20131A;
}
.BgClassName
{
background-color: #20131A;
}
</style>
border-color css
<style>
span { border-color: #20131A; }
span { border-color: rgb(32,19,26); }
td.TdClassName
{
border-color: #20131A;
}
.TagClassName
{
border-color: #20131A;
}
</style>