Shades of Melanzane #341C30
Tints of Melanzane #341C30
RGB
CMYK
RGB Variations
Color information
#341C30 (or 0x341C30) is known color: Melanzane. HEX triplet: 34, 1C and 30. RGB value is (52,28,48). Sum of RGB (Red+Green+Blue) = 52+28+48=128 (16% of max value = 765). Red value is 52 (20.70% from 255 or 40.62% from 128); Green value is 28 (11.33% from 255 or 21.88% from 128); Blue value is 48 (19.14% from 255 or 37.5% from 128); Max value from RGB is 52 - color contains mainly: red. Hex color #341C30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341C30 is #CBE3CF. Grayscale: #252525. Windows color (decimal): -13362128 or 3152948. OLE color: 3152948.
HSL color Cylindrical-coordinate representation of color #341C30: hue angle of 310º degrees, saturation: 0.3, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #341C30 is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 28 | 48 | - |
| CMYK | 0 | 0.46 | 0.08 | 0.80 |
| HSL | 310º | 0.3% | 0.16% | - |
| HSV(B) | 310º | 0.46% | 0.2% | - |
| XYZ | 2.36 | 1.77 | 3.01 | - |
| YUV | 37.46 | 133.95 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 28 | 48 | 0 | 0.46 | 0.08 | 0.80 | 310 | 0.3 | 0.16 |
| Hex | 34 | 1C | 30 | 0 | 2E | 8 | 50 | 136 | 1E | 10 |
| Octal | 64 | 34 | 60 | 0 | 56 | 10 | 120 | 466 | 36 | 20 |
| Binary | 110100 | 11100 | 110000 | 0 | 101110 | 1000 | 1010000 | 100110110 | 11110 | 10000 |
Color Harmonies of #341C30
Complementary color
Monochromatic Colors of #341C30
Black with #341C30
Text Example
Text Example
White with #341C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341C30; }
p { color: rgb(52,28,48); }
H1.HeaderClassName
{
color: #341C30;
}
.AnyTagClassName
{
color: #341C30;
}
</style>
background-color css
<style>
a { background-color: #341C30; }
a { background-color: rgb(52,28,48); }
div.DivClassName
{
background-color: #341C30;
}
.BgClassName
{
background-color: #341C30;
}
</style>
border-color css
<style>
span { border-color: #341C30; }
span { border-color: rgb(52,28,48); }
td.TdClassName
{
border-color: #341C30;
}
.TagClassName
{
border-color: #341C30;
}
</style>