Shades of Melanzane #3B2C38
Tints of Melanzane #3B2C38
RGB
CMYK
RGB Variations
Color information
#3B2C38 (or 0x3B2C38) is known color: Melanzane. HEX triplet: 3B, 2C and 38. RGB value is (59,44,56). Sum of RGB (Red+Green+Blue) = 59+44+56=159 (21% of max value = 765). Red value is 59 (23.44% from 255 or 37.11% from 159); Green value is 44 (17.58% from 255 or 27.67% from 159); Blue value is 56 (22.27% from 255 or 35.22% from 159); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2C38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2C38 is #C4D3C7. Grayscale: #313131. Windows color (decimal): -12899272 or 3681339. OLE color: 3681339.
HSL color Cylindrical-coordinate representation of color #3B2C38: hue angle of 312º degrees, saturation: 0.15, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3B2C38 is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 44 | 56 | - |
| CMYK | 0 | 0.25 | 0.05 | 0.77 |
| HSL | 312º | 0.15% | 0.2% | - |
| HSV(B) | 312º | 0.25% | 0.23% | - |
| XYZ | 3.42 | 3.02 | 4.14 | - |
| YUV | 49.85 | 131.47 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 44 | 56 | 0 | 0.25 | 0.05 | 0.77 | 312 | 0.15 | 0.2 |
| Hex | 3B | 2C | 38 | 0 | 19 | 5 | 4D | 138 | F | 14 |
| Octal | 73 | 54 | 70 | 0 | 31 | 5 | 115 | 470 | 17 | 24 |
| Binary | 111011 | 101100 | 111000 | 0 | 11001 | 101 | 1001101 | 100111000 | 1111 | 10100 |
Color Harmonies of #3B2C38
Complementary color
Monochromatic Colors of #3B2C38
Black with #3B2C38
Text Example
Text Example
White with #3B2C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2C38; }
p { color: rgb(59,44,56); }
H1.HeaderClassName
{
color: #3B2C38;
}
.AnyTagClassName
{
color: #3B2C38;
}
</style>
background-color css
<style>
a { background-color: #3B2C38; }
a { background-color: rgb(59,44,56); }
div.DivClassName
{
background-color: #3B2C38;
}
.BgClassName
{
background-color: #3B2C38;
}
</style>
border-color css
<style>
span { border-color: #3B2C38; }
span { border-color: rgb(59,44,56); }
td.TdClassName
{
border-color: #3B2C38;
}
.TagClassName
{
border-color: #3B2C38;
}
</style>