Shades of Melanzane #363235
Tints of Melanzane #363235
RGB
CMYK
RGB Variations
Color information
#363235 (or 0x363235) is known color: Melanzane. HEX triplet: 36, 32 and 35. RGB value is (54,50,53). Sum of RGB (Red+Green+Blue) = 54+50+53=157 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.39% from 157); Green value is 50 (19.92% from 255 or 31.85% from 157); Blue value is 53 (21.09% from 255 or 33.76% from 157); Max value from RGB is 54 - color contains mainly: red. Hex color #363235 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363235 is #C9CDCA. Grayscale: #333333. Windows color (decimal): -13225419 or 3486262. OLE color: 3486262.
HSL color Cylindrical-coordinate representation of color #363235: hue angle of 315º degrees, saturation: 0.04, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #363235 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 50 | 53 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.79 |
| HSL | 315º | 0.04% | 0.2% | - |
| HSV(B) | 315º | 0.07% | 0.21% | - |
| XYZ | 3.3 | 3.32 | 3.84 | - |
| YUV | 51.54 | 128.83 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 50 | 53 | 0 | 0.07 | 0.02 | 0.79 | 315 | 0.04 | 0.2 |
| Hex | 36 | 32 | 35 | 0 | 7 | 2 | 4F | 13B | 4 | 14 |
| Octal | 66 | 62 | 65 | 0 | 7 | 2 | 117 | 473 | 4 | 24 |
| Binary | 110110 | 110010 | 110101 | 0 | 111 | 10 | 1001111 | 100111011 | 100 | 10100 |
Color Harmonies of #363235
Complementary color
Monochromatic Colors of #363235
Black with #363235
Text Example
Text Example
White with #363235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363235; }
p { color: rgb(54,50,53); }
H1.HeaderClassName
{
color: #363235;
}
.AnyTagClassName
{
color: #363235;
}
</style>
background-color css
<style>
a { background-color: #363235; }
a { background-color: rgb(54,50,53); }
div.DivClassName
{
background-color: #363235;
}
.BgClassName
{
background-color: #363235;
}
</style>
border-color css
<style>
span { border-color: #363235; }
span { border-color: rgb(54,50,53); }
td.TdClassName
{
border-color: #363235;
}
.TagClassName
{
border-color: #363235;
}
</style>