Shades of Fuscous Grey #3F313F
Tints of Fuscous Grey #3F313F
RGB
CMYK
RGB Variations
Color information
#3F313F (or 0x3F313F) is known color: Fuscous Grey. HEX triplet: 3F, 31 and 3F. RGB value is (63,49,63). Sum of RGB (Red+Green+Blue) = 63+49+63=175 (23% of max value = 765). Red value is 63 (25% from 255 or 36% from 175); Green value is 49 (19.53% from 255 or 28% from 175); Blue value is 63 (25% from 255 or 36% from 175); Max value from RGB is 63 - color contains mainly: red, blue. Hex color #3F313F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F313F is #C0CEC0. Grayscale: #363636. Windows color (decimal): -12635841 or 4141375. OLE color: 4141375.
HSL color Cylindrical-coordinate representation of color #3F313F: hue angle of 300º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #3F313F is Cyan = 0, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 49 | 63 | - |
| CMYK | 0 | 0.22 | 0 | 0.75 |
| HSL | 300º | 0.13% | 0.22% | - |
| HSV(B) | 300º | 0.22% | 0.25% | - |
| XYZ | 4.05 | 3.61 | 5.19 | - |
| YUV | 54.78 | 132.64 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 49 | 63 | 0 | 0.22 | 0 | 0.75 | 300 | 0.13 | 0.22 |
| Hex | 3F | 31 | 3F | 0 | 16 | 0 | 4B | 12C | C | 16 |
| Octal | 77 | 61 | 77 | 0 | 26 | 0 | 113 | 454 | 14 | 26 |
| Binary | 111111 | 110001 | 111111 | 0 | 10110 | 0 | 1001011 | 100101100 | 1100 | 10110 |
Color Harmonies of #3F313F
Complementary color
Monochromatic Colors of #3F313F
Black with #3F313F
Text Example
Text Example
White with #3F313F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F313F; }
p { color: rgb(63,49,63); }
H1.HeaderClassName
{
color: #3F313F;
}
.AnyTagClassName
{
color: #3F313F;
}
</style>
background-color css
<style>
a { background-color: #3F313F; }
a { background-color: rgb(63,49,63); }
div.DivClassName
{
background-color: #3F313F;
}
.BgClassName
{
background-color: #3F313F;
}
</style>
border-color css
<style>
span { border-color: #3F313F; }
span { border-color: rgb(63,49,63); }
td.TdClassName
{
border-color: #3F313F;
}
.TagClassName
{
border-color: #3F313F;
}
</style>