Shades of Melanzane #351F2D
Tints of Melanzane #351F2D
RGB
CMYK
RGB Variations
Color information
#351F2D (or 0x351F2D) is known color: Melanzane. HEX triplet: 35, 1F and 2D. RGB value is (53,31,45). Sum of RGB (Red+Green+Blue) = 53+31+45=129 (17% of max value = 765). Red value is 53 (21.09% from 255 or 41.09% from 129); Green value is 31 (12.5% from 255 or 24.03% from 129); Blue value is 45 (17.97% from 255 or 34.88% from 129); Max value from RGB is 53 - color contains mainly: red. Hex color #351F2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351F2D is #CAE0D2. Grayscale: #272727. Windows color (decimal): -13295827 or 2957109. OLE color: 2957109.
HSL color Cylindrical-coordinate representation of color #351F2D: hue angle of 321.82º degrees, saturation: 0.26, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #351F2D is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 31 | 45 | - |
| CMYK | 0 | 0.42 | 0.15 | 0.79 |
| HSL | 321.82º | 0.26% | 0.16% | - |
| HSV(B) | 321.82º | 0.42% | 0.21% | - |
| XYZ | 2.43 | 1.93 | 2.73 | - |
| YUV | 39.17 | 131.29 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 31 | 45 | 0 | 0.42 | 0.15 | 0.79 | 321.82 | 0.26 | 0.16 |
| Hex | 35 | 1F | 2D | 0 | 2A | F | 4F | 142 | 1A | 10 |
| Octal | 65 | 37 | 55 | 0 | 52 | 17 | 117 | 502 | 32 | 20 |
| Binary | 110101 | 11111 | 101101 | 0 | 101010 | 1111 | 1001111 | 101000010 | 11010 | 10000 |
Color Harmonies of #351F2D
Complementary color
Monochromatic Colors of #351F2D
Black with #351F2D
Text Example
Text Example
White with #351F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351F2D; }
p { color: rgb(53,31,45); }
H1.HeaderClassName
{
color: #351F2D;
}
.AnyTagClassName
{
color: #351F2D;
}
</style>
background-color css
<style>
a { background-color: #351F2D; }
a { background-color: rgb(53,31,45); }
div.DivClassName
{
background-color: #351F2D;
}
.BgClassName
{
background-color: #351F2D;
}
</style>
border-color css
<style>
span { border-color: #351F2D; }
span { border-color: rgb(53,31,45); }
td.TdClassName
{
border-color: #351F2D;
}
.TagClassName
{
border-color: #351F2D;
}
</style>