Shades of Eclipse #3D3535
Tints of Eclipse #3D3535
RGB
CMYK
RGB Variations
Color information
#3D3535 (or 0x3D3535) is known color: Eclipse. HEX triplet: 3D, 35 and 35. RGB value is (61,53,53). Sum of RGB (Red+Green+Blue) = 61+53+53=167 (22% of max value = 765). Red value is 61 (24.22% from 255 or 36.53% from 167); Green value is 53 (21.09% from 255 or 31.74% from 167); Blue value is 53 (21.09% from 255 or 31.74% from 167); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3535 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3535 is #C2CACA. Grayscale: #373737. Windows color (decimal): -12765899 or 3487037. OLE color: 3487037.
HSL color Cylindrical-coordinate representation of color #3D3535: hue angle of 0º degrees, saturation: 0.07, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #3D3535 is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 53 | 53 | - |
| CMYK | 0 | 0.13 | 0.13 | 0.76 |
| HSL | 0º | 0.07% | 0.22% | - |
| HSV(B) | 0º | 0.13% | 0.24% | - |
| XYZ | 3.84 | 3.8 | 3.9 | - |
| YUV | 55.39 | 126.65 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 53 | 53 | 0 | 0.13 | 0.13 | 0.76 | 0 | 0.07 | 0.22 |
| Hex | 3D | 35 | 35 | 0 | D | D | 4C | 0 | 7 | 16 |
| Octal | 75 | 65 | 65 | 0 | 15 | 15 | 114 | 0 | 7 | 26 |
| Binary | 111101 | 110101 | 110101 | 0 | 1101 | 1101 | 1001100 | 0 | 111 | 10110 |
Color Harmonies of #3D3535
Complementary color
Monochromatic Colors of #3D3535
Black with #3D3535
Text Example
Text Example
White with #3D3535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3535; }
p { color: rgb(61,53,53); }
H1.HeaderClassName
{
color: #3D3535;
}
.AnyTagClassName
{
color: #3D3535;
}
</style>
background-color css
<style>
a { background-color: #3D3535; }
a { background-color: rgb(61,53,53); }
div.DivClassName
{
background-color: #3D3535;
}
.BgClassName
{
background-color: #3D3535;
}
</style>
border-color css
<style>
span { border-color: #3D3535; }
span { border-color: rgb(61,53,53); }
td.TdClassName
{
border-color: #3D3535;
}
.TagClassName
{
border-color: #3D3535;
}
</style>