Shades of Melanzane #3B3238
Tints of Melanzane #3B3238
RGB
CMYK
RGB Variations
Color information
#3B3238 (or 0x3B3238) is known color: Melanzane. HEX triplet: 3B, 32 and 38. RGB value is (59,50,56). Sum of RGB (Red+Green+Blue) = 59+50+56=165 (21% of max value = 765). Red value is 59 (23.44% from 255 or 35.76% from 165); Green value is 50 (19.92% from 255 or 30.30% from 165); Blue value is 56 (22.27% from 255 or 33.94% from 165); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3238 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3238 is #C4CDC7. Grayscale: #353535. Windows color (decimal): -12897736 or 3682875. OLE color: 3682875.
HSL color Cylindrical-coordinate representation of color #3B3238: hue angle of 320º degrees, saturation: 0.08, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #3B3238 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 50 | 56 | - |
| CMYK | 0 | 0.15 | 0.05 | 0.77 |
| HSL | 320º | 0.08% | 0.21% | - |
| HSV(B) | 320º | 0.15% | 0.23% | - |
| XYZ | 3.66 | 3.5 | 4.22 | - |
| YUV | 53.38 | 129.48 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 50 | 56 | 0 | 0.15 | 0.05 | 0.77 | 320 | 0.08 | 0.21 |
| Hex | 3B | 32 | 38 | 0 | F | 5 | 4D | 140 | 8 | 15 |
| Octal | 73 | 62 | 70 | 0 | 17 | 5 | 115 | 500 | 10 | 25 |
| Binary | 111011 | 110010 | 111000 | 0 | 1111 | 101 | 1001101 | 101000000 | 1000 | 10101 |
Color Harmonies of #3B3238
Complementary color
Monochromatic Colors of #3B3238
Black with #3B3238
Text Example
Text Example
White with #3B3238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3238; }
p { color: rgb(59,50,56); }
H1.HeaderClassName
{
color: #3B3238;
}
.AnyTagClassName
{
color: #3B3238;
}
</style>
background-color css
<style>
a { background-color: #3B3238; }
a { background-color: rgb(59,50,56); }
div.DivClassName
{
background-color: #3B3238;
}
.BgClassName
{
background-color: #3B3238;
}
</style>
border-color css
<style>
span { border-color: #3B3238; }
span { border-color: rgb(59,50,56); }
td.TdClassName
{
border-color: #3B3238;
}
.TagClassName
{
border-color: #3B3238;
}
</style>