Shades of Melanzane #3D2033
Tints of Melanzane #3D2033
RGB
CMYK
RGB Variations
Color information
#3D2033 (or 0x3D2033) is known color: Melanzane. HEX triplet: 3D, 20 and 33. RGB value is (61,32,51). Sum of RGB (Red+Green+Blue) = 61+32+51=144 (19% of max value = 765). Red value is 61 (24.22% from 255 or 42.36% from 144); Green value is 32 (12.89% from 255 or 22.22% from 144); Blue value is 51 (20.31% from 255 or 35.42% from 144); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2033 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2033 is #C2DFCC. Grayscale: #2A2A2A. Windows color (decimal): -12771277 or 3350589. OLE color: 3350589.
HSL color Cylindrical-coordinate representation of color #3D2033: hue angle of 320.69º degrees, saturation: 0.31, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3D2033 is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 32 | 51 | - |
| CMYK | 0 | 0.48 | 0.16 | 0.76 |
| HSL | 320.69º | 0.31% | 0.18% | - |
| HSV(B) | 320.69º | 0.48% | 0.24% | - |
| XYZ | 3.04 | 2.26 | 3.41 | - |
| YUV | 42.84 | 132.61 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 32 | 51 | 0 | 0.48 | 0.16 | 0.76 | 320.69 | 0.31 | 0.18 |
| Hex | 3D | 20 | 33 | 0 | 30 | 10 | 4C | 141 | 1F | 12 |
| Octal | 75 | 40 | 63 | 0 | 60 | 20 | 114 | 501 | 37 | 22 |
| Binary | 111101 | 100000 | 110011 | 0 | 110000 | 10000 | 1001100 | 101000001 | 11111 | 10010 |
Color Harmonies of #3D2033
Complementary color
Monochromatic Colors of #3D2033
Black with #3D2033
Text Example
Text Example
White with #3D2033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2033; }
p { color: rgb(61,32,51); }
H1.HeaderClassName
{
color: #3D2033;
}
.AnyTagClassName
{
color: #3D2033;
}
</style>
background-color css
<style>
a { background-color: #3D2033; }
a { background-color: rgb(61,32,51); }
div.DivClassName
{
background-color: #3D2033;
}
.BgClassName
{
background-color: #3D2033;
}
</style>
border-color css
<style>
span { border-color: #3D2033; }
span { border-color: rgb(61,32,51); }
td.TdClassName
{
border-color: #3D2033;
}
.TagClassName
{
border-color: #3D2033;
}
</style>