Shades of Melanzane #341B2D
Tints of Melanzane #341B2D
RGB
CMYK
RGB Variations
Color information
#341B2D (or 0x341B2D) is known color: Melanzane. HEX triplet: 34, 1B and 2D. RGB value is (52,27,45). Sum of RGB (Red+Green+Blue) = 52+27+45=124 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.94% from 124); Green value is 27 (10.94% from 255 or 21.77% from 124); Blue value is 45 (17.97% from 255 or 36.29% from 124); Max value from RGB is 52 - color contains mainly: red. Hex color #341B2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341B2D is #CBE4D2. Grayscale: #242424. Windows color (decimal): -13362387 or 2956084. OLE color: 2956084.
HSL color Cylindrical-coordinate representation of color #341B2D: hue angle of 316.8º 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 #341B2D is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.80.
Color convert
RGB | 52 | 27 | 45 | - |
CMYK | 0 | 0.48 | 0.13 | 0.80 |
HSL | 316.8º | 0.32% | 0.15% | - |
HSV(B) | 316.8º | 0.48% | 0.2% | - |
XYZ | 2.28 | 1.7 | 2.69 | - |
YUV | 36.53 | 132.78 | 139.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 52 | 27 | 45 | 0 | 0.48 | 0.13 | 0.80 | 316.8 | 0.32 | 0.15 |
Hex | 34 | 1B | 2D | 0 | 30 | D | 50 | 13D | 20 | F |
Octal | 64 | 33 | 55 | 0 | 60 | 15 | 120 | 475 | 40 | 17 |
Binary | 110100 | 11011 | 101101 | 0 | 110000 | 1101 | 1010000 | 100111101 | 100000 | 1111 |
Color Harmonies of #341B2D
Complementary color
Monochromatic Colors of #341B2D
Black with #341B2D
Text Example
Text Example
White with #341B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341B2D; }
p { color: rgb(52,27,45); }
H1.HeaderClassName
{
color: #341B2D;
}
.AnyTagClassName
{
color: #341B2D;
}
</style>
background-color css
<style>
a { background-color: #341B2D; }
a { background-color: rgb(52,27,45); }
div.DivClassName
{
background-color: #341B2D;
}
.BgClassName
{
background-color: #341B2D;
}
</style>
border-color css
<style>
span { border-color: #341B2D; }
span { border-color: rgb(52,27,45); }
td.TdClassName
{
border-color: #341B2D;
}
.TagClassName
{
border-color: #341B2D;
}
</style>