Shades of Eclipse #3C3232
Tints of Eclipse #3C3232
RGB
CMYK
RGB Variations
Color information
#3C3232 (or 0x3C3232) is known color: Eclipse. HEX triplet: 3C, 32 and 32. RGB value is (60,50,50). Sum of RGB (Red+Green+Blue) = 60+50+50=160 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.5% from 160); Green value is 50 (19.92% from 255 or 31.25% from 160); Blue value is 50 (19.92% from 255 or 31.25% from 160); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3232 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3232 is #C3CDCD. Grayscale: #353535. Windows color (decimal): -12832206 or 3289660. OLE color: 3289660.
HSL color Cylindrical-coordinate representation of color #3C3232: hue angle of 0º degrees, saturation: 0.09, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #3C3232 is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 50 | 50 | - |
| CMYK | 0 | 0.17 | 0.17 | 0.76 |
| HSL | 0º | 0.09% | 0.22% | - |
| HSV(B) | 0º | 0.17% | 0.24% | - |
| XYZ | 3.58 | 3.47 | 3.5 | - |
| YUV | 52.99 | 126.31 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 50 | 50 | 0 | 0.17 | 0.17 | 0.76 | 0 | 0.09 | 0.22 |
| Hex | 3C | 32 | 32 | 0 | 11 | 11 | 4C | 0 | 9 | 16 |
| Octal | 74 | 62 | 62 | 0 | 21 | 21 | 114 | 0 | 11 | 26 |
| Binary | 111100 | 110010 | 110010 | 0 | 10001 | 10001 | 1001100 | 0 | 1001 | 10110 |
Color Harmonies of #3C3232
Complementary color
Monochromatic Colors of #3C3232
Black with #3C3232
Text Example
Text Example
White with #3C3232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3232; }
p { color: rgb(60,50,50); }
H1.HeaderClassName
{
color: #3C3232;
}
.AnyTagClassName
{
color: #3C3232;
}
</style>
background-color css
<style>
a { background-color: #3C3232; }
a { background-color: rgb(60,50,50); }
div.DivClassName
{
background-color: #3C3232;
}
.BgClassName
{
background-color: #3C3232;
}
</style>
border-color css
<style>
span { border-color: #3C3232; }
span { border-color: rgb(60,50,50); }
td.TdClassName
{
border-color: #3C3232;
}
.TagClassName
{
border-color: #3C3232;
}
</style>