Shades of Melanzane #361D2E
Tints of Melanzane #361D2E
RGB
CMYK
RGB Variations
Color information
#361D2E (or 0x361D2E) is known color: Melanzane. HEX triplet: 36, 1D and 2E. RGB value is (54,29,46). Sum of RGB (Red+Green+Blue) = 54+29+46=129 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.86% from 129); Green value is 29 (11.72% from 255 or 22.48% from 129); Blue value is 46 (18.36% from 255 or 35.66% from 129); Max value from RGB is 54 - color contains mainly: red. Hex color #361D2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361D2E is #C9E2D1. Grayscale: #262626. Windows color (decimal): -13230802 or 3022134. OLE color: 3022134.
HSL color Cylindrical-coordinate representation of color #361D2E: hue angle of 319.2º degrees, saturation: 0.3, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #361D2E is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 29 | 46 | - |
| CMYK | 0 | 0.46 | 0.15 | 0.79 |
| HSL | 319.2º | 0.3% | 0.16% | - |
| HSV(B) | 319.2º | 0.46% | 0.21% | - |
| XYZ | 2.45 | 1.86 | 2.81 | - |
| YUV | 38.41 | 132.28 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 29 | 46 | 0 | 0.46 | 0.15 | 0.79 | 319.2 | 0.3 | 0.16 |
| Hex | 36 | 1D | 2E | 0 | 2E | F | 4F | 13F | 1E | 10 |
| Octal | 66 | 35 | 56 | 0 | 56 | 17 | 117 | 477 | 36 | 20 |
| Binary | 110110 | 11101 | 101110 | 0 | 101110 | 1111 | 1001111 | 100111111 | 11110 | 10000 |
Color Harmonies of #361D2E
Complementary color
Monochromatic Colors of #361D2E
Black with #361D2E
Text Example
Text Example
White with #361D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361D2E; }
p { color: rgb(54,29,46); }
H1.HeaderClassName
{
color: #361D2E;
}
.AnyTagClassName
{
color: #361D2E;
}
</style>
background-color css
<style>
a { background-color: #361D2E; }
a { background-color: rgb(54,29,46); }
div.DivClassName
{
background-color: #361D2E;
}
.BgClassName
{
background-color: #361D2E;
}
</style>
border-color css
<style>
span { border-color: #361D2E; }
span { border-color: rgb(54,29,46); }
td.TdClassName
{
border-color: #361D2E;
}
.TagClassName
{
border-color: #361D2E;
}
</style>