Shades of Melanzane #36242F
Tints of Melanzane #36242F
RGB
CMYK
RGB Variations
Color information
#36242F (or 0x36242F) is known color: Melanzane. HEX triplet: 36, 24 and 2F. RGB value is (54,36,47). Sum of RGB (Red+Green+Blue) = 54+36+47=137 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.42% from 137); Green value is 36 (14.45% from 255 or 26.28% from 137); Blue value is 47 (18.75% from 255 or 34.31% from 137); Max value from RGB is 54 - color contains mainly: red. Hex color #36242F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36242F is #C9DBD0. Grayscale: #2A2A2A. Windows color (decimal): -13229009 or 3089462. OLE color: 3089462.
HSL color Cylindrical-coordinate representation of color #36242F: hue angle of 323.33º degrees, saturation: 0.2, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #36242F is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 36 | 47 | - |
| CMYK | 0 | 0.33 | 0.13 | 0.79 |
| HSL | 323.33º | 0.2% | 0.18% | - |
| HSV(B) | 323.33º | 0.33% | 0.21% | - |
| XYZ | 2.67 | 2.25 | 2.98 | - |
| YUV | 42.64 | 130.46 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 36 | 47 | 0 | 0.33 | 0.13 | 0.79 | 323.33 | 0.2 | 0.18 |
| Hex | 36 | 24 | 2F | 0 | 21 | D | 4F | 143 | 14 | 12 |
| Octal | 66 | 44 | 57 | 0 | 41 | 15 | 117 | 503 | 24 | 22 |
| Binary | 110110 | 100100 | 101111 | 0 | 100001 | 1101 | 1001111 | 101000011 | 10100 | 10010 |
Color Harmonies of #36242F
Complementary color
Monochromatic Colors of #36242F
Black with #36242F
Text Example
Text Example
White with #36242F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36242F; }
p { color: rgb(54,36,47); }
H1.HeaderClassName
{
color: #36242F;
}
.AnyTagClassName
{
color: #36242F;
}
</style>
background-color css
<style>
a { background-color: #36242F; }
a { background-color: rgb(54,36,47); }
div.DivClassName
{
background-color: #36242F;
}
.BgClassName
{
background-color: #36242F;
}
</style>
border-color css
<style>
span { border-color: #36242F; }
span { border-color: rgb(54,36,47); }
td.TdClassName
{
border-color: #36242F;
}
.TagClassName
{
border-color: #36242F;
}
</style>