Shades of Melanzane #3D2F38
Tints of Melanzane #3D2F38
RGB
CMYK
RGB Variations
Color information
#3D2F38 (or 0x3D2F38) is known color: Melanzane. HEX triplet: 3D, 2F and 38. RGB value is (61,47,56). Sum of RGB (Red+Green+Blue) = 61+47+56=164 (21% of max value = 765). Red value is 61 (24.22% from 255 or 37.20% from 164); Green value is 47 (18.75% from 255 or 28.66% from 164); Blue value is 56 (22.27% from 255 or 34.15% from 164); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2F38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2F38 is #C2D0C7. Grayscale: #343434. Windows color (decimal): -12767432 or 3682109. OLE color: 3682109.
HSL color Cylindrical-coordinate representation of color #3D2F38: hue angle of 321.43º degrees, saturation: 0.13, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #3D2F38 is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 47 | 56 | - |
| CMYK | 0 | 0.23 | 0.08 | 0.76 |
| HSL | 321.43º | 0.13% | 0.21% | - |
| HSV(B) | 321.43º | 0.23% | 0.24% | - |
| XYZ | 3.65 | 3.31 | 4.19 | - |
| YUV | 52.21 | 130.14 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 47 | 56 | 0 | 0.23 | 0.08 | 0.76 | 321.43 | 0.13 | 0.21 |
| Hex | 3D | 2F | 38 | 0 | 17 | 8 | 4C | 141 | D | 15 |
| Octal | 75 | 57 | 70 | 0 | 27 | 10 | 114 | 501 | 15 | 25 |
| Binary | 111101 | 101111 | 111000 | 0 | 10111 | 1000 | 1001100 | 101000001 | 1101 | 10101 |
Color Harmonies of #3D2F38
Complementary color
Monochromatic Colors of #3D2F38
Black with #3D2F38
Text Example
Text Example
White with #3D2F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2F38; }
p { color: rgb(61,47,56); }
H1.HeaderClassName
{
color: #3D2F38;
}
.AnyTagClassName
{
color: #3D2F38;
}
</style>
background-color css
<style>
a { background-color: #3D2F38; }
a { background-color: rgb(61,47,56); }
div.DivClassName
{
background-color: #3D2F38;
}
.BgClassName
{
background-color: #3D2F38;
}
</style>
border-color css
<style>
span { border-color: #3D2F38; }
span { border-color: rgb(61,47,56); }
td.TdClassName
{
border-color: #3D2F38;
}
.TagClassName
{
border-color: #3D2F38;
}
</style>