Shades of Melanzane #3D2238
Tints of Melanzane #3D2238
RGB
CMYK
RGB Variations
Color information
#3D2238 (or 0x3D2238) is known color: Melanzane. HEX triplet: 3D, 22 and 38. RGB value is (61,34,56). Sum of RGB (Red+Green+Blue) = 61+34+56=151 (20% of max value = 765). Red value is 61 (24.22% from 255 or 40.40% from 151); Green value is 34 (13.67% from 255 or 22.52% from 151); Blue value is 56 (22.27% from 255 or 37.09% from 151); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2238 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2238 is #C2DDC7. Grayscale: #2C2C2C. Windows color (decimal): -12770760 or 3678781. OLE color: 3678781.
HSL color Cylindrical-coordinate representation of color #3D2238: hue angle of 311.11º 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 #3D2238 is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 34 | 56 | - |
| CMYK | 0 | 0.44 | 0.08 | 0.76 |
| HSL | 311.11º | 0.28% | 0.19% | - |
| HSV(B) | 311.11º | 0.44% | 0.24% | - |
| XYZ | 3.21 | 2.42 | 4.04 | - |
| YUV | 44.58 | 134.45 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 34 | 56 | 0 | 0.44 | 0.08 | 0.76 | 311.11 | 0.28 | 0.19 |
| Hex | 3D | 22 | 38 | 0 | 2C | 8 | 4C | 137 | 1C | 13 |
| Octal | 75 | 42 | 70 | 0 | 54 | 10 | 114 | 467 | 34 | 23 |
| Binary | 111101 | 100010 | 111000 | 0 | 101100 | 1000 | 1001100 | 100110111 | 11100 | 10011 |
Color Harmonies of #3D2238
Complementary color
Monochromatic Colors of #3D2238
Black with #3D2238
Text Example
Text Example
White with #3D2238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2238; }
p { color: rgb(61,34,56); }
H1.HeaderClassName
{
color: #3D2238;
}
.AnyTagClassName
{
color: #3D2238;
}
</style>
background-color css
<style>
a { background-color: #3D2238; }
a { background-color: rgb(61,34,56); }
div.DivClassName
{
background-color: #3D2238;
}
.BgClassName
{
background-color: #3D2238;
}
</style>
border-color css
<style>
span { border-color: #3D2238; }
span { border-color: rgb(61,34,56); }
td.TdClassName
{
border-color: #3D2238;
}
.TagClassName
{
border-color: #3D2238;
}
</style>