Shades of Melanzane #3D2035
Tints of Melanzane #3D2035
RGB
CMYK
RGB Variations
Color information
#3D2035 (or 0x3D2035) is known color: Melanzane. HEX triplet: 3D, 20 and 35. RGB value is (61,32,53). Sum of RGB (Red+Green+Blue) = 61+32+53=146 (19% of max value = 765). Red value is 61 (24.22% from 255 or 41.78% from 146); Green value is 32 (12.89% from 255 or 21.92% from 146); Blue value is 53 (21.09% from 255 or 36.30% from 146); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2035 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2035 is #C2DFCA. Grayscale: #2B2B2B. Windows color (decimal): -12771275 or 3481661. OLE color: 3481661.
HSL color Cylindrical-coordinate representation of color #3D2035: hue angle of 316.55º 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 #3D2035 is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 32 | 53 | - |
| CMYK | 0 | 0.48 | 0.13 | 0.76 |
| HSL | 316.55º | 0.31% | 0.18% | - |
| HSV(B) | 316.55º | 0.48% | 0.24% | - |
| XYZ | 3.08 | 2.28 | 3.65 | - |
| YUV | 43.07 | 133.61 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 32 | 53 | 0 | 0.48 | 0.13 | 0.76 | 316.55 | 0.31 | 0.18 |
| Hex | 3D | 20 | 35 | 0 | 30 | D | 4C | 13D | 1F | 12 |
| Octal | 75 | 40 | 65 | 0 | 60 | 15 | 114 | 475 | 37 | 22 |
| Binary | 111101 | 100000 | 110101 | 0 | 110000 | 1101 | 1001100 | 100111101 | 11111 | 10010 |
Color Harmonies of #3D2035
Complementary color
Monochromatic Colors of #3D2035
Black with #3D2035
Text Example
Text Example
White with #3D2035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2035; }
p { color: rgb(61,32,53); }
H1.HeaderClassName
{
color: #3D2035;
}
.AnyTagClassName
{
color: #3D2035;
}
</style>
background-color css
<style>
a { background-color: #3D2035; }
a { background-color: rgb(61,32,53); }
div.DivClassName
{
background-color: #3D2035;
}
.BgClassName
{
background-color: #3D2035;
}
</style>
border-color css
<style>
span { border-color: #3D2035; }
span { border-color: rgb(61,32,53); }
td.TdClassName
{
border-color: #3D2035;
}
.TagClassName
{
border-color: #3D2035;
}
</style>