Shades of Melanzane #341D2E
Tints of Melanzane #341D2E
RGB
CMYK
RGB Variations
Color information
#341D2E (or 0x341D2E) is known color: Melanzane. HEX triplet: 34, 1D and 2E. RGB value is (52,29,46). Sum of RGB (Red+Green+Blue) = 52+29+46=127 (16% of max value = 765). Red value is 52 (20.70% from 255 or 40.94% from 127); Green value is 29 (11.72% from 255 or 22.83% from 127); Blue value is 46 (18.36% from 255 or 36.22% from 127); Max value from RGB is 52 - color contains mainly: red. Hex color #341D2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341D2E is #CBE2D1. Grayscale: #252525. Windows color (decimal): -13361874 or 3022132. OLE color: 3022132.
HSL color Cylindrical-coordinate representation of color #341D2E: hue angle of 315.65º degrees, saturation: 0.28, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #341D2E is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 29 | 46 | - |
| CMYK | 0 | 0.44 | 0.12 | 0.80 |
| HSL | 315.65º | 0.28% | 0.16% | - |
| HSV(B) | 315.65º | 0.44% | 0.2% | - |
| XYZ | 2.35 | 1.81 | 2.81 | - |
| YUV | 37.82 | 132.62 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 29 | 46 | 0 | 0.44 | 0.12 | 0.80 | 315.65 | 0.28 | 0.16 |
| Hex | 34 | 1D | 2E | 0 | 2C | C | 50 | 13C | 1C | 10 |
| Octal | 64 | 35 | 56 | 0 | 54 | 14 | 120 | 474 | 34 | 20 |
| Binary | 110100 | 11101 | 101110 | 0 | 101100 | 1100 | 1010000 | 100111100 | 11100 | 10000 |
Color Harmonies of #341D2E
Complementary color
Monochromatic Colors of #341D2E
Black with #341D2E
Text Example
Text Example
White with #341D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341D2E; }
p { color: rgb(52,29,46); }
H1.HeaderClassName
{
color: #341D2E;
}
.AnyTagClassName
{
color: #341D2E;
}
</style>
background-color css
<style>
a { background-color: #341D2E; }
a { background-color: rgb(52,29,46); }
div.DivClassName
{
background-color: #341D2E;
}
.BgClassName
{
background-color: #341D2E;
}
</style>
border-color css
<style>
span { border-color: #341D2E; }
span { border-color: rgb(52,29,46); }
td.TdClassName
{
border-color: #341D2E;
}
.TagClassName
{
border-color: #341D2E;
}
</style>