Shades of Melanzane #341C2D
Tints of Melanzane #341C2D
RGB
CMYK
RGB Variations
Color information
#341C2D (or 0x341C2D) is known color: Melanzane. HEX triplet: 34, 1C and 2D. RGB value is (52,28,45). Sum of RGB (Red+Green+Blue) = 52+28+45=125 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.6% from 125); Green value is 28 (11.33% from 255 or 22.4% from 125); Blue value is 45 (17.97% from 255 or 36% from 125); Max value from RGB is 52 - color contains mainly: red. Hex color #341C2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341C2D is #CBE3D2. Grayscale: #252525. Windows color (decimal): -13362131 or 2956340. OLE color: 2956340.
HSL color Cylindrical-coordinate representation of color #341C2D: hue angle of 317.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 #341C2D is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 28 | 45 | - |
| CMYK | 0 | 0.46 | 0.13 | 0.80 |
| HSL | 317.5º | 0.3% | 0.16% | - |
| HSV(B) | 317.5º | 0.46% | 0.2% | - |
| XYZ | 2.31 | 1.75 | 2.7 | - |
| YUV | 37.11 | 132.45 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 28 | 45 | 0 | 0.46 | 0.13 | 0.80 | 317.5 | 0.3 | 0.16 |
| Hex | 34 | 1C | 2D | 0 | 2E | D | 50 | 13E | 1E | 10 |
| Octal | 64 | 34 | 55 | 0 | 56 | 15 | 120 | 476 | 36 | 20 |
| Binary | 110100 | 11100 | 101101 | 0 | 101110 | 1101 | 1010000 | 100111110 | 11110 | 10000 |
Color Harmonies of #341C2D
Complementary color
Monochromatic Colors of #341C2D
Black with #341C2D
Text Example
Text Example
White with #341C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341C2D; }
p { color: rgb(52,28,45); }
H1.HeaderClassName
{
color: #341C2D;
}
.AnyTagClassName
{
color: #341C2D;
}
</style>
background-color css
<style>
a { background-color: #341C2D; }
a { background-color: rgb(52,28,45); }
div.DivClassName
{
background-color: #341C2D;
}
.BgClassName
{
background-color: #341C2D;
}
</style>
border-color css
<style>
span { border-color: #341C2D; }
span { border-color: rgb(52,28,45); }
td.TdClassName
{
border-color: #341C2D;
}
.TagClassName
{
border-color: #341C2D;
}
</style>