Shades of Melanzane #3D2133
Tints of Melanzane #3D2133
RGB
CMYK
RGB Variations
Color information
#3D2133 (or 0x3D2133) is known color: Melanzane. HEX triplet: 3D, 21 and 33. RGB value is (61,33,51). Sum of RGB (Red+Green+Blue) = 61+33+51=145 (19% of max value = 765). Red value is 61 (24.22% from 255 or 42.07% from 145); Green value is 33 (13.28% from 255 or 22.76% from 145); Blue value is 51 (20.31% from 255 or 35.17% from 145); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2133 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2133 is #C2DECC. Grayscale: #2B2B2B. Windows color (decimal): -12771021 or 3350845. OLE color: 3350845.
HSL color Cylindrical-coordinate representation of color #3D2133: hue angle of 321.43º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3D2133 is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 33 | 51 | - |
| CMYK | 0 | 0.46 | 0.16 | 0.76 |
| HSL | 321.43º | 0.3% | 0.18% | - |
| HSV(B) | 321.43º | 0.46% | 0.24% | - |
| XYZ | 3.07 | 2.32 | 3.42 | - |
| YUV | 43.42 | 132.28 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 33 | 51 | 0 | 0.46 | 0.16 | 0.76 | 321.43 | 0.3 | 0.18 |
| Hex | 3D | 21 | 33 | 0 | 2E | 10 | 4C | 141 | 1E | 12 |
| Octal | 75 | 41 | 63 | 0 | 56 | 20 | 114 | 501 | 36 | 22 |
| Binary | 111101 | 100001 | 110011 | 0 | 101110 | 10000 | 1001100 | 101000001 | 11110 | 10010 |
Color Harmonies of #3D2133
Complementary color
Monochromatic Colors of #3D2133
Black with #3D2133
Text Example
Text Example
White with #3D2133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2133; }
p { color: rgb(61,33,51); }
H1.HeaderClassName
{
color: #3D2133;
}
.AnyTagClassName
{
color: #3D2133;
}
</style>
background-color css
<style>
a { background-color: #3D2133; }
a { background-color: rgb(61,33,51); }
div.DivClassName
{
background-color: #3D2133;
}
.BgClassName
{
background-color: #3D2133;
}
</style>
border-color css
<style>
span { border-color: #3D2133; }
span { border-color: rgb(61,33,51); }
td.TdClassName
{
border-color: #3D2133;
}
.TagClassName
{
border-color: #3D2133;
}
</style>