Shades of Melanzane #3B2936
Tints of Melanzane #3B2936
RGB
CMYK
RGB Variations
Color information
#3B2936 (or 0x3B2936) is known color: Melanzane. HEX triplet: 3B, 29 and 36. RGB value is (59,41,54). Sum of RGB (Red+Green+Blue) = 59+41+54=154 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.31% from 154); Green value is 41 (16.41% from 255 or 26.62% from 154); Blue value is 54 (21.48% from 255 or 35.06% from 154); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2936 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2936 is #C4D6C9. Grayscale: #2F2F2F. Windows color (decimal): -12900042 or 3549499. OLE color: 3549499.
HSL color Cylindrical-coordinate representation of color #3B2936: hue angle of 316.67º degrees, saturation: 0.18, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3B2936 is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 41 | 54 | - |
| CMYK | 0 | 0.31 | 0.08 | 0.77 |
| HSL | 316.67º | 0.18% | 0.2% | - |
| HSV(B) | 316.67º | 0.31% | 0.23% | - |
| XYZ | 3.26 | 2.78 | 3.86 | - |
| YUV | 47.86 | 131.46 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 41 | 54 | 0 | 0.31 | 0.08 | 0.77 | 316.67 | 0.18 | 0.2 |
| Hex | 3B | 29 | 36 | 0 | 1F | 8 | 4D | 13D | 12 | 14 |
| Octal | 73 | 51 | 66 | 0 | 37 | 10 | 115 | 475 | 22 | 24 |
| Binary | 111011 | 101001 | 110110 | 0 | 11111 | 1000 | 1001101 | 100111101 | 10010 | 10100 |
Color Harmonies of #3B2936
Complementary color
Monochromatic Colors of #3B2936
Black with #3B2936
Text Example
Text Example
White with #3B2936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2936; }
p { color: rgb(59,41,54); }
H1.HeaderClassName
{
color: #3B2936;
}
.AnyTagClassName
{
color: #3B2936;
}
</style>
background-color css
<style>
a { background-color: #3B2936; }
a { background-color: rgb(59,41,54); }
div.DivClassName
{
background-color: #3B2936;
}
.BgClassName
{
background-color: #3B2936;
}
</style>
border-color css
<style>
span { border-color: #3B2936; }
span { border-color: rgb(59,41,54); }
td.TdClassName
{
border-color: #3B2936;
}
.TagClassName
{
border-color: #3B2936;
}
</style>