Shades of Melanzane #36202F
Tints of Melanzane #36202F
RGB
CMYK
RGB Variations
Color information
#36202F (or 0x36202F) is known color: Melanzane. HEX triplet: 36, 20 and 2F. RGB value is (54,32,47). Sum of RGB (Red+Green+Blue) = 54+32+47=133 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.60% from 133); Green value is 32 (12.89% from 255 or 24.06% from 133); Blue value is 47 (18.75% from 255 or 35.34% from 133); Max value from RGB is 54 - color contains mainly: red. Hex color #36202F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36202F is #C9DFD0. Grayscale: #282828. Windows color (decimal): -13230033 or 3088438. OLE color: 3088438.
HSL color Cylindrical-coordinate representation of color #36202F: hue angle of 319.09º degrees, saturation: 0.26, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #36202F is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 32 | 47 | - |
| CMYK | 0 | 0.41 | 0.13 | 0.79 |
| HSL | 319.09º | 0.26% | 0.17% | - |
| HSV(B) | 319.09º | 0.41% | 0.21% | - |
| XYZ | 2.55 | 2.02 | 2.95 | - |
| YUV | 40.29 | 131.79 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 32 | 47 | 0 | 0.41 | 0.13 | 0.79 | 319.09 | 0.26 | 0.17 |
| Hex | 36 | 20 | 2F | 0 | 29 | D | 4F | 13F | 1A | 11 |
| Octal | 66 | 40 | 57 | 0 | 51 | 15 | 117 | 477 | 32 | 21 |
| Binary | 110110 | 100000 | 101111 | 0 | 101001 | 1101 | 1001111 | 100111111 | 11010 | 10001 |
Color Harmonies of #36202F
Complementary color
Monochromatic Colors of #36202F
Black with #36202F
Text Example
Text Example
White with #36202F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36202F; }
p { color: rgb(54,32,47); }
H1.HeaderClassName
{
color: #36202F;
}
.AnyTagClassName
{
color: #36202F;
}
</style>
background-color css
<style>
a { background-color: #36202F; }
a { background-color: rgb(54,32,47); }
div.DivClassName
{
background-color: #36202F;
}
.BgClassName
{
background-color: #36202F;
}
</style>
border-color css
<style>
span { border-color: #36202F; }
span { border-color: rgb(54,32,47); }
td.TdClassName
{
border-color: #36202F;
}
.TagClassName
{
border-color: #36202F;
}
</style>