Shades of Melanzane #341C2B
Tints of Melanzane #341C2B
RGB
CMYK
RGB Variations
Color information
#341C2B (or 0x341C2B) is known color: Melanzane. HEX triplet: 34, 1C and 2B. RGB value is (52,28,43). Sum of RGB (Red+Green+Blue) = 52+28+43=123 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.28% from 123); Green value is 28 (11.33% from 255 or 22.76% from 123); Blue value is 43 (17.19% from 255 or 34.96% from 123); Max value from RGB is 52 - color contains mainly: red. Hex color #341C2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341C2B is #CBE3D4. Grayscale: #242424. Windows color (decimal): -13362133 or 2825268. OLE color: 2825268.
HSL color Cylindrical-coordinate representation of color #341C2B: hue angle of 322.5º 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 #341C2B is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 28 | 43 | - |
| CMYK | 0 | 0.46 | 0.17 | 0.80 |
| HSL | 322.5º | 0.3% | 0.16% | - |
| HSV(B) | 322.5º | 0.46% | 0.2% | - |
| XYZ | 2.27 | 1.73 | 2.5 | - |
| YUV | 36.89 | 131.45 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 28 | 43 | 0 | 0.46 | 0.17 | 0.80 | 322.5 | 0.3 | 0.16 |
| Hex | 34 | 1C | 2B | 0 | 2E | 11 | 50 | 142 | 1E | 10 |
| Octal | 64 | 34 | 53 | 0 | 56 | 21 | 120 | 502 | 36 | 20 |
| Binary | 110100 | 11100 | 101011 | 0 | 101110 | 10001 | 1010000 | 101000010 | 11110 | 10000 |
Color Harmonies of #341C2B
Complementary color
Monochromatic Colors of #341C2B
Black with #341C2B
Text Example
Text Example
White with #341C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341C2B; }
p { color: rgb(52,28,43); }
H1.HeaderClassName
{
color: #341C2B;
}
.AnyTagClassName
{
color: #341C2B;
}
</style>
background-color css
<style>
a { background-color: #341C2B; }
a { background-color: rgb(52,28,43); }
div.DivClassName
{
background-color: #341C2B;
}
.BgClassName
{
background-color: #341C2B;
}
</style>
border-color css
<style>
span { border-color: #341C2B; }
span { border-color: rgb(52,28,43); }
td.TdClassName
{
border-color: #341C2B;
}
.TagClassName
{
border-color: #341C2B;
}
</style>