Shades of Melanzane #341A2D
Tints of Melanzane #341A2D
RGB
CMYK
RGB Variations
Color information
#341A2D (or 0x341A2D) is known color: Melanzane. HEX triplet: 34, 1A and 2D. RGB value is (52,26,45). Sum of RGB (Red+Green+Blue) = 52+26+45=123 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.28% from 123); Green value is 26 (10.55% from 255 or 21.14% from 123); Blue value is 45 (17.97% from 255 or 36.59% from 123); Max value from RGB is 52 - color contains mainly: red. Hex color #341A2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341A2D is #CBE5D2. Grayscale: #232323. Windows color (decimal): -13362643 or 2955828. OLE color: 2955828.
HSL color Cylindrical-coordinate representation of color #341A2D: hue angle of 316.15º degrees, saturation: 0.33, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #341A2D is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 26 | 45 | - |
| CMYK | 0 | 0.50 | 0.13 | 0.80 |
| HSL | 316.15º | 0.33% | 0.15% | - |
| HSV(B) | 316.15º | 0.5% | 0.2% | - |
| XYZ | 2.26 | 1.66 | 2.68 | - |
| YUV | 35.94 | 133.11 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 26 | 45 | 0 | 0.50 | 0.13 | 0.80 | 316.15 | 0.33 | 0.15 |
| Hex | 34 | 1A | 2D | 0 | 32 | D | 50 | 13C | 21 | F |
| Octal | 64 | 32 | 55 | 0 | 62 | 15 | 120 | 474 | 41 | 17 |
| Binary | 110100 | 11010 | 101101 | 0 | 110010 | 1101 | 1010000 | 100111100 | 100001 | 1111 |
Color Harmonies of #341A2D
Complementary color
Monochromatic Colors of #341A2D
Black with #341A2D
Text Example
Text Example
White with #341A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341A2D; }
p { color: rgb(52,26,45); }
H1.HeaderClassName
{
color: #341A2D;
}
.AnyTagClassName
{
color: #341A2D;
}
</style>
background-color css
<style>
a { background-color: #341A2D; }
a { background-color: rgb(52,26,45); }
div.DivClassName
{
background-color: #341A2D;
}
.BgClassName
{
background-color: #341A2D;
}
</style>
border-color css
<style>
span { border-color: #341A2D; }
span { border-color: rgb(52,26,45); }
td.TdClassName
{
border-color: #341A2D;
}
.TagClassName
{
border-color: #341A2D;
}
</style>