Shades of Melanzane #3A2D35
Tints of Melanzane #3A2D35
RGB
CMYK
RGB Variations
Color information
#3A2D35 (or 0x3A2D35) is known color: Melanzane. HEX triplet: 3A, 2D and 35. RGB value is (58,45,53). Sum of RGB (Red+Green+Blue) = 58+45+53=156 (20% of max value = 765). Red value is 58 (23.05% from 255 or 37.18% from 156); Green value is 45 (17.97% from 255 or 28.85% from 156); Blue value is 53 (21.09% from 255 or 33.97% from 156); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2D35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2D35 is #C5D2CA. Grayscale: #313131. Windows color (decimal): -12964555 or 3484986. OLE color: 3484986.
HSL color Cylindrical-coordinate representation of color #3A2D35: hue angle of 323.08º degrees, saturation: 0.13, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #3A2D35 is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.77.
Color convert
RGB | 58 | 45 | 53 | - |
CMYK | 0 | 0.22 | 0.09 | 0.77 |
HSL | 323.08º | 0.13% | 0.2% | - |
HSV(B) | 323.08º | 0.22% | 0.23% | - |
XYZ | 3.33 | 3.03 | 3.78 | - |
YUV | 49.8 | 129.81 | 133.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 58 | 45 | 53 | 0 | 0.22 | 0.09 | 0.77 | 323.08 | 0.13 | 0.2 |
Hex | 3A | 2D | 35 | 0 | 16 | 9 | 4D | 143 | D | 14 |
Octal | 72 | 55 | 65 | 0 | 26 | 11 | 115 | 503 | 15 | 24 |
Binary | 111010 | 101101 | 110101 | 0 | 10110 | 1001 | 1001101 | 101000011 | 1101 | 10100 |
Color Harmonies of #3A2D35
Complementary color
Monochromatic Colors of #3A2D35
Black with #3A2D35
Text Example
Text Example
White with #3A2D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2D35; }
p { color: rgb(58,45,53); }
H1.HeaderClassName
{
color: #3A2D35;
}
.AnyTagClassName
{
color: #3A2D35;
}
</style>
background-color css
<style>
a { background-color: #3A2D35; }
a { background-color: rgb(58,45,53); }
div.DivClassName
{
background-color: #3A2D35;
}
.BgClassName
{
background-color: #3A2D35;
}
</style>
border-color css
<style>
span { border-color: #3A2D35; }
span { border-color: rgb(58,45,53); }
td.TdClassName
{
border-color: #3A2D35;
}
.TagClassName
{
border-color: #3A2D35;
}
</style>