Shades of Melanzane #35232E
Tints of Melanzane #35232E
RGB
CMYK
RGB Variations
Color information
#35232E (or 0x35232E) is known color: Melanzane. HEX triplet: 35, 23 and 2E. RGB value is (53,35,46). Sum of RGB (Red+Green+Blue) = 53+35+46=134 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.55% from 134); Green value is 35 (14.06% from 255 or 26.12% from 134); Blue value is 46 (18.36% from 255 or 34.33% from 134); Max value from RGB is 53 - color contains mainly: red. Hex color #35232E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35232E is #CADCD1. Grayscale: #292929. Windows color (decimal): -13294802 or 3023669. OLE color: 3023669.
HSL color Cylindrical-coordinate representation of color #35232E: hue angle of 323.33º degrees, saturation: 0.2, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #35232E is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 35 | 46 | - |
| CMYK | 0 | 0.34 | 0.13 | 0.79 |
| HSL | 323.33º | 0.2% | 0.17% | - |
| HSV(B) | 323.33º | 0.34% | 0.21% | - |
| XYZ | 2.56 | 2.16 | 2.87 | - |
| YUV | 41.64 | 130.46 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 35 | 46 | 0 | 0.34 | 0.13 | 0.79 | 323.33 | 0.2 | 0.17 |
| Hex | 35 | 23 | 2E | 0 | 22 | D | 4F | 143 | 14 | 11 |
| Octal | 65 | 43 | 56 | 0 | 42 | 15 | 117 | 503 | 24 | 21 |
| Binary | 110101 | 100011 | 101110 | 0 | 100010 | 1101 | 1001111 | 101000011 | 10100 | 10001 |
Color Harmonies of #35232E
Complementary color
Monochromatic Colors of #35232E
Black with #35232E
Text Example
Text Example
White with #35232E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35232E; }
p { color: rgb(53,35,46); }
H1.HeaderClassName
{
color: #35232E;
}
.AnyTagClassName
{
color: #35232E;
}
</style>
background-color css
<style>
a { background-color: #35232E; }
a { background-color: rgb(53,35,46); }
div.DivClassName
{
background-color: #35232E;
}
.BgClassName
{
background-color: #35232E;
}
</style>
border-color css
<style>
span { border-color: #35232E; }
span { border-color: rgb(53,35,46); }
td.TdClassName
{
border-color: #35232E;
}
.TagClassName
{
border-color: #35232E;
}
</style>