Shades of Melanzane #35222E
Tints of Melanzane #35222E
RGB
CMYK
RGB Variations
Color information
#35222E (or 0x35222E) is known color: Melanzane. HEX triplet: 35, 22 and 2E. RGB value is (53,34,46). Sum of RGB (Red+Green+Blue) = 53+34+46=133 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.85% from 133); Green value is 34 (13.67% from 255 or 25.56% from 133); Blue value is 46 (18.36% from 255 or 34.59% from 133); Max value from RGB is 53 - color contains mainly: red. Hex color #35222E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35222E is #CADDD1. Grayscale: #292929. Windows color (decimal): -13295058 or 3023413. OLE color: 3023413.
HSL color Cylindrical-coordinate representation of color #35222E: hue angle of 322.11º degrees, saturation: 0.22, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #35222E is Cyan = 0, Magento = 0.36, Yellow = 0.13 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 34 | 46 | - |
| CMYK | 0 | 0.36 | 0.13 | 0.79 |
| HSL | 322.11º | 0.22% | 0.17% | - |
| HSV(B) | 322.11º | 0.36% | 0.21% | - |
| XYZ | 2.53 | 2.1 | 2.86 | - |
| YUV | 41.05 | 130.79 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 34 | 46 | 0 | 0.36 | 0.13 | 0.79 | 322.11 | 0.22 | 0.17 |
| Hex | 35 | 22 | 2E | 0 | 24 | D | 4F | 142 | 16 | 11 |
| Octal | 65 | 42 | 56 | 0 | 44 | 15 | 117 | 502 | 26 | 21 |
| Binary | 110101 | 100010 | 101110 | 0 | 100100 | 1101 | 1001111 | 101000010 | 10110 | 10001 |
Color Harmonies of #35222E
Complementary color
Monochromatic Colors of #35222E
Black with #35222E
Text Example
Text Example
White with #35222E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35222E; }
p { color: rgb(53,34,46); }
H1.HeaderClassName
{
color: #35222E;
}
.AnyTagClassName
{
color: #35222E;
}
</style>
background-color css
<style>
a { background-color: #35222E; }
a { background-color: rgb(53,34,46); }
div.DivClassName
{
background-color: #35222E;
}
.BgClassName
{
background-color: #35222E;
}
</style>
border-color css
<style>
span { border-color: #35222E; }
span { border-color: rgb(53,34,46); }
td.TdClassName
{
border-color: #35222E;
}
.TagClassName
{
border-color: #35222E;
}
</style>