Shades of Melanzane #34252E
Tints of Melanzane #34252E
RGB
CMYK
RGB Variations
Color information
#34252E (or 0x34252E) is known color: Melanzane. HEX triplet: 34, 25 and 2E. RGB value is (52,37,46). Sum of RGB (Red+Green+Blue) = 52+37+46=135 (17% of max value = 765). Red value is 52 (20.70% from 255 or 38.52% from 135); Green value is 37 (14.84% from 255 or 27.41% from 135); Blue value is 46 (18.36% from 255 or 34.07% from 135); Max value from RGB is 52 - color contains mainly: red. Hex color #34252E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34252E is #CBDAD1. Grayscale: #2A2A2A. Windows color (decimal): -13359826 or 3024180. OLE color: 3024180.
HSL color Cylindrical-coordinate representation of color #34252E: hue angle of 324º 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 #34252E is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 37 | 46 | - |
| CMYK | 0 | 0.29 | 0.12 | 0.80 |
| HSL | 324º | 0.17% | 0.17% | - |
| HSV(B) | 324º | 0.29% | 0.2% | - |
| XYZ | 2.57 | 2.25 | 2.88 | - |
| YUV | 42.51 | 129.97 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 37 | 46 | 0 | 0.29 | 0.12 | 0.80 | 324 | 0.17 | 0.17 |
| Hex | 34 | 25 | 2E | 0 | 1D | C | 50 | 144 | 11 | 11 |
| Octal | 64 | 45 | 56 | 0 | 35 | 14 | 120 | 504 | 21 | 21 |
| Binary | 110100 | 100101 | 101110 | 0 | 11101 | 1100 | 1010000 | 101000100 | 10001 | 10001 |
Color Harmonies of #34252E
Complementary color
Monochromatic Colors of #34252E
Black with #34252E
Text Example
Text Example
White with #34252E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34252E; }
p { color: rgb(52,37,46); }
H1.HeaderClassName
{
color: #34252E;
}
.AnyTagClassName
{
color: #34252E;
}
</style>
background-color css
<style>
a { background-color: #34252E; }
a { background-color: rgb(52,37,46); }
div.DivClassName
{
background-color: #34252E;
}
.BgClassName
{
background-color: #34252E;
}
</style>
border-color css
<style>
span { border-color: #34252E; }
span { border-color: rgb(52,37,46); }
td.TdClassName
{
border-color: #34252E;
}
.TagClassName
{
border-color: #34252E;
}
</style>