Shades of Melanzane #341B2C
Tints of Melanzane #341B2C
RGB
CMYK
RGB Variations
Color information
#341B2C (or 0x341B2C) is known color: Melanzane. HEX triplet: 34, 1B and 2C. RGB value is (52,27,44). Sum of RGB (Red+Green+Blue) = 52+27+44=123 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.28% from 123); Green value is 27 (10.94% from 255 or 21.95% from 123); Blue value is 44 (17.58% from 255 or 35.77% from 123); Max value from RGB is 52 - color contains mainly: red. Hex color #341B2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341B2C is #CBE4D3. Grayscale: #242424. Windows color (decimal): -13362388 or 2890548. OLE color: 2890548.
HSL color Cylindrical-coordinate representation of color #341B2C: hue angle of 319.2º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #341B2C is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 27 | 44 | - |
| CMYK | 0 | 0.48 | 0.15 | 0.80 |
| HSL | 319.2º | 0.32% | 0.15% | - |
| HSV(B) | 319.2º | 0.48% | 0.2% | - |
| XYZ | 2.26 | 1.7 | 2.59 | - |
| YUV | 36.41 | 132.28 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 27 | 44 | 0 | 0.48 | 0.15 | 0.80 | 319.2 | 0.32 | 0.15 |
| Hex | 34 | 1B | 2C | 0 | 30 | F | 50 | 13F | 20 | F |
| Octal | 64 | 33 | 54 | 0 | 60 | 17 | 120 | 477 | 40 | 17 |
| Binary | 110100 | 11011 | 101100 | 0 | 110000 | 1111 | 1010000 | 100111111 | 100000 | 1111 |
Color Harmonies of #341B2C
Complementary color
Monochromatic Colors of #341B2C
Black with #341B2C
Text Example
Text Example
White with #341B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341B2C; }
p { color: rgb(52,27,44); }
H1.HeaderClassName
{
color: #341B2C;
}
.AnyTagClassName
{
color: #341B2C;
}
</style>
background-color css
<style>
a { background-color: #341B2C; }
a { background-color: rgb(52,27,44); }
div.DivClassName
{
background-color: #341B2C;
}
.BgClassName
{
background-color: #341B2C;
}
</style>
border-color css
<style>
span { border-color: #341B2C; }
span { border-color: rgb(52,27,44); }
td.TdClassName
{
border-color: #341B2C;
}
.TagClassName
{
border-color: #341B2C;
}
</style>