Shades of Melanzane #3D2A36
Tints of Melanzane #3D2A36
RGB
CMYK
RGB Variations
Color information
#3D2A36 (or 0x3D2A36) is known color: Melanzane. HEX triplet: 3D, 2A and 36. RGB value is (61,42,54). Sum of RGB (Red+Green+Blue) = 61+42+54=157 (20% of max value = 765). Red value is 61 (24.22% from 255 or 38.85% from 157); Green value is 42 (16.80% from 255 or 26.75% from 157); Blue value is 54 (21.48% from 255 or 34.39% from 157); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2A36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2A36 is #C2D5C9. Grayscale: #313131. Windows color (decimal): -12768714 or 3549757. OLE color: 3549757.
HSL color Cylindrical-coordinate representation of color #3D2A36: hue angle of 322.11º degrees, saturation: 0.18, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3D2A36 is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 42 | 54 | - |
| CMYK | 0 | 0.31 | 0.11 | 0.76 |
| HSL | 322.11º | 0.18% | 0.2% | - |
| HSV(B) | 322.11º | 0.31% | 0.24% | - |
| XYZ | 3.42 | 2.91 | 3.87 | - |
| YUV | 49.05 | 130.79 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 42 | 54 | 0 | 0.31 | 0.11 | 0.76 | 322.11 | 0.18 | 0.2 |
| Hex | 3D | 2A | 36 | 0 | 1F | B | 4C | 142 | 12 | 14 |
| Octal | 75 | 52 | 66 | 0 | 37 | 13 | 114 | 502 | 22 | 24 |
| Binary | 111101 | 101010 | 110110 | 0 | 11111 | 1011 | 1001100 | 101000010 | 10010 | 10100 |
Color Harmonies of #3D2A36
Complementary color
Monochromatic Colors of #3D2A36
Black with #3D2A36
Text Example
Text Example
White with #3D2A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2A36; }
p { color: rgb(61,42,54); }
H1.HeaderClassName
{
color: #3D2A36;
}
.AnyTagClassName
{
color: #3D2A36;
}
</style>
background-color css
<style>
a { background-color: #3D2A36; }
a { background-color: rgb(61,42,54); }
div.DivClassName
{
background-color: #3D2A36;
}
.BgClassName
{
background-color: #3D2A36;
}
</style>
border-color css
<style>
span { border-color: #3D2A36; }
span { border-color: rgb(61,42,54); }
td.TdClassName
{
border-color: #3D2A36;
}
.TagClassName
{
border-color: #3D2A36;
}
</style>