Shades of Melanzane #3D2937
Tints of Melanzane #3D2937
RGB
CMYK
RGB Variations
Color information
#3D2937 (or 0x3D2937) is known color: Melanzane. HEX triplet: 3D, 29 and 37. RGB value is (61,41,55). Sum of RGB (Red+Green+Blue) = 61+41+55=157 (20% of max value = 765). Red value is 61 (24.22% from 255 or 38.85% from 157); Green value is 41 (16.41% from 255 or 26.11% from 157); Blue value is 55 (21.88% from 255 or 35.03% from 157); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2937 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2937 is #C2D6C8. Grayscale: #303030. Windows color (decimal): -12768969 or 3615037. OLE color: 3615037.
HSL color Cylindrical-coordinate representation of color #3D2937: hue angle of 318º degrees, saturation: 0.2, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3D2937 is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 41 | 55 | - |
| CMYK | 0 | 0.33 | 0.10 | 0.76 |
| HSL | 318º | 0.2% | 0.2% | - |
| HSV(B) | 318º | 0.33% | 0.24% | - |
| XYZ | 3.41 | 2.85 | 3.99 | - |
| YUV | 48.58 | 131.63 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 41 | 55 | 0 | 0.33 | 0.10 | 0.76 | 318 | 0.2 | 0.2 |
| Hex | 3D | 29 | 37 | 0 | 21 | A | 4C | 13E | 14 | 14 |
| Octal | 75 | 51 | 67 | 0 | 41 | 12 | 114 | 476 | 24 | 24 |
| Binary | 111101 | 101001 | 110111 | 0 | 100001 | 1010 | 1001100 | 100111110 | 10100 | 10100 |
Color Harmonies of #3D2937
Complementary color
Monochromatic Colors of #3D2937
Black with #3D2937
Text Example
Text Example
White with #3D2937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2937; }
p { color: rgb(61,41,55); }
H1.HeaderClassName
{
color: #3D2937;
}
.AnyTagClassName
{
color: #3D2937;
}
</style>
background-color css
<style>
a { background-color: #3D2937; }
a { background-color: rgb(61,41,55); }
div.DivClassName
{
background-color: #3D2937;
}
.BgClassName
{
background-color: #3D2937;
}
</style>
border-color css
<style>
span { border-color: #3D2937; }
span { border-color: rgb(61,41,55); }
td.TdClassName
{
border-color: #3D2937;
}
.TagClassName
{
border-color: #3D2937;
}
</style>