Shades of Melanzane #3B2E38
Tints of Melanzane #3B2E38
RGB
CMYK
RGB Variations
Color information
#3B2E38 (or 0x3B2E38) is known color: Melanzane. HEX triplet: 3B, 2E and 38. RGB value is (59,46,56). Sum of RGB (Red+Green+Blue) = 59+46+56=161 (21% of max value = 765). Red value is 59 (23.44% from 255 or 36.65% from 161); Green value is 46 (18.36% from 255 or 28.57% from 161); Blue value is 56 (22.27% from 255 or 34.78% from 161); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2E38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2E38 is #C4D1C7. Grayscale: #333333. Windows color (decimal): -12898760 or 3681851. OLE color: 3681851.
HSL color Cylindrical-coordinate representation of color #3B2E38: hue angle of 313.85º degrees, saturation: 0.12, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #3B2E38 is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 46 | 56 | - |
| CMYK | 0 | 0.22 | 0.05 | 0.77 |
| HSL | 313.85º | 0.12% | 0.21% | - |
| HSV(B) | 313.85º | 0.22% | 0.23% | - |
| XYZ | 3.49 | 3.17 | 4.17 | - |
| YUV | 51.03 | 130.81 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 46 | 56 | 0 | 0.22 | 0.05 | 0.77 | 313.85 | 0.12 | 0.21 |
| Hex | 3B | 2E | 38 | 0 | 16 | 5 | 4D | 13A | C | 15 |
| Octal | 73 | 56 | 70 | 0 | 26 | 5 | 115 | 472 | 14 | 25 |
| Binary | 111011 | 101110 | 111000 | 0 | 10110 | 101 | 1001101 | 100111010 | 1100 | 10101 |
Color Harmonies of #3B2E38
Complementary color
Monochromatic Colors of #3B2E38
Black with #3B2E38
Text Example
Text Example
White with #3B2E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2E38; }
p { color: rgb(59,46,56); }
H1.HeaderClassName
{
color: #3B2E38;
}
.AnyTagClassName
{
color: #3B2E38;
}
</style>
background-color css
<style>
a { background-color: #3B2E38; }
a { background-color: rgb(59,46,56); }
div.DivClassName
{
background-color: #3B2E38;
}
.BgClassName
{
background-color: #3B2E38;
}
</style>
border-color css
<style>
span { border-color: #3B2E38; }
span { border-color: rgb(59,46,56); }
td.TdClassName
{
border-color: #3B2E38;
}
.TagClassName
{
border-color: #3B2E38;
}
</style>