Shades of Melanzane #3C2333
Tints of Melanzane #3C2333
RGB
CMYK
RGB Variations
Color information
#3C2333 (or 0x3C2333) is known color: Melanzane. HEX triplet: 3C, 23 and 33. RGB value is (60,35,51). Sum of RGB (Red+Green+Blue) = 60+35+51=146 (19% of max value = 765). Red value is 60 (23.83% from 255 or 41.10% from 146); Green value is 35 (14.06% from 255 or 23.97% from 146); Blue value is 51 (20.31% from 255 or 34.93% from 146); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2333 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2333 is #C3DCCC. Grayscale: #2C2C2C. Windows color (decimal): -12836045 or 3351356. OLE color: 3351356.
HSL color Cylindrical-coordinate representation of color #3C2333: hue angle of 321.6º degrees, saturation: 0.26, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3C2333 is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 35 | 51 | - |
| CMYK | 0 | 0.42 | 0.15 | 0.76 |
| HSL | 321.6º | 0.26% | 0.19% | - |
| HSV(B) | 321.6º | 0.42% | 0.24% | - |
| XYZ | 3.06 | 2.4 | 3.43 | - |
| YUV | 44.3 | 131.78 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 35 | 51 | 0 | 0.42 | 0.15 | 0.76 | 321.6 | 0.26 | 0.19 |
| Hex | 3C | 23 | 33 | 0 | 2A | F | 4C | 142 | 1A | 13 |
| Octal | 74 | 43 | 63 | 0 | 52 | 17 | 114 | 502 | 32 | 23 |
| Binary | 111100 | 100011 | 110011 | 0 | 101010 | 1111 | 1001100 | 101000010 | 11010 | 10011 |
Color Harmonies of #3C2333
Complementary color
Monochromatic Colors of #3C2333
Black with #3C2333
Text Example
Text Example
White with #3C2333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2333; }
p { color: rgb(60,35,51); }
H1.HeaderClassName
{
color: #3C2333;
}
.AnyTagClassName
{
color: #3C2333;
}
</style>
background-color css
<style>
a { background-color: #3C2333; }
a { background-color: rgb(60,35,51); }
div.DivClassName
{
background-color: #3C2333;
}
.BgClassName
{
background-color: #3C2333;
}
</style>
border-color css
<style>
span { border-color: #3C2333; }
span { border-color: rgb(60,35,51); }
td.TdClassName
{
border-color: #3C2333;
}
.TagClassName
{
border-color: #3C2333;
}
</style>