Shades of Melanzane #3B3138
Tints of Melanzane #3B3138
RGB
CMYK
RGB Variations
Color information
#3B3138 (or 0x3B3138) is known color: Melanzane. HEX triplet: 3B, 31 and 38. RGB value is (59,49,56). Sum of RGB (Red+Green+Blue) = 59+49+56=164 (21% of max value = 765). Red value is 59 (23.44% from 255 or 35.98% from 164); Green value is 49 (19.53% from 255 or 29.88% from 164); Blue value is 56 (22.27% from 255 or 34.15% from 164); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3138 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3138 is #C4CEC7. Grayscale: #343434. Windows color (decimal): -12897992 or 3682619. OLE color: 3682619.
HSL color Cylindrical-coordinate representation of color #3B3138: hue angle of 318º degrees, saturation: 0.09, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #3B3138 is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 49 | 56 | - |
| CMYK | 0 | 0.17 | 0.05 | 0.77 |
| HSL | 318º | 0.09% | 0.21% | - |
| HSV(B) | 318º | 0.17% | 0.23% | - |
| XYZ | 3.62 | 3.41 | 4.21 | - |
| YUV | 52.79 | 129.81 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 49 | 56 | 0 | 0.17 | 0.05 | 0.77 | 318 | 0.09 | 0.21 |
| Hex | 3B | 31 | 38 | 0 | 11 | 5 | 4D | 13E | 9 | 15 |
| Octal | 73 | 61 | 70 | 0 | 21 | 5 | 115 | 476 | 11 | 25 |
| Binary | 111011 | 110001 | 111000 | 0 | 10001 | 101 | 1001101 | 100111110 | 1001 | 10101 |
Color Harmonies of #3B3138
Complementary color
Monochromatic Colors of #3B3138
Black with #3B3138
Text Example
Text Example
White with #3B3138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3138; }
p { color: rgb(59,49,56); }
H1.HeaderClassName
{
color: #3B3138;
}
.AnyTagClassName
{
color: #3B3138;
}
</style>
background-color css
<style>
a { background-color: #3B3138; }
a { background-color: rgb(59,49,56); }
div.DivClassName
{
background-color: #3B3138;
}
.BgClassName
{
background-color: #3B3138;
}
</style>
border-color css
<style>
span { border-color: #3B3138; }
span { border-color: rgb(59,49,56); }
td.TdClassName
{
border-color: #3B3138;
}
.TagClassName
{
border-color: #3B3138;
}
</style>