Shades of Melanzane #351D2F
Tints of Melanzane #351D2F
RGB
CMYK
RGB Variations
Color information
#351D2F (or 0x351D2F) is known color: Melanzane. HEX triplet: 35, 1D and 2F. RGB value is (53,29,47). Sum of RGB (Red+Green+Blue) = 53+29+47=129 (17% of max value = 765). Red value is 53 (21.09% from 255 or 41.09% from 129); Green value is 29 (11.72% from 255 or 22.48% from 129); Blue value is 47 (18.75% from 255 or 36.43% from 129); Max value from RGB is 53 - color contains mainly: red. Hex color #351D2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351D2F is #CAE2D0. Grayscale: #262626. Windows color (decimal): -13296337 or 3087669. OLE color: 3087669.
HSL color Cylindrical-coordinate representation of color #351D2F: hue angle of 315º degrees, saturation: 0.29, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #351D2F is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 29 | 47 | - |
| CMYK | 0 | 0.45 | 0.11 | 0.79 |
| HSL | 315º | 0.29% | 0.16% | - |
| HSV(B) | 315º | 0.45% | 0.21% | - |
| XYZ | 2.42 | 1.84 | 2.92 | - |
| YUV | 38.23 | 132.95 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 29 | 47 | 0 | 0.45 | 0.11 | 0.79 | 315 | 0.29 | 0.16 |
| Hex | 35 | 1D | 2F | 0 | 2D | B | 4F | 13B | 1D | 10 |
| Octal | 65 | 35 | 57 | 0 | 55 | 13 | 117 | 473 | 35 | 20 |
| Binary | 110101 | 11101 | 101111 | 0 | 101101 | 1011 | 1001111 | 100111011 | 11101 | 10000 |
Color Harmonies of #351D2F
Complementary color
Monochromatic Colors of #351D2F
Black with #351D2F
Text Example
Text Example
White with #351D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351D2F; }
p { color: rgb(53,29,47); }
H1.HeaderClassName
{
color: #351D2F;
}
.AnyTagClassName
{
color: #351D2F;
}
</style>
background-color css
<style>
a { background-color: #351D2F; }
a { background-color: rgb(53,29,47); }
div.DivClassName
{
background-color: #351D2F;
}
.BgClassName
{
background-color: #351D2F;
}
</style>
border-color css
<style>
span { border-color: #351D2F; }
span { border-color: rgb(53,29,47); }
td.TdClassName
{
border-color: #351D2F;
}
.TagClassName
{
border-color: #351D2F;
}
</style>