Shades of Melanzane #36232F
Tints of Melanzane #36232F
RGB
CMYK
RGB Variations
Color information
#36232F (or 0x36232F) is known color: Melanzane. HEX triplet: 36, 23 and 2F. RGB value is (54,35,47). Sum of RGB (Red+Green+Blue) = 54+35+47=136 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.71% from 136); Green value is 35 (14.06% from 255 or 25.74% from 136); Blue value is 47 (18.75% from 255 or 34.56% from 136); Max value from RGB is 54 - color contains mainly: red. Hex color #36232F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36232F is #C9DCD0. Grayscale: #2A2A2A. Windows color (decimal): -13229265 or 3089206. OLE color: 3089206.
HSL color Cylindrical-coordinate representation of color #36232F: hue angle of 322.11º degrees, saturation: 0.21, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #36232F is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 35 | 47 | - |
| CMYK | 0 | 0.35 | 0.13 | 0.79 |
| HSL | 322.11º | 0.21% | 0.17% | - |
| HSV(B) | 322.11º | 0.35% | 0.21% | - |
| XYZ | 2.64 | 2.19 | 2.97 | - |
| YUV | 42.05 | 130.79 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 35 | 47 | 0 | 0.35 | 0.13 | 0.79 | 322.11 | 0.21 | 0.17 |
| Hex | 36 | 23 | 2F | 0 | 23 | D | 4F | 142 | 15 | 11 |
| Octal | 66 | 43 | 57 | 0 | 43 | 15 | 117 | 502 | 25 | 21 |
| Binary | 110110 | 100011 | 101111 | 0 | 100011 | 1101 | 1001111 | 101000010 | 10101 | 10001 |
Color Harmonies of #36232F
Complementary color
Monochromatic Colors of #36232F
Black with #36232F
Text Example
Text Example
White with #36232F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36232F; }
p { color: rgb(54,35,47); }
H1.HeaderClassName
{
color: #36232F;
}
.AnyTagClassName
{
color: #36232F;
}
</style>
background-color css
<style>
a { background-color: #36232F; }
a { background-color: rgb(54,35,47); }
div.DivClassName
{
background-color: #36232F;
}
.BgClassName
{
background-color: #36232F;
}
</style>
border-color css
<style>
span { border-color: #36232F; }
span { border-color: rgb(54,35,47); }
td.TdClassName
{
border-color: #36232F;
}
.TagClassName
{
border-color: #36232F;
}
</style>