Shades of Melanzane #362F33
Tints of Melanzane #362F33
RGB
CMYK
RGB Variations
Color information
#362F33 (or 0x362F33) is known color: Melanzane. HEX triplet: 36, 2F and 33. RGB value is (54,47,51). Sum of RGB (Red+Green+Blue) = 54+47+51=152 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.53% from 152); Green value is 47 (18.75% from 255 or 30.92% from 152); Blue value is 51 (20.31% from 255 or 33.55% from 152); Max value from RGB is 54 - color contains mainly: red. Hex color #362F33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362F33 is #C9D0CC. Grayscale: #313131. Windows color (decimal): -13226189 or 3354422. OLE color: 3354422.
HSL color Cylindrical-coordinate representation of color #362F33: hue angle of 325.71º degrees, saturation: 0.07, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #362F33 is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 47 | 51 | - |
| CMYK | 0 | 0.13 | 0.06 | 0.79 |
| HSL | 325.71º | 0.07% | 0.2% | - |
| HSV(B) | 325.71º | 0.13% | 0.21% | - |
| XYZ | 3.14 | 3.06 | 3.56 | - |
| YUV | 49.55 | 128.82 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 47 | 51 | 0 | 0.13 | 0.06 | 0.79 | 325.71 | 0.07 | 0.2 |
| Hex | 36 | 2F | 33 | 0 | D | 6 | 4F | 146 | 7 | 14 |
| Octal | 66 | 57 | 63 | 0 | 15 | 6 | 117 | 506 | 7 | 24 |
| Binary | 110110 | 101111 | 110011 | 0 | 1101 | 110 | 1001111 | 101000110 | 111 | 10100 |
Color Harmonies of #362F33
Complementary color
Monochromatic Colors of #362F33
Black with #362F33
Text Example
Text Example
White with #362F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362F33; }
p { color: rgb(54,47,51); }
H1.HeaderClassName
{
color: #362F33;
}
.AnyTagClassName
{
color: #362F33;
}
</style>
background-color css
<style>
a { background-color: #362F33; }
a { background-color: rgb(54,47,51); }
div.DivClassName
{
background-color: #362F33;
}
.BgClassName
{
background-color: #362F33;
}
</style>
border-color css
<style>
span { border-color: #362F33; }
span { border-color: rgb(54,47,51); }
td.TdClassName
{
border-color: #362F33;
}
.TagClassName
{
border-color: #362F33;
}
</style>