Shades of Eclipse #3C3838
Tints of Eclipse #3C3838
RGB
CMYK
RGB Variations
Color information
#3C3838 (or 0x3C3838) is known color: Eclipse. HEX triplet: 3C, 38 and 38. RGB value is (60,56,56). Sum of RGB (Red+Green+Blue) = 60+56+56=172 (22% of max value = 765). Red value is 60 (23.83% from 255 or 34.88% from 172); Green value is 56 (22.27% from 255 or 32.56% from 172); Blue value is 56 (22.27% from 255 or 32.56% from 172); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3838 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3838 is #C3C7C7. Grayscale: #393939. Windows color (decimal): -12830664 or 3684412. OLE color: 3684412.
HSL color Cylindrical-coordinate representation of color #3C3838: hue angle of 0º degrees, saturation: 0.03, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #3C3838 is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.76.
Color convert
RGB | 60 | 56 | 56 | - |
CMYK | 0 | 0.07 | 0.07 | 0.76 |
HSL | 0º | 0.03% | 0.23% | - |
HSV(B) | 0º | 0.07% | 0.24% | - |
XYZ | 3.99 | 4.07 | 4.32 | - |
YUV | 57.2 | 127.33 | 130 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 60 | 56 | 56 | 0 | 0.07 | 0.07 | 0.76 | 0 | 0.03 | 0.23 |
Hex | 3C | 38 | 38 | 0 | 7 | 7 | 4C | 0 | 3 | 17 |
Octal | 74 | 70 | 70 | 0 | 7 | 7 | 114 | 0 | 3 | 27 |
Binary | 111100 | 111000 | 111000 | 0 | 111 | 111 | 1001100 | 0 | 11 | 10111 |
Color Harmonies of #3C3838
Complementary color
Monochromatic Colors of #3C3838
Black with #3C3838
Text Example
Text Example
White with #3C3838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3838; }
p { color: rgb(60,56,56); }
H1.HeaderClassName
{
color: #3C3838;
}
.AnyTagClassName
{
color: #3C3838;
}
</style>
background-color css
<style>
a { background-color: #3C3838; }
a { background-color: rgb(60,56,56); }
div.DivClassName
{
background-color: #3C3838;
}
.BgClassName
{
background-color: #3C3838;
}
</style>
border-color css
<style>
span { border-color: #3C3838; }
span { border-color: rgb(60,56,56); }
td.TdClassName
{
border-color: #3C3838;
}
.TagClassName
{
border-color: #3C3838;
}
</style>