Shades of Melanzane #34222D
Tints of Melanzane #34222D
RGB
CMYK
RGB Variations
Color information
#34222D (or 0x34222D) is known color: Melanzane. HEX triplet: 34, 22 and 2D. RGB value is (52,34,45). Sum of RGB (Red+Green+Blue) = 52+34+45=131 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.69% from 131); Green value is 34 (13.67% from 255 or 25.95% from 131); Blue value is 45 (17.97% from 255 or 34.35% from 131); Max value from RGB is 52 - color contains mainly: red. Hex color #34222D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34222D is #CBDDD2. Grayscale: #282828. Windows color (decimal): -13360595 or 2957876. OLE color: 2957876.
HSL color Cylindrical-coordinate representation of color #34222D: hue angle of 323.33º degrees, saturation: 0.21, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #34222D is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 34 | 45 | - |
| CMYK | 0 | 0.35 | 0.13 | 0.80 |
| HSL | 323.33º | 0.21% | 0.17% | - |
| HSV(B) | 323.33º | 0.35% | 0.2% | - |
| XYZ | 2.46 | 2.06 | 2.75 | - |
| YUV | 40.64 | 130.46 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 34 | 45 | 0 | 0.35 | 0.13 | 0.80 | 323.33 | 0.21 | 0.17 |
| Hex | 34 | 22 | 2D | 0 | 23 | D | 50 | 143 | 15 | 11 |
| Octal | 64 | 42 | 55 | 0 | 43 | 15 | 120 | 503 | 25 | 21 |
| Binary | 110100 | 100010 | 101101 | 0 | 100011 | 1101 | 1010000 | 101000011 | 10101 | 10001 |
Color Harmonies of #34222D
Complementary color
Monochromatic Colors of #34222D
Black with #34222D
Text Example
Text Example
White with #34222D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34222D; }
p { color: rgb(52,34,45); }
H1.HeaderClassName
{
color: #34222D;
}
.AnyTagClassName
{
color: #34222D;
}
</style>
background-color css
<style>
a { background-color: #34222D; }
a { background-color: rgb(52,34,45); }
div.DivClassName
{
background-color: #34222D;
}
.BgClassName
{
background-color: #34222D;
}
</style>
border-color css
<style>
span { border-color: #34222D; }
span { border-color: rgb(52,34,45); }
td.TdClassName
{
border-color: #34222D;
}
.TagClassName
{
border-color: #34222D;
}
</style>