Shades of Melanzane #34222F
Tints of Melanzane #34222F
RGB
CMYK
RGB Variations
Color information
#34222F (or 0x34222F) is known color: Melanzane. HEX triplet: 34, 22 and 2F. RGB value is (52,34,47). Sum of RGB (Red+Green+Blue) = 52+34+47=133 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.10% from 133); Green value is 34 (13.67% from 255 or 25.56% from 133); Blue value is 47 (18.75% from 255 or 35.34% from 133); Max value from RGB is 52 - color contains mainly: red. Hex color #34222F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34222F is #CBDDD0. Grayscale: #282828. Windows color (decimal): -13360593 or 3088948. OLE color: 3088948.
HSL color Cylindrical-coordinate representation of color #34222F: hue angle of 316.67º 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 #34222F is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 34 | 47 | - |
| CMYK | 0 | 0.35 | 0.10 | 0.80 |
| HSL | 316.67º | 0.21% | 0.17% | - |
| HSV(B) | 316.67º | 0.35% | 0.2% | - |
| XYZ | 2.5 | 2.08 | 2.96 | - |
| YUV | 40.86 | 131.46 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 34 | 47 | 0 | 0.35 | 0.10 | 0.80 | 316.67 | 0.21 | 0.17 |
| Hex | 34 | 22 | 2F | 0 | 23 | A | 50 | 13D | 15 | 11 |
| Octal | 64 | 42 | 57 | 0 | 43 | 12 | 120 | 475 | 25 | 21 |
| Binary | 110100 | 100010 | 101111 | 0 | 100011 | 1010 | 1010000 | 100111101 | 10101 | 10001 |
Color Harmonies of #34222F
Complementary color
Monochromatic Colors of #34222F
Black with #34222F
Text Example
Text Example
White with #34222F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34222F; }
p { color: rgb(52,34,47); }
H1.HeaderClassName
{
color: #34222F;
}
.AnyTagClassName
{
color: #34222F;
}
</style>
background-color css
<style>
a { background-color: #34222F; }
a { background-color: rgb(52,34,47); }
div.DivClassName
{
background-color: #34222F;
}
.BgClassName
{
background-color: #34222F;
}
</style>
border-color css
<style>
span { border-color: #34222F; }
span { border-color: rgb(52,34,47); }
td.TdClassName
{
border-color: #34222F;
}
.TagClassName
{
border-color: #34222F;
}
</style>