Shades of Melanzane #341E2D
Tints of Melanzane #341E2D
RGB
CMYK
RGB Variations
Color information
#341E2D (or 0x341E2D) is known color: Melanzane. HEX triplet: 34, 1E and 2D. RGB value is (52,30,45). Sum of RGB (Red+Green+Blue) = 52+30+45=127 (16% of max value = 765). Red value is 52 (20.70% from 255 or 40.94% from 127); Green value is 30 (12.11% from 255 or 23.62% from 127); Blue value is 45 (17.97% from 255 or 35.43% from 127); Max value from RGB is 52 - color contains mainly: red. Hex color #341E2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341E2D is #CBE1D2. Grayscale: #262626. Windows color (decimal): -13361619 or 2956852. OLE color: 2956852.
HSL color Cylindrical-coordinate representation of color #341E2D: hue angle of 319.09º degrees, saturation: 0.27, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #341E2D is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 30 | 45 | - |
| CMYK | 0 | 0.42 | 0.13 | 0.80 |
| HSL | 319.09º | 0.27% | 0.16% | - |
| HSV(B) | 319.09º | 0.42% | 0.2% | - |
| XYZ | 2.35 | 1.85 | 2.72 | - |
| YUV | 38.29 | 131.79 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 30 | 45 | 0 | 0.42 | 0.13 | 0.80 | 319.09 | 0.27 | 0.16 |
| Hex | 34 | 1E | 2D | 0 | 2A | D | 50 | 13F | 1B | 10 |
| Octal | 64 | 36 | 55 | 0 | 52 | 15 | 120 | 477 | 33 | 20 |
| Binary | 110100 | 11110 | 101101 | 0 | 101010 | 1101 | 1010000 | 100111111 | 11011 | 10000 |
Color Harmonies of #341E2D
Complementary color
Monochromatic Colors of #341E2D
Black with #341E2D
Text Example
Text Example
White with #341E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341E2D; }
p { color: rgb(52,30,45); }
H1.HeaderClassName
{
color: #341E2D;
}
.AnyTagClassName
{
color: #341E2D;
}
</style>
background-color css
<style>
a { background-color: #341E2D; }
a { background-color: rgb(52,30,45); }
div.DivClassName
{
background-color: #341E2D;
}
.BgClassName
{
background-color: #341E2D;
}
</style>
border-color css
<style>
span { border-color: #341E2D; }
span { border-color: rgb(52,30,45); }
td.TdClassName
{
border-color: #341E2D;
}
.TagClassName
{
border-color: #341E2D;
}
</style>