Shades of Eclipse #3F3434
Tints of Eclipse #3F3434
RGB
CMYK
RGB Variations
Color information
#3F3434 (or 0x3F3434) is known color: Eclipse. HEX triplet: 3F, 34 and 34. RGB value is (63,52,52). Sum of RGB (Red+Green+Blue) = 63+52+52=167 (22% of max value = 765). Red value is 63 (25% from 255 or 37.72% from 167); Green value is 52 (20.70% from 255 or 31.14% from 167); Blue value is 52 (20.70% from 255 or 31.14% from 167); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3434 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3434 is #C0CBCB. Grayscale: #373737. Windows color (decimal): -12635084 or 3421247. OLE color: 3421247.
HSL color Cylindrical-coordinate representation of color #3F3434: hue angle of 0º degrees, saturation: 0.1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #3F3434 is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 52 | 52 | - |
| CMYK | 0 | 0.17 | 0.17 | 0.75 |
| HSL | 0º | 0.1% | 0.23% | - |
| HSV(B) | 0º | 0.17% | 0.25% | - |
| XYZ | 3.9 | 3.76 | 3.77 | - |
| YUV | 55.29 | 126.14 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 52 | 52 | 0 | 0.17 | 0.17 | 0.75 | 0 | 0.1 | 0.23 |
| Hex | 3F | 34 | 34 | 0 | 11 | 11 | 4B | 0 | A | 17 |
| Octal | 77 | 64 | 64 | 0 | 21 | 21 | 113 | 0 | 12 | 27 |
| Binary | 111111 | 110100 | 110100 | 0 | 10001 | 10001 | 1001011 | 0 | 1010 | 10111 |
Color Harmonies of #3F3434
Complementary color
Monochromatic Colors of #3F3434
Black with #3F3434
Text Example
Text Example
White with #3F3434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3434; }
p { color: rgb(63,52,52); }
H1.HeaderClassName
{
color: #3F3434;
}
.AnyTagClassName
{
color: #3F3434;
}
</style>
background-color css
<style>
a { background-color: #3F3434; }
a { background-color: rgb(63,52,52); }
div.DivClassName
{
background-color: #3F3434;
}
.BgClassName
{
background-color: #3F3434;
}
</style>
border-color css
<style>
span { border-color: #3F3434; }
span { border-color: rgb(63,52,52); }
td.TdClassName
{
border-color: #3F3434;
}
.TagClassName
{
border-color: #3F3434;
}
</style>