Shades of Melanzane #352833
Tints of Melanzane #352833
RGB
CMYK
RGB Variations
Color information
#352833 (or 0x352833) is known color: Melanzane. HEX triplet: 35, 28 and 33. RGB value is (53,40,51). Sum of RGB (Red+Green+Blue) = 53+40+51=144 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.81% from 144); Green value is 40 (16.02% from 255 or 27.78% from 144); Blue value is 51 (20.31% from 255 or 35.42% from 144); Max value from RGB is 53 - color contains mainly: red. Hex color #352833 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352833 is #CAD7CC. Grayscale: #2D2D2D. Windows color (decimal): -13293517 or 3352629. OLE color: 3352629.
HSL color Cylindrical-coordinate representation of color #352833: hue angle of 309.23º degrees, saturation: 0.14, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #352833 is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 40 | 51 | - |
| CMYK | 0 | 0.25 | 0.04 | 0.79 |
| HSL | 309.23º | 0.14% | 0.18% | - |
| HSV(B) | 309.23º | 0.25% | 0.21% | - |
| XYZ | 2.82 | 2.51 | 3.47 | - |
| YUV | 45.14 | 131.31 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 40 | 51 | 0 | 0.25 | 0.04 | 0.79 | 309.23 | 0.14 | 0.18 |
| Hex | 35 | 28 | 33 | 0 | 19 | 4 | 4F | 135 | E | 12 |
| Octal | 65 | 50 | 63 | 0 | 31 | 4 | 117 | 465 | 16 | 22 |
| Binary | 110101 | 101000 | 110011 | 0 | 11001 | 100 | 1001111 | 100110101 | 1110 | 10010 |
Color Harmonies of #352833
Complementary color
Monochromatic Colors of #352833
Black with #352833
Text Example
Text Example
White with #352833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352833; }
p { color: rgb(53,40,51); }
H1.HeaderClassName
{
color: #352833;
}
.AnyTagClassName
{
color: #352833;
}
</style>
background-color css
<style>
a { background-color: #352833; }
a { background-color: rgb(53,40,51); }
div.DivClassName
{
background-color: #352833;
}
.BgClassName
{
background-color: #352833;
}
</style>
border-color css
<style>
span { border-color: #352833; }
span { border-color: rgb(53,40,51); }
td.TdClassName
{
border-color: #352833;
}
.TagClassName
{
border-color: #352833;
}
</style>