Shades of Eclipse #3B3838
Tints of Eclipse #3B3838
RGB
CMYK
RGB Variations
Color information
#3B3838 (or 0x3B3838) is known color: Eclipse. HEX triplet: 3B, 38 and 38. RGB value is (59,56,56). Sum of RGB (Red+Green+Blue) = 59+56+56=171 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.50% from 171); Green value is 56 (22.27% from 255 or 32.75% from 171); Blue value is 56 (22.27% from 255 or 32.75% from 171); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3838 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3838 is #C4C7C7. Grayscale: #383838. Windows color (decimal): -12896200 or 3684411. OLE color: 3684411.
HSL color Cylindrical-coordinate representation of color #3B3838: hue angle of 0º degrees, saturation: 0.03, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #3B3838 is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 56 | 56 | - |
| CMYK | 0 | 0.05 | 0.05 | 0.77 |
| HSL | 0º | 0.03% | 0.23% | - |
| HSV(B) | 0º | 0.05% | 0.23% | - |
| XYZ | 3.93 | 4.04 | 4.31 | - |
| YUV | 56.9 | 127.49 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 56 | 56 | 0 | 0.05 | 0.05 | 0.77 | 0 | 0.03 | 0.23 |
| Hex | 3B | 38 | 38 | 0 | 5 | 5 | 4D | 0 | 3 | 17 |
| Octal | 73 | 70 | 70 | 0 | 5 | 5 | 115 | 0 | 3 | 27 |
| Binary | 111011 | 111000 | 111000 | 0 | 101 | 101 | 1001101 | 0 | 11 | 10111 |
Color Harmonies of #3B3838
Complementary color
Monochromatic Colors of #3B3838
Black with #3B3838
Text Example
Text Example
White with #3B3838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3838; }
p { color: rgb(59,56,56); }
H1.HeaderClassName
{
color: #3B3838;
}
.AnyTagClassName
{
color: #3B3838;
}
</style>
background-color css
<style>
a { background-color: #3B3838; }
a { background-color: rgb(59,56,56); }
div.DivClassName
{
background-color: #3B3838;
}
.BgClassName
{
background-color: #3B3838;
}
</style>
border-color css
<style>
span { border-color: #3B3838; }
span { border-color: rgb(59,56,56); }
td.TdClassName
{
border-color: #3B3838;
}
.TagClassName
{
border-color: #3B3838;
}
</style>