Shades of Melanzane #351C2D
Tints of Melanzane #351C2D
RGB
CMYK
RGB Variations
Color information
#351C2D (or 0x351C2D) is known color: Melanzane. HEX triplet: 35, 1C and 2D. RGB value is (53,28,45). Sum of RGB (Red+Green+Blue) = 53+28+45=126 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.06% from 126); Green value is 28 (11.33% from 255 or 22.22% from 126); Blue value is 45 (17.97% from 255 or 35.71% from 126); Max value from RGB is 53 - color contains mainly: red. Hex color #351C2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351C2D is #CAE3D2. Grayscale: #252525. Windows color (decimal): -13296595 or 2956341. OLE color: 2956341.
HSL color Cylindrical-coordinate representation of color #351C2D: hue angle of 319.2º degrees, saturation: 0.31, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #351C2D is Cyan = 0, Magento = 0.47, Yellow = 0.15 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 28 | 45 | - |
| CMYK | 0 | 0.47 | 0.15 | 0.79 |
| HSL | 319.2º | 0.31% | 0.16% | - |
| HSV(B) | 319.2º | 0.47% | 0.21% | - |
| XYZ | 2.36 | 1.78 | 2.7 | - |
| YUV | 37.41 | 132.28 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 28 | 45 | 0 | 0.47 | 0.15 | 0.79 | 319.2 | 0.31 | 0.16 |
| Hex | 35 | 1C | 2D | 0 | 2F | F | 4F | 13F | 1F | 10 |
| Octal | 65 | 34 | 55 | 0 | 57 | 17 | 117 | 477 | 37 | 20 |
| Binary | 110101 | 11100 | 101101 | 0 | 101111 | 1111 | 1001111 | 100111111 | 11111 | 10000 |
Color Harmonies of #351C2D
Complementary color
Monochromatic Colors of #351C2D
Black with #351C2D
Text Example
Text Example
White with #351C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351C2D; }
p { color: rgb(53,28,45); }
H1.HeaderClassName
{
color: #351C2D;
}
.AnyTagClassName
{
color: #351C2D;
}
</style>
background-color css
<style>
a { background-color: #351C2D; }
a { background-color: rgb(53,28,45); }
div.DivClassName
{
background-color: #351C2D;
}
.BgClassName
{
background-color: #351C2D;
}
</style>
border-color css
<style>
span { border-color: #351C2D; }
span { border-color: rgb(53,28,45); }
td.TdClassName
{
border-color: #351C2D;
}
.TagClassName
{
border-color: #351C2D;
}
</style>