Shades of Melanzane #3B1934
Tints of Melanzane #3B1934
RGB
CMYK
RGB Variations
Color information
#3B1934 (or 0x3B1934) is known color: Melanzane. HEX triplet: 3B, 19 and 34. RGB value is (59,25,52). Sum of RGB (Red+Green+Blue) = 59+25+52=136 (18% of max value = 765). Red value is 59 (23.44% from 255 or 43.38% from 136); Green value is 25 (10.16% from 255 or 18.38% from 136); Blue value is 52 (20.70% from 255 or 38.24% from 136); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1934 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B1934 is #C4E6CB. Grayscale: #262626. Windows color (decimal): -12904140 or 3414331. OLE color: 3414331.
HSL color Cylindrical-coordinate representation of color #3B1934: hue angle of 312.35º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3B1934 is Cyan = 0, Magento = 0.58, Yellow = 0.12 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 25 | 52 | - |
| CMYK | 0 | 0.58 | 0.12 | 0.77 |
| HSL | 312.35º | 0.4% | 0.16% | - |
| HSV(B) | 312.35º | 0.58% | 0.23% | - |
| XYZ | 2.77 | 1.87 | 3.46 | - |
| YUV | 38.24 | 135.76 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 25 | 52 | 0 | 0.58 | 0.12 | 0.77 | 312.35 | 0.4 | 0.16 |
| Hex | 3B | 19 | 34 | 0 | 3A | C | 4D | 138 | 28 | 10 |
| Octal | 73 | 31 | 64 | 0 | 72 | 14 | 115 | 470 | 50 | 20 |
| Binary | 111011 | 11001 | 110100 | 0 | 111010 | 1100 | 1001101 | 100111000 | 101000 | 10000 |
Color Harmonies of #3B1934
Complementary color
Monochromatic Colors of #3B1934
Black with #3B1934
Text Example
Text Example
White with #3B1934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1934; }
p { color: rgb(59,25,52); }
H1.HeaderClassName
{
color: #3B1934;
}
.AnyTagClassName
{
color: #3B1934;
}
</style>
background-color css
<style>
a { background-color: #3B1934; }
a { background-color: rgb(59,25,52); }
div.DivClassName
{
background-color: #3B1934;
}
.BgClassName
{
background-color: #3B1934;
}
</style>
border-color css
<style>
span { border-color: #3B1934; }
span { border-color: rgb(59,25,52); }
td.TdClassName
{
border-color: #3B1934;
}
.TagClassName
{
border-color: #3B1934;
}
</style>