Shades of Melanzane #3D2638
Tints of Melanzane #3D2638
RGB
CMYK
RGB Variations
Color information
#3D2638 (or 0x3D2638) is known color: Melanzane. HEX triplet: 3D, 26 and 38. RGB value is (61,38,56). Sum of RGB (Red+Green+Blue) = 61+38+56=155 (20% of max value = 765). Red value is 61 (24.22% from 255 or 39.35% from 155); Green value is 38 (15.23% from 255 or 24.52% from 155); Blue value is 56 (22.27% from 255 or 36.13% from 155); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2638 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2638 is #C2D9C7. Grayscale: #2E2E2E. Windows color (decimal): -12769736 or 3679805. OLE color: 3679805.
HSL color Cylindrical-coordinate representation of color #3D2638: hue angle of 313.04º degrees, saturation: 0.23, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3D2638 is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 38 | 56 | - |
| CMYK | 0 | 0.38 | 0.08 | 0.76 |
| HSL | 313.04º | 0.23% | 0.19% | - |
| HSV(B) | 313.04º | 0.38% | 0.24% | - |
| XYZ | 3.33 | 2.66 | 4.08 | - |
| YUV | 46.93 | 133.12 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 38 | 56 | 0 | 0.38 | 0.08 | 0.76 | 313.04 | 0.23 | 0.19 |
| Hex | 3D | 26 | 38 | 0 | 26 | 8 | 4C | 139 | 17 | 13 |
| Octal | 75 | 46 | 70 | 0 | 46 | 10 | 114 | 471 | 27 | 23 |
| Binary | 111101 | 100110 | 111000 | 0 | 100110 | 1000 | 1001100 | 100111001 | 10111 | 10011 |
Color Harmonies of #3D2638
Complementary color
Monochromatic Colors of #3D2638
Black with #3D2638
Text Example
Text Example
White with #3D2638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2638; }
p { color: rgb(61,38,56); }
H1.HeaderClassName
{
color: #3D2638;
}
.AnyTagClassName
{
color: #3D2638;
}
</style>
background-color css
<style>
a { background-color: #3D2638; }
a { background-color: rgb(61,38,56); }
div.DivClassName
{
background-color: #3D2638;
}
.BgClassName
{
background-color: #3D2638;
}
</style>
border-color css
<style>
span { border-color: #3D2638; }
span { border-color: rgb(61,38,56); }
td.TdClassName
{
border-color: #3D2638;
}
.TagClassName
{
border-color: #3D2638;
}
</style>