Shades of Melanzane #362A34
Tints of Melanzane #362A34
RGB
CMYK
RGB Variations
Color information
#362A34 (or 0x362A34) is known color: Melanzane. HEX triplet: 36, 2A and 34. RGB value is (54,42,52). Sum of RGB (Red+Green+Blue) = 54+42+52=148 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.49% from 148); Green value is 42 (16.80% from 255 or 28.38% from 148); Blue value is 52 (20.70% from 255 or 35.14% from 148); Max value from RGB is 54 - color contains mainly: red. Hex color #362A34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362A34 is #C9D5CB. Grayscale: #2E2E2E. Windows color (decimal): -13227468 or 3418678. OLE color: 3418678.
HSL color Cylindrical-coordinate representation of color #362A34: hue angle of 310º degrees, saturation: 0.12, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #362A34 is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 42 | 52 | - |
| CMYK | 0 | 0.22 | 0.04 | 0.79 |
| HSL | 310º | 0.13% | 0.19% | - |
| HSV(B) | 310º | 0.22% | 0.21% | - |
| XYZ | 2.97 | 2.69 | 3.61 | - |
| YUV | 46.73 | 130.98 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 42 | 52 | 0 | 0.22 | 0.04 | 0.79 | 310 | 0.13 | 0.19 |
| Hex | 36 | 2A | 34 | 0 | 16 | 4 | 4F | 136 | C | 13 |
| Octal | 66 | 52 | 64 | 0 | 26 | 4 | 117 | 466 | 14 | 23 |
| Binary | 110110 | 101010 | 110100 | 0 | 10110 | 100 | 1001111 | 100110110 | 1100 | 10011 |
Color Harmonies of #362A34
Complementary color
Monochromatic Colors of #362A34
Black with #362A34
Text Example
Text Example
White with #362A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #362A34; }
p { color: rgb(54,42,52); }
H1.HeaderClassName
{
color: #362A34;
}
.AnyTagClassName
{
color: #362A34;
}
</style>
background-color css
<style>
a { background-color: #362A34; }
a { background-color: rgb(54,42,52); }
div.DivClassName
{
background-color: #362A34;
}
.BgClassName
{
background-color: #362A34;
}
</style>
border-color css
<style>
span { border-color: #362A34; }
span { border-color: rgb(54,42,52); }
td.TdClassName
{
border-color: #362A34;
}
.TagClassName
{
border-color: #362A34;
}
</style>