Shades of Melanzane #3D1E33
Tints of Melanzane #3D1E33
RGB
CMYK
RGB Variations
Color information
#3D1E33 (or 0x3D1E33) is known color: Melanzane. HEX triplet: 3D, 1E and 33. RGB value is (61,30,51). Sum of RGB (Red+Green+Blue) = 61+30+51=142 (18% of max value = 765). Red value is 61 (24.22% from 255 or 42.96% from 142); Green value is 30 (12.11% from 255 or 21.13% from 142); Blue value is 51 (20.31% from 255 or 35.92% from 142); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1E33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D1E33 is #C2E1CC. Grayscale: #292929. Windows color (decimal): -12771789 or 3350077. OLE color: 3350077.
HSL color Cylindrical-coordinate representation of color #3D1E33: hue angle of 319.35º degrees, saturation: 0.34, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3D1E33 is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 30 | 51 | - |
| CMYK | 0 | 0.51 | 0.16 | 0.76 |
| HSL | 319.35º | 0.34% | 0.18% | - |
| HSV(B) | 319.35º | 0.51% | 0.24% | - |
| XYZ | 2.99 | 2.16 | 3.39 | - |
| YUV | 41.66 | 133.27 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 30 | 51 | 0 | 0.51 | 0.16 | 0.76 | 319.35 | 0.34 | 0.18 |
| Hex | 3D | 1E | 33 | 0 | 33 | 10 | 4C | 13F | 22 | 12 |
| Octal | 75 | 36 | 63 | 0 | 63 | 20 | 114 | 477 | 42 | 22 |
| Binary | 111101 | 11110 | 110011 | 0 | 110011 | 10000 | 1001100 | 100111111 | 100010 | 10010 |
Color Harmonies of #3D1E33
Complementary color
Monochromatic Colors of #3D1E33
Black with #3D1E33
Text Example
Text Example
White with #3D1E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1E33; }
p { color: rgb(61,30,51); }
H1.HeaderClassName
{
color: #3D1E33;
}
.AnyTagClassName
{
color: #3D1E33;
}
</style>
background-color css
<style>
a { background-color: #3D1E33; }
a { background-color: rgb(61,30,51); }
div.DivClassName
{
background-color: #3D1E33;
}
.BgClassName
{
background-color: #3D1E33;
}
</style>
border-color css
<style>
span { border-color: #3D1E33; }
span { border-color: rgb(61,30,51); }
td.TdClassName
{
border-color: #3D1E33;
}
.TagClassName
{
border-color: #3D1E33;
}
</style>