Shades of Melanzane #341D30
Tints of Melanzane #341D30
RGB
CMYK
RGB Variations
Color information
#341D30 (or 0x341D30) is known color: Melanzane. HEX triplet: 34, 1D and 30. RGB value is (52,29,48). Sum of RGB (Red+Green+Blue) = 52+29+48=129 (17% of max value = 765). Red value is 52 (20.70% from 255 or 40.31% from 129); Green value is 29 (11.72% from 255 or 22.48% from 129); Blue value is 48 (19.14% from 255 or 37.21% from 129); Max value from RGB is 52 - color contains mainly: red. Hex color #341D30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341D30 is #CBE2CF. Grayscale: #252525. Windows color (decimal): -13361872 or 3153204. OLE color: 3153204.
HSL color Cylindrical-coordinate representation of color #341D30: hue angle of 310.43º 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 #341D30 is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 29 | 48 | - |
| CMYK | 0 | 0.44 | 0.08 | 0.80 |
| HSL | 310.43º | 0.28% | 0.16% | - |
| HSV(B) | 310.43º | 0.44% | 0.2% | - |
| XYZ | 2.39 | 1.82 | 3.02 | - |
| YUV | 38.04 | 133.62 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 29 | 48 | 0 | 0.44 | 0.08 | 0.80 | 310.43 | 0.28 | 0.16 |
| Hex | 34 | 1D | 30 | 0 | 2C | 8 | 50 | 136 | 1C | 10 |
| Octal | 64 | 35 | 60 | 0 | 54 | 10 | 120 | 466 | 34 | 20 |
| Binary | 110100 | 11101 | 110000 | 0 | 101100 | 1000 | 1010000 | 100110110 | 11100 | 10000 |
Color Harmonies of #341D30
Complementary color
Monochromatic Colors of #341D30
Black with #341D30
Text Example
Text Example
White with #341D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341D30; }
p { color: rgb(52,29,48); }
H1.HeaderClassName
{
color: #341D30;
}
.AnyTagClassName
{
color: #341D30;
}
</style>
background-color css
<style>
a { background-color: #341D30; }
a { background-color: rgb(52,29,48); }
div.DivClassName
{
background-color: #341D30;
}
.BgClassName
{
background-color: #341D30;
}
</style>
border-color css
<style>
span { border-color: #341D30; }
span { border-color: rgb(52,29,48); }
td.TdClassName
{
border-color: #341D30;
}
.TagClassName
{
border-color: #341D30;
}
</style>