Shades of Melanzane #3A1A32
Tints of Melanzane #3A1A32
RGB
CMYK
RGB Variations
Color information
#3A1A32 (or 0x3A1A32) is known color: Melanzane. HEX triplet: 3A, 1A and 32. RGB value is (58,26,50). Sum of RGB (Red+Green+Blue) = 58+26+50=134 (17% of max value = 765). Red value is 58 (23.05% from 255 or 43.28% from 134); Green value is 26 (10.55% from 255 or 19.40% from 134); Blue value is 50 (19.92% from 255 or 37.31% from 134); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1A32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A1A32 is #C5E5CD. Grayscale: #262626. Windows color (decimal): -12969422 or 3283514. OLE color: 3283514.
HSL color Cylindrical-coordinate representation of color #3A1A32: hue angle of 315º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3A1A32 is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 26 | 50 | - |
| CMYK | 0 | 0.55 | 0.14 | 0.77 |
| HSL | 315º | 0.38% | 0.16% | - |
| HSV(B) | 315º | 0.55% | 0.23% | - |
| XYZ | 2.69 | 1.87 | 3.24 | - |
| YUV | 38.3 | 134.6 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 26 | 50 | 0 | 0.55 | 0.14 | 0.77 | 315 | 0.38 | 0.16 |
| Hex | 3A | 1A | 32 | 0 | 37 | E | 4D | 13B | 26 | 10 |
| Octal | 72 | 32 | 62 | 0 | 67 | 16 | 115 | 473 | 46 | 20 |
| Binary | 111010 | 11010 | 110010 | 0 | 110111 | 1110 | 1001101 | 100111011 | 100110 | 10000 |
Color Harmonies of #3A1A32
Complementary color
Monochromatic Colors of #3A1A32
Black with #3A1A32
Text Example
Text Example
White with #3A1A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1A32; }
p { color: rgb(58,26,50); }
H1.HeaderClassName
{
color: #3A1A32;
}
.AnyTagClassName
{
color: #3A1A32;
}
</style>
background-color css
<style>
a { background-color: #3A1A32; }
a { background-color: rgb(58,26,50); }
div.DivClassName
{
background-color: #3A1A32;
}
.BgClassName
{
background-color: #3A1A32;
}
</style>
border-color css
<style>
span { border-color: #3A1A32; }
span { border-color: rgb(58,26,50); }
td.TdClassName
{
border-color: #3A1A32;
}
.TagClassName
{
border-color: #3A1A32;
}
</style>