Shades of Melanzane #3D2334
Tints of Melanzane #3D2334
RGB
CMYK
RGB Variations
Color information
#3D2334 (or 0x3D2334) is known color: Melanzane. HEX triplet: 3D, 23 and 34. RGB value is (61,35,52). Sum of RGB (Red+Green+Blue) = 61+35+52=148 (19% of max value = 765). Red value is 61 (24.22% from 255 or 41.22% from 148); Green value is 35 (14.06% from 255 or 23.65% from 148); Blue value is 52 (20.70% from 255 or 35.14% from 148); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2334 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2334 is #C2DCCB. Grayscale: #2C2C2C. Windows color (decimal): -12770508 or 3416893. OLE color: 3416893.
HSL color Cylindrical-coordinate representation of color #3D2334: hue angle of 320.77º degrees, saturation: 0.27, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3D2334 is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 35 | 52 | - |
| CMYK | 0 | 0.43 | 0.15 | 0.76 |
| HSL | 320.77º | 0.27% | 0.19% | - |
| HSV(B) | 320.77º | 0.43% | 0.24% | - |
| XYZ | 3.15 | 2.44 | 3.55 | - |
| YUV | 44.71 | 132.11 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 35 | 52 | 0 | 0.43 | 0.15 | 0.76 | 320.77 | 0.27 | 0.19 |
| Hex | 3D | 23 | 34 | 0 | 2B | F | 4C | 141 | 1B | 13 |
| Octal | 75 | 43 | 64 | 0 | 53 | 17 | 114 | 501 | 33 | 23 |
| Binary | 111101 | 100011 | 110100 | 0 | 101011 | 1111 | 1001100 | 101000001 | 11011 | 10011 |
Color Harmonies of #3D2334
Complementary color
Monochromatic Colors of #3D2334
Black with #3D2334
Text Example
Text Example
White with #3D2334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2334; }
p { color: rgb(61,35,52); }
H1.HeaderClassName
{
color: #3D2334;
}
.AnyTagClassName
{
color: #3D2334;
}
</style>
background-color css
<style>
a { background-color: #3D2334; }
a { background-color: rgb(61,35,52); }
div.DivClassName
{
background-color: #3D2334;
}
.BgClassName
{
background-color: #3D2334;
}
</style>
border-color css
<style>
span { border-color: #3D2334; }
span { border-color: rgb(61,35,52); }
td.TdClassName
{
border-color: #3D2334;
}
.TagClassName
{
border-color: #3D2334;
}
</style>