Shades of Melanzane #3D2237
Tints of Melanzane #3D2237
RGB
CMYK
RGB Variations
Color information
#3D2237 (or 0x3D2237) is known color: Melanzane. HEX triplet: 3D, 22 and 37. RGB value is (61,34,55). Sum of RGB (Red+Green+Blue) = 61+34+55=150 (19% of max value = 765). Red value is 61 (24.22% from 255 or 40.67% from 150); Green value is 34 (13.67% from 255 or 22.67% from 150); Blue value is 55 (21.88% from 255 or 36.67% from 150); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2237 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2237 is #C2DDC8. Grayscale: #2C2C2C. Windows color (decimal): -12770761 or 3613245. OLE color: 3613245.
HSL color Cylindrical-coordinate representation of color #3D2237: hue angle of 313.33º degrees, saturation: 0.28, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3D2237 is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 34 | 55 | - |
| CMYK | 0 | 0.44 | 0.10 | 0.76 |
| HSL | 313.33º | 0.28% | 0.19% | - |
| HSV(B) | 313.33º | 0.44% | 0.24% | - |
| XYZ | 3.19 | 2.41 | 3.91 | - |
| YUV | 44.47 | 133.95 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 34 | 55 | 0 | 0.44 | 0.10 | 0.76 | 313.33 | 0.28 | 0.19 |
| Hex | 3D | 22 | 37 | 0 | 2C | A | 4C | 139 | 1C | 13 |
| Octal | 75 | 42 | 67 | 0 | 54 | 12 | 114 | 471 | 34 | 23 |
| Binary | 111101 | 100010 | 110111 | 0 | 101100 | 1010 | 1001100 | 100111001 | 11100 | 10011 |
Color Harmonies of #3D2237
Complementary color
Monochromatic Colors of #3D2237
Black with #3D2237
Text Example
Text Example
White with #3D2237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2237; }
p { color: rgb(61,34,55); }
H1.HeaderClassName
{
color: #3D2237;
}
.AnyTagClassName
{
color: #3D2237;
}
</style>
background-color css
<style>
a { background-color: #3D2237; }
a { background-color: rgb(61,34,55); }
div.DivClassName
{
background-color: #3D2237;
}
.BgClassName
{
background-color: #3D2237;
}
</style>
border-color css
<style>
span { border-color: #3D2237; }
span { border-color: rgb(61,34,55); }
td.TdClassName
{
border-color: #3D2237;
}
.TagClassName
{
border-color: #3D2237;
}
</style>