Shades of Melanzane #341C2C
Tints of Melanzane #341C2C
RGB
CMYK
RGB Variations
Color information
#341C2C (or 0x341C2C) is known color: Melanzane. HEX triplet: 34, 1C and 2C. RGB value is (52,28,44). Sum of RGB (Red+Green+Blue) = 52+28+44=124 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.94% from 124); Green value is 28 (11.33% from 255 or 22.58% from 124); Blue value is 44 (17.58% from 255 or 35.48% from 124); Max value from RGB is 52 - color contains mainly: red. Hex color #341C2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341C2C is #CBE3D3. Grayscale: #242424. Windows color (decimal): -13362132 or 2890804. OLE color: 2890804.
HSL color Cylindrical-coordinate representation of color #341C2C: hue angle of 320º 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 #341C2C is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 28 | 44 | - |
| CMYK | 0 | 0.46 | 0.15 | 0.80 |
| HSL | 320º | 0.3% | 0.16% | - |
| HSV(B) | 320º | 0.46% | 0.2% | - |
| XYZ | 2.29 | 1.74 | 2.6 | - |
| YUV | 37 | 131.95 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 28 | 44 | 0 | 0.46 | 0.15 | 0.80 | 320 | 0.3 | 0.16 |
| Hex | 34 | 1C | 2C | 0 | 2E | F | 50 | 140 | 1E | 10 |
| Octal | 64 | 34 | 54 | 0 | 56 | 17 | 120 | 500 | 36 | 20 |
| Binary | 110100 | 11100 | 101100 | 0 | 101110 | 1111 | 1010000 | 101000000 | 11110 | 10000 |
Color Harmonies of #341C2C
Complementary color
Monochromatic Colors of #341C2C
Black with #341C2C
Text Example
Text Example
White with #341C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341C2C; }
p { color: rgb(52,28,44); }
H1.HeaderClassName
{
color: #341C2C;
}
.AnyTagClassName
{
color: #341C2C;
}
</style>
background-color css
<style>
a { background-color: #341C2C; }
a { background-color: rgb(52,28,44); }
div.DivClassName
{
background-color: #341C2C;
}
.BgClassName
{
background-color: #341C2C;
}
</style>
border-color css
<style>
span { border-color: #341C2C; }
span { border-color: rgb(52,28,44); }
td.TdClassName
{
border-color: #341C2C;
}
.TagClassName
{
border-color: #341C2C;
}
</style>