Shades of Melanzane #34272F
Tints of Melanzane #34272F
RGB
CMYK
RGB Variations
Color information
#34272F (or 0x34272F) is known color: Melanzane. HEX triplet: 34, 27 and 2F. RGB value is (52,39,47). Sum of RGB (Red+Green+Blue) = 52+39+47=138 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.68% from 138); Green value is 39 (15.62% from 255 or 28.26% from 138); Blue value is 47 (18.75% from 255 or 34.06% from 138); Max value from RGB is 52 - color contains mainly: red. Hex color #34272F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34272F is #CBD8D0. Grayscale: #2B2B2B. Windows color (decimal): -13359313 or 3090228. OLE color: 3090228.
HSL color Cylindrical-coordinate representation of color #34272F: hue angle of 323.08º degrees, saturation: 0.14, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #34272F is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 39 | 47 | - |
| CMYK | 0 | 0.25 | 0.10 | 0.80 |
| HSL | 323.08º | 0.14% | 0.18% | - |
| HSV(B) | 323.08º | 0.25% | 0.2% | - |
| XYZ | 2.65 | 2.39 | 3.01 | - |
| YUV | 43.8 | 129.81 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 39 | 47 | 0 | 0.25 | 0.10 | 0.80 | 323.08 | 0.14 | 0.18 |
| Hex | 34 | 27 | 2F | 0 | 19 | A | 50 | 143 | E | 12 |
| Octal | 64 | 47 | 57 | 0 | 31 | 12 | 120 | 503 | 16 | 22 |
| Binary | 110100 | 100111 | 101111 | 0 | 11001 | 1010 | 1010000 | 101000011 | 1110 | 10010 |
Color Harmonies of #34272F
Complementary color
Monochromatic Colors of #34272F
Black with #34272F
Text Example
Text Example
White with #34272F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34272F; }
p { color: rgb(52,39,47); }
H1.HeaderClassName
{
color: #34272F;
}
.AnyTagClassName
{
color: #34272F;
}
</style>
background-color css
<style>
a { background-color: #34272F; }
a { background-color: rgb(52,39,47); }
div.DivClassName
{
background-color: #34272F;
}
.BgClassName
{
background-color: #34272F;
}
</style>
border-color css
<style>
span { border-color: #34272F; }
span { border-color: rgb(52,39,47); }
td.TdClassName
{
border-color: #34272F;
}
.TagClassName
{
border-color: #34272F;
}
</style>