Shades of Melanzane #3D2835
Tints of Melanzane #3D2835
RGB
CMYK
RGB Variations
Color information
#3D2835 (or 0x3D2835) is known color: Melanzane. HEX triplet: 3D, 28 and 35. RGB value is (61,40,53). Sum of RGB (Red+Green+Blue) = 61+40+53=154 (20% of max value = 765). Red value is 61 (24.22% from 255 or 39.61% from 154); Green value is 40 (16.02% from 255 or 25.97% from 154); Blue value is 53 (21.09% from 255 or 34.42% from 154); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2835 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2835 is #C2D7CA. Grayscale: #2F2F2F. Windows color (decimal): -12769227 or 3483709. OLE color: 3483709.
HSL color Cylindrical-coordinate representation of color #3D2835: hue angle of 322.86º degrees, saturation: 0.21, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3D2835 is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 40 | 53 | - |
| CMYK | 0 | 0.34 | 0.13 | 0.76 |
| HSL | 322.86º | 0.21% | 0.2% | - |
| HSV(B) | 322.86º | 0.34% | 0.24% | - |
| XYZ | 3.33 | 2.77 | 3.73 | - |
| YUV | 47.76 | 130.96 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 40 | 53 | 0 | 0.34 | 0.13 | 0.76 | 322.86 | 0.21 | 0.2 |
| Hex | 3D | 28 | 35 | 0 | 22 | D | 4C | 143 | 15 | 14 |
| Octal | 75 | 50 | 65 | 0 | 42 | 15 | 114 | 503 | 25 | 24 |
| Binary | 111101 | 101000 | 110101 | 0 | 100010 | 1101 | 1001100 | 101000011 | 10101 | 10100 |
Color Harmonies of #3D2835
Complementary color
Monochromatic Colors of #3D2835
Black with #3D2835
Text Example
Text Example
White with #3D2835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2835; }
p { color: rgb(61,40,53); }
H1.HeaderClassName
{
color: #3D2835;
}
.AnyTagClassName
{
color: #3D2835;
}
</style>
background-color css
<style>
a { background-color: #3D2835; }
a { background-color: rgb(61,40,53); }
div.DivClassName
{
background-color: #3D2835;
}
.BgClassName
{
background-color: #3D2835;
}
</style>
border-color css
<style>
span { border-color: #3D2835; }
span { border-color: rgb(61,40,53); }
td.TdClassName
{
border-color: #3D2835;
}
.TagClassName
{
border-color: #3D2835;
}
</style>