Shades of Melanzane #3D2234
Tints of Melanzane #3D2234
RGB
CMYK
RGB Variations
Color information
#3D2234 (or 0x3D2234) is known color: Melanzane. HEX triplet: 3D, 22 and 34. RGB value is (61,34,52). Sum of RGB (Red+Green+Blue) = 61+34+52=147 (19% of max value = 765). Red value is 61 (24.22% from 255 or 41.50% from 147); Green value is 34 (13.67% from 255 or 23.13% from 147); Blue value is 52 (20.70% from 255 or 35.37% from 147); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2234 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2234 is #C2DDCB. Grayscale: #2C2C2C. Windows color (decimal): -12770764 or 3416637. OLE color: 3416637.
HSL color Cylindrical-coordinate representation of color #3D2234: hue angle of 320º 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 #3D2234 is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 34 | 52 | - |
| CMYK | 0 | 0.44 | 0.15 | 0.76 |
| HSL | 320º | 0.28% | 0.19% | - |
| HSV(B) | 320º | 0.44% | 0.24% | - |
| XYZ | 3.12 | 2.38 | 3.54 | - |
| YUV | 44.13 | 132.45 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 34 | 52 | 0 | 0.44 | 0.15 | 0.76 | 320 | 0.28 | 0.19 |
| Hex | 3D | 22 | 34 | 0 | 2C | F | 4C | 140 | 1C | 13 |
| Octal | 75 | 42 | 64 | 0 | 54 | 17 | 114 | 500 | 34 | 23 |
| Binary | 111101 | 100010 | 110100 | 0 | 101100 | 1111 | 1001100 | 101000000 | 11100 | 10011 |
Color Harmonies of #3D2234
Complementary color
Monochromatic Colors of #3D2234
Black with #3D2234
Text Example
Text Example
White with #3D2234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2234; }
p { color: rgb(61,34,52); }
H1.HeaderClassName
{
color: #3D2234;
}
.AnyTagClassName
{
color: #3D2234;
}
</style>
background-color css
<style>
a { background-color: #3D2234; }
a { background-color: rgb(61,34,52); }
div.DivClassName
{
background-color: #3D2234;
}
.BgClassName
{
background-color: #3D2234;
}
</style>
border-color css
<style>
span { border-color: #3D2234; }
span { border-color: rgb(61,34,52); }
td.TdClassName
{
border-color: #3D2234;
}
.TagClassName
{
border-color: #3D2234;
}
</style>