Shades of Melanzane #3C2635
Tints of Melanzane #3C2635
RGB
CMYK
RGB Variations
Color information
#3C2635 (or 0x3C2635) is known color: Melanzane. HEX triplet: 3C, 26 and 35. RGB value is (60,38,53). Sum of RGB (Red+Green+Blue) = 60+38+53=151 (20% of max value = 765). Red value is 60 (23.83% from 255 or 39.74% from 151); Green value is 38 (15.23% from 255 or 25.17% from 151); Blue value is 53 (21.09% from 255 or 35.10% from 151); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2635 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2635 is #C3D9CA. Grayscale: #2E2E2E. Windows color (decimal): -12835275 or 3483196. OLE color: 3483196.
HSL color Cylindrical-coordinate representation of color #3C2635: hue angle of 319.09º degrees, saturation: 0.22, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3C2635 is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 38 | 53 | - |
| CMYK | 0 | 0.37 | 0.12 | 0.76 |
| HSL | 319.09º | 0.22% | 0.19% | - |
| HSV(B) | 319.09º | 0.37% | 0.24% | - |
| XYZ | 3.2 | 2.6 | 3.7 | - |
| YUV | 46.29 | 131.79 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 38 | 53 | 0 | 0.37 | 0.12 | 0.76 | 319.09 | 0.22 | 0.19 |
| Hex | 3C | 26 | 35 | 0 | 25 | C | 4C | 13F | 16 | 13 |
| Octal | 74 | 46 | 65 | 0 | 45 | 14 | 114 | 477 | 26 | 23 |
| Binary | 111100 | 100110 | 110101 | 0 | 100101 | 1100 | 1001100 | 100111111 | 10110 | 10011 |
Color Harmonies of #3C2635
Complementary color
Monochromatic Colors of #3C2635
Black with #3C2635
Text Example
Text Example
White with #3C2635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2635; }
p { color: rgb(60,38,53); }
H1.HeaderClassName
{
color: #3C2635;
}
.AnyTagClassName
{
color: #3C2635;
}
</style>
background-color css
<style>
a { background-color: #3C2635; }
a { background-color: rgb(60,38,53); }
div.DivClassName
{
background-color: #3C2635;
}
.BgClassName
{
background-color: #3C2635;
}
</style>
border-color css
<style>
span { border-color: #3C2635; }
span { border-color: rgb(60,38,53); }
td.TdClassName
{
border-color: #3C2635;
}
.TagClassName
{
border-color: #3C2635;
}
</style>