Shades of Melanzane #351F2F
Tints of Melanzane #351F2F
RGB
CMYK
RGB Variations
Color information
#351F2F (or 0x351F2F) is known color: Melanzane. HEX triplet: 35, 1F and 2F. RGB value is (53,31,47). Sum of RGB (Red+Green+Blue) = 53+31+47=131 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.46% from 131); Green value is 31 (12.5% from 255 or 23.66% from 131); Blue value is 47 (18.75% from 255 or 35.88% from 131); Max value from RGB is 53 - color contains mainly: red. Hex color #351F2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351F2F is #CAE0D0. Grayscale: #272727. Windows color (decimal): -13295825 or 3088181. OLE color: 3088181.
HSL color Cylindrical-coordinate representation of color #351F2F: hue angle of 316.36º 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 #351F2F is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 31 | 47 | - |
| CMYK | 0 | 0.42 | 0.11 | 0.79 |
| HSL | 316.36º | 0.26% | 0.16% | - |
| HSV(B) | 316.36º | 0.42% | 0.21% | - |
| XYZ | 2.47 | 1.94 | 2.93 | - |
| YUV | 39.4 | 132.29 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 31 | 47 | 0 | 0.42 | 0.11 | 0.79 | 316.36 | 0.26 | 0.16 |
| Hex | 35 | 1F | 2F | 0 | 2A | B | 4F | 13C | 1A | 10 |
| Octal | 65 | 37 | 57 | 0 | 52 | 13 | 117 | 474 | 32 | 20 |
| Binary | 110101 | 11111 | 101111 | 0 | 101010 | 1011 | 1001111 | 100111100 | 11010 | 10000 |
Color Harmonies of #351F2F
Complementary color
Monochromatic Colors of #351F2F
Black with #351F2F
Text Example
Text Example
White with #351F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351F2F; }
p { color: rgb(53,31,47); }
H1.HeaderClassName
{
color: #351F2F;
}
.AnyTagClassName
{
color: #351F2F;
}
</style>
background-color css
<style>
a { background-color: #351F2F; }
a { background-color: rgb(53,31,47); }
div.DivClassName
{
background-color: #351F2F;
}
.BgClassName
{
background-color: #351F2F;
}
</style>
border-color css
<style>
span { border-color: #351F2F; }
span { border-color: rgb(53,31,47); }
td.TdClassName
{
border-color: #351F2F;
}
.TagClassName
{
border-color: #351F2F;
}
</style>