Shades of Melanzane #343033
Tints of Melanzane #343033
RGB
CMYK
RGB Variations
Color information
#343033 (or 0x343033) is known color: Melanzane. HEX triplet: 34, 30 and 33. RGB value is (52,48,51). Sum of RGB (Red+Green+Blue) = 52+48+51=151 (20% of max value = 765). Red value is 52 (20.70% from 255 or 34.44% from 151); Green value is 48 (19.14% from 255 or 31.79% from 151); Blue value is 51 (20.31% from 255 or 33.77% from 151); Max value from RGB is 52 - color contains mainly: red. Hex color #343033 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343033 is #CBCFCC. Grayscale: #313131. Windows color (decimal): -13357005 or 3354676. OLE color: 3354676.
HSL color Cylindrical-coordinate representation of color #343033: hue angle of 315º degrees, saturation: 0.04, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #343033 is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 48 | 51 | - |
| CMYK | 0 | 0.08 | 0.02 | 0.80 |
| HSL | 315º | 0.04% | 0.2% | - |
| HSV(B) | 315º | 0.08% | 0.2% | - |
| XYZ | 3.07 | 3.08 | 3.57 | - |
| YUV | 49.54 | 128.83 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 48 | 51 | 0 | 0.08 | 0.02 | 0.80 | 315 | 0.04 | 0.2 |
| Hex | 34 | 30 | 33 | 0 | 8 | 2 | 50 | 13B | 4 | 14 |
| Octal | 64 | 60 | 63 | 0 | 10 | 2 | 120 | 473 | 4 | 24 |
| Binary | 110100 | 110000 | 110011 | 0 | 1000 | 10 | 1010000 | 100111011 | 100 | 10100 |
Color Harmonies of #343033
Complementary color
Monochromatic Colors of #343033
Black with #343033
Text Example
Text Example
White with #343033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343033; }
p { color: rgb(52,48,51); }
H1.HeaderClassName
{
color: #343033;
}
.AnyTagClassName
{
color: #343033;
}
</style>
background-color css
<style>
a { background-color: #343033; }
a { background-color: rgb(52,48,51); }
div.DivClassName
{
background-color: #343033;
}
.BgClassName
{
background-color: #343033;
}
</style>
border-color css
<style>
span { border-color: #343033; }
span { border-color: rgb(52,48,51); }
td.TdClassName
{
border-color: #343033;
}
.TagClassName
{
border-color: #343033;
}
</style>