Shades of Melanzane #34282F
Tints of Melanzane #34282F
RGB
CMYK
RGB Variations
Color information
#34282F (or 0x34282F) is known color: Melanzane. HEX triplet: 34, 28 and 2F. RGB value is (52,40,47). Sum of RGB (Red+Green+Blue) = 52+40+47=139 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.41% from 139); Green value is 40 (16.02% from 255 or 28.78% from 139); Blue value is 47 (18.75% from 255 or 33.81% from 139); Max value from RGB is 52 - color contains mainly: red. Hex color #34282F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34282F is #CBD7D0. Grayscale: #2C2C2C. Windows color (decimal): -13359057 or 3090484. OLE color: 3090484.
HSL color Cylindrical-coordinate representation of color #34282F: hue angle of 325º degrees, saturation: 0.13, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #34282F is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 40 | 47 | - |
| CMYK | 0 | 0.23 | 0.10 | 0.80 |
| HSL | 325º | 0.13% | 0.18% | - |
| HSV(B) | 325º | 0.23% | 0.2% | - |
| XYZ | 2.69 | 2.45 | 3.02 | - |
| YUV | 44.39 | 129.48 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 40 | 47 | 0 | 0.23 | 0.10 | 0.80 | 325 | 0.13 | 0.18 |
| Hex | 34 | 28 | 2F | 0 | 17 | A | 50 | 145 | D | 12 |
| Octal | 64 | 50 | 57 | 0 | 27 | 12 | 120 | 505 | 15 | 22 |
| Binary | 110100 | 101000 | 101111 | 0 | 10111 | 1010 | 1010000 | 101000101 | 1101 | 10010 |
Color Harmonies of #34282F
Complementary color
Monochromatic Colors of #34282F
Black with #34282F
Text Example
Text Example
White with #34282F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34282F; }
p { color: rgb(52,40,47); }
H1.HeaderClassName
{
color: #34282F;
}
.AnyTagClassName
{
color: #34282F;
}
</style>
background-color css
<style>
a { background-color: #34282F; }
a { background-color: rgb(52,40,47); }
div.DivClassName
{
background-color: #34282F;
}
.BgClassName
{
background-color: #34282F;
}
</style>
border-color css
<style>
span { border-color: #34282F; }
span { border-color: rgb(52,40,47); }
td.TdClassName
{
border-color: #34282F;
}
.TagClassName
{
border-color: #34282F;
}
</style>