Shades of Eclipse #413F3F
Tints of Eclipse #413F3F
RGB
CMYK
RGB Variations
Color information
#413F3F (or 0x413F3F) is known color: Eclipse. HEX triplet: 41, 3F and 3F. RGB value is (65,63,63). Sum of RGB (Red+Green+Blue) = 65+63+63=191 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.03% from 191); Green value is 63 (25% from 255 or 32.98% from 191); Blue value is 63 (25% from 255 or 32.98% from 191); Max value from RGB is 65 - color contains mainly: red. Hex color #413F3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413F3F is #BEC0C0. Grayscale: #3F3F3F. Windows color (decimal): -12501185 or 4144961. OLE color: 4144961.
HSL color Cylindrical-coordinate representation of color #413F3F: hue angle of 0º degrees, saturation: 0.02, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #413F3F is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 63 | 63 | - |
| CMYK | 0 | 0.03 | 0.03 | 0.75 |
| HSL | 0º | 0.02% | 0.25% | - |
| HSV(B) | 0º | 0.03% | 0.25% | - |
| XYZ | 4.85 | 5.04 | 5.42 | - |
| YUV | 63.6 | 127.66 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 63 | 63 | 0 | 0.03 | 0.03 | 0.75 | 0 | 0.02 | 0.25 |
| Hex | 41 | 3F | 3F | 0 | 3 | 3 | 4B | 0 | 2 | 19 |
| Octal | 101 | 77 | 77 | 0 | 3 | 3 | 113 | 0 | 2 | 31 |
| Binary | 1000001 | 111111 | 111111 | 0 | 11 | 11 | 1001011 | 0 | 10 | 11001 |
Color Harmonies of #413F3F
Complementary color
Monochromatic Colors of #413F3F
Black with #413F3F
Text Example
Text Example
White with #413F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413F3F; }
p { color: rgb(65,63,63); }
H1.HeaderClassName
{
color: #413F3F;
}
.AnyTagClassName
{
color: #413F3F;
}
</style>
background-color css
<style>
a { background-color: #413F3F; }
a { background-color: rgb(65,63,63); }
div.DivClassName
{
background-color: #413F3F;
}
.BgClassName
{
background-color: #413F3F;
}
</style>
border-color css
<style>
span { border-color: #413F3F; }
span { border-color: rgb(65,63,63); }
td.TdClassName
{
border-color: #413F3F;
}
.TagClassName
{
border-color: #413F3F;
}
</style>