Shades of Eclipse #3F3F3F
Tints of Eclipse #3F3F3F
RGB
CMYK
RGB Variations
Color information
#3F3F3F (or 0x3F3F3F) is known color: Eclipse. HEX triplet: 3F, 3F and 3F. RGB value is (63,63,63). Sum of RGB (Red+Green+Blue) = 63+63+63=189 (25% of max value = 765). Red value is 63 (25% from 255 or 33.33% from 189); Green value is 63 (25% from 255 or 33.33% from 189); Blue value is 63 (25% from 255 or 33.33% from 189); Max value from RGB is 63 - color contains mainly: red, green, blue. Hex color #3F3F3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3F3F is #C0C0C0. Grayscale: #3E3E3E. Windows color (decimal): -12632257 or 4144959. OLE color: 4144959.
HSL color Cylindrical-coordinate representation of color #3F3F3F: hue angle of 0º degrees, saturation: 0, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0%. Process color model (Four color, CMYK) of #3F3F3F is Cyan = 0, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 63 | 63 | - |
| CMYK | 0 | 0 | 0 | 0.75 |
| HSL | 0º | 0% | 0.25% | - |
| HSV(B) | 0º | 0% | 0.25% | - |
| XYZ | 4.72 | 4.97 | 5.41 | - |
| YUV | 63 | 128 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 63 | 63 | 0 | 0 | 0 | 0.75 | 0 | 0 | 0.25 |
| Hex | 3F | 3F | 3F | 0 | 0 | 0 | 4B | 0 | 0 | 19 |
| Octal | 77 | 77 | 77 | 0 | 0 | 0 | 113 | 0 | 0 | 31 |
| Binary | 111111 | 111111 | 111111 | 0 | 0 | 0 | 1001011 | 0 | 0 | 11001 |
Color Harmonies of #3F3F3F
Complementary color
Monochromatic Colors of #3F3F3F
Black with #3F3F3F
Text Example
Text Example
White with #3F3F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3F3F; }
p { color: rgb(63,63,63); }
H1.HeaderClassName
{
color: #3F3F3F;
}
.AnyTagClassName
{
color: #3F3F3F;
}
</style>
background-color css
<style>
a { background-color: #3F3F3F; }
a { background-color: rgb(63,63,63); }
div.DivClassName
{
background-color: #3F3F3F;
}
.BgClassName
{
background-color: #3F3F3F;
}
</style>
border-color css
<style>
span { border-color: #3F3F3F; }
span { border-color: rgb(63,63,63); }
td.TdClassName
{
border-color: #3F3F3F;
}
.TagClassName
{
border-color: #3F3F3F;
}
</style>