Shades of Melanzane #3A1932
Tints of Melanzane #3A1932
RGB
CMYK
RGB Variations
Color information
#3A1932 (or 0x3A1932) is known color: Melanzane. HEX triplet: 3A, 19 and 32. RGB value is (58,25,50). Sum of RGB (Red+Green+Blue) = 58+25+50=133 (17% of max value = 765). Red value is 58 (23.05% from 255 or 43.61% from 133); Green value is 25 (10.16% from 255 or 18.80% from 133); Blue value is 50 (19.92% from 255 or 37.59% from 133); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1932 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A1932 is #C5E6CD. Grayscale: #252525. Windows color (decimal): -12969678 or 3283258. OLE color: 3283258.
HSL color Cylindrical-coordinate representation of color #3A1932: hue angle of 314.55º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3A1932 is Cyan = 0, Magento = 0.57, Yellow = 0.14 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 25 | 50 | - |
| CMYK | 0 | 0.57 | 0.14 | 0.77 |
| HSL | 314.55º | 0.4% | 0.16% | - |
| HSV(B) | 314.55º | 0.57% | 0.23% | - |
| XYZ | 2.67 | 1.83 | 3.23 | - |
| YUV | 37.72 | 134.93 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 25 | 50 | 0 | 0.57 | 0.14 | 0.77 | 314.55 | 0.4 | 0.16 |
| Hex | 3A | 19 | 32 | 0 | 39 | E | 4D | 13B | 28 | 10 |
| Octal | 72 | 31 | 62 | 0 | 71 | 16 | 115 | 473 | 50 | 20 |
| Binary | 111010 | 11001 | 110010 | 0 | 111001 | 1110 | 1001101 | 100111011 | 101000 | 10000 |
Color Harmonies of #3A1932
Complementary color
Monochromatic Colors of #3A1932
Black with #3A1932
Text Example
Text Example
White with #3A1932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1932; }
p { color: rgb(58,25,50); }
H1.HeaderClassName
{
color: #3A1932;
}
.AnyTagClassName
{
color: #3A1932;
}
</style>
background-color css
<style>
a { background-color: #3A1932; }
a { background-color: rgb(58,25,50); }
div.DivClassName
{
background-color: #3A1932;
}
.BgClassName
{
background-color: #3A1932;
}
</style>
border-color css
<style>
span { border-color: #3A1932; }
span { border-color: rgb(58,25,50); }
td.TdClassName
{
border-color: #3A1932;
}
.TagClassName
{
border-color: #3A1932;
}
</style>