Shades of Melanzane #361C30
Tints of Melanzane #361C30
RGB
CMYK
RGB Variations
Color information
#361C30 (or 0x361C30) is known color: Melanzane. HEX triplet: 36, 1C and 30. RGB value is (54,28,48). Sum of RGB (Red+Green+Blue) = 54+28+48=130 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.54% from 130); Green value is 28 (11.33% from 255 or 21.54% from 130); Blue value is 48 (19.14% from 255 or 36.92% from 130); Max value from RGB is 54 - color contains mainly: red. Hex color #361C30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361C30 is #C9E3CF. Grayscale: #262626. Windows color (decimal): -13231056 or 3152950. OLE color: 3152950.
HSL color Cylindrical-coordinate representation of color #361C30: hue angle of 313.85º degrees, saturation: 0.32, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #361C30 is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 28 | 48 | - |
| CMYK | 0 | 0.48 | 0.11 | 0.79 |
| HSL | 313.85º | 0.32% | 0.16% | - |
| HSV(B) | 313.85º | 0.48% | 0.21% | - |
| XYZ | 2.47 | 1.83 | 3.02 | - |
| YUV | 38.05 | 133.61 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 28 | 48 | 0 | 0.48 | 0.11 | 0.79 | 313.85 | 0.32 | 0.16 |
| Hex | 36 | 1C | 30 | 0 | 30 | B | 4F | 13A | 20 | 10 |
| Octal | 66 | 34 | 60 | 0 | 60 | 13 | 117 | 472 | 40 | 20 |
| Binary | 110110 | 11100 | 110000 | 0 | 110000 | 1011 | 1001111 | 100111010 | 100000 | 10000 |
Color Harmonies of #361C30
Complementary color
Monochromatic Colors of #361C30
Black with #361C30
Text Example
Text Example
White with #361C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361C30; }
p { color: rgb(54,28,48); }
H1.HeaderClassName
{
color: #361C30;
}
.AnyTagClassName
{
color: #361C30;
}
</style>
background-color css
<style>
a { background-color: #361C30; }
a { background-color: rgb(54,28,48); }
div.DivClassName
{
background-color: #361C30;
}
.BgClassName
{
background-color: #361C30;
}
</style>
border-color css
<style>
span { border-color: #361C30; }
span { border-color: rgb(54,28,48); }
td.TdClassName
{
border-color: #361C30;
}
.TagClassName
{
border-color: #361C30;
}
</style>