Shades of Melanzane #34252F
Tints of Melanzane #34252F
RGB
CMYK
RGB Variations
Color information
#34252F (or 0x34252F) is known color: Melanzane. HEX triplet: 34, 25 and 2F. RGB value is (52,37,47). Sum of RGB (Red+Green+Blue) = 52+37+47=136 (18% of max value = 765). Red value is 52 (20.70% from 255 or 38.24% from 136); Green value is 37 (14.84% from 255 or 27.21% from 136); Blue value is 47 (18.75% from 255 or 34.56% from 136); Max value from RGB is 52 - color contains mainly: red. Hex color #34252F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34252F is #CBDAD0. Grayscale: #2A2A2A. Windows color (decimal): -13359825 or 3089716. OLE color: 3089716.
HSL color Cylindrical-coordinate representation of color #34252F: hue angle of 320º degrees, saturation: 0.17, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #34252F is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 37 | 47 | - |
| CMYK | 0 | 0.29 | 0.10 | 0.80 |
| HSL | 320º | 0.17% | 0.17% | - |
| HSV(B) | 320º | 0.29% | 0.2% | - |
| XYZ | 2.59 | 2.26 | 2.99 | - |
| YUV | 42.63 | 130.47 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 37 | 47 | 0 | 0.29 | 0.10 | 0.80 | 320 | 0.17 | 0.17 |
| Hex | 34 | 25 | 2F | 0 | 1D | A | 50 | 140 | 11 | 11 |
| Octal | 64 | 45 | 57 | 0 | 35 | 12 | 120 | 500 | 21 | 21 |
| Binary | 110100 | 100101 | 101111 | 0 | 11101 | 1010 | 1010000 | 101000000 | 10001 | 10001 |
Color Harmonies of #34252F
Complementary color
Monochromatic Colors of #34252F
Black with #34252F
Text Example
Text Example
White with #34252F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34252F; }
p { color: rgb(52,37,47); }
H1.HeaderClassName
{
color: #34252F;
}
.AnyTagClassName
{
color: #34252F;
}
</style>
background-color css
<style>
a { background-color: #34252F; }
a { background-color: rgb(52,37,47); }
div.DivClassName
{
background-color: #34252F;
}
.BgClassName
{
background-color: #34252F;
}
</style>
border-color css
<style>
span { border-color: #34252F; }
span { border-color: rgb(52,37,47); }
td.TdClassName
{
border-color: #34252F;
}
.TagClassName
{
border-color: #34252F;
}
</style>