Shades of Melanzane #3D1936
Tints of Melanzane #3D1936
RGB
CMYK
RGB Variations
Color information
#3D1936 (or 0x3D1936) is known color: Melanzane. HEX triplet: 3D, 19 and 36. RGB value is (61,25,54). Sum of RGB (Red+Green+Blue) = 61+25+54=140 (18% of max value = 765). Red value is 61 (24.22% from 255 or 43.57% from 140); Green value is 25 (10.16% from 255 or 17.86% from 140); Blue value is 54 (21.48% from 255 or 38.57% from 140); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1936 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D1936 is #C2E6C9. Grayscale: #262626. Windows color (decimal): -12773066 or 3545405. OLE color: 3545405.
HSL color Cylindrical-coordinate representation of color #3D1936: hue angle of 311.67º degrees, saturation: 0.42, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3D1936 is Cyan = 0, Magento = 0.59, Yellow = 0.11 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 25 | 54 | - |
| CMYK | 0 | 0.59 | 0.11 | 0.76 |
| HSL | 311.67º | 0.42% | 0.17% | - |
| HSV(B) | 311.67º | 0.59% | 0.24% | - |
| XYZ | 2.94 | 1.95 | 3.71 | - |
| YUV | 39.07 | 136.43 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 25 | 54 | 0 | 0.59 | 0.11 | 0.76 | 311.67 | 0.42 | 0.17 |
| Hex | 3D | 19 | 36 | 0 | 3B | B | 4C | 138 | 2A | 11 |
| Octal | 75 | 31 | 66 | 0 | 73 | 13 | 114 | 470 | 52 | 21 |
| Binary | 111101 | 11001 | 110110 | 0 | 111011 | 1011 | 1001100 | 100111000 | 101010 | 10001 |
Color Harmonies of #3D1936
Complementary color
Monochromatic Colors of #3D1936
Black with #3D1936
Text Example
Text Example
White with #3D1936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1936; }
p { color: rgb(61,25,54); }
H1.HeaderClassName
{
color: #3D1936;
}
.AnyTagClassName
{
color: #3D1936;
}
</style>
background-color css
<style>
a { background-color: #3D1936; }
a { background-color: rgb(61,25,54); }
div.DivClassName
{
background-color: #3D1936;
}
.BgClassName
{
background-color: #3D1936;
}
</style>
border-color css
<style>
span { border-color: #3D1936; }
span { border-color: rgb(61,25,54); }
td.TdClassName
{
border-color: #3D1936;
}
.TagClassName
{
border-color: #3D1936;
}
</style>