Shades of Eclipse #3D3333
Tints of Eclipse #3D3333
RGB
CMYK
RGB Variations
Color information
#3D3333 (or 0x3D3333) is known color: Eclipse. HEX triplet: 3D, 33 and 33. RGB value is (61,51,51). Sum of RGB (Red+Green+Blue) = 61+51+51=163 (21% of max value = 765). Red value is 61 (24.22% from 255 or 37.42% from 163); Green value is 51 (20.31% from 255 or 31.29% from 163); Blue value is 51 (20.31% from 255 or 31.29% from 163); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3333 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3333 is #C2CCCC. Grayscale: #363636. Windows color (decimal): -12766413 or 3355453. OLE color: 3355453.
HSL color Cylindrical-coordinate representation of color #3D3333: 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.16%. Process color model (Four color, CMYK) of #3D3333 is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 51 | 51 | - |
| CMYK | 0 | 0.16 | 0.16 | 0.76 |
| HSL | 0º | 0.09% | 0.22% | - |
| HSV(B) | 0º | 0.16% | 0.24% | - |
| XYZ | 3.71 | 3.6 | 3.63 | - |
| YUV | 53.99 | 126.31 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 51 | 51 | 0 | 0.16 | 0.16 | 0.76 | 0 | 0.09 | 0.22 |
| Hex | 3D | 33 | 33 | 0 | 10 | 10 | 4C | 0 | 9 | 16 |
| Octal | 75 | 63 | 63 | 0 | 20 | 20 | 114 | 0 | 11 | 26 |
| Binary | 111101 | 110011 | 110011 | 0 | 10000 | 10000 | 1001100 | 0 | 1001 | 10110 |
Color Harmonies of #3D3333
Complementary color
Monochromatic Colors of #3D3333
Black with #3D3333
Text Example
Text Example
White with #3D3333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3333; }
p { color: rgb(61,51,51); }
H1.HeaderClassName
{
color: #3D3333;
}
.AnyTagClassName
{
color: #3D3333;
}
</style>
background-color css
<style>
a { background-color: #3D3333; }
a { background-color: rgb(61,51,51); }
div.DivClassName
{
background-color: #3D3333;
}
.BgClassName
{
background-color: #3D3333;
}
</style>
border-color css
<style>
span { border-color: #3D3333; }
span { border-color: rgb(61,51,51); }
td.TdClassName
{
border-color: #3D3333;
}
.TagClassName
{
border-color: #3D3333;
}
</style>