Shades of Fuscous Grey #3F3D3F
Tints of Fuscous Grey #3F3D3F
RGB
CMYK
RGB Variations
Color information
#3F3D3F (or 0x3F3D3F) is known color: Fuscous Grey. HEX triplet: 3F, 3D and 3F. RGB value is (63,61,63). Sum of RGB (Red+Green+Blue) = 63+61+63=187 (24% of max value = 765). Red value is 63 (25% from 255 or 33.69% from 187); Green value is 61 (24.22% from 255 or 32.62% from 187); Blue value is 63 (25% from 255 or 33.69% from 187); Max value from RGB is 63 - color contains mainly: red, blue. Hex color #3F3D3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3D3F is #C0C2C0. Grayscale: #3D3D3D. Windows color (decimal): -12632769 or 4144447. OLE color: 4144447.
HSL color Cylindrical-coordinate representation of color #3F3D3F: hue angle of 300º degrees, saturation: 0.02, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #3F3D3F is Cyan = 0, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
RGB | 63 | 61 | 63 | - |
CMYK | 0 | 0.03 | 0 | 0.75 |
HSL | 300º | 0.02% | 0.24% | - |
HSV(B) | 300º | 0.03% | 0.25% | - |
XYZ | 4.62 | 4.75 | 5.38 | - |
YUV | 61.83 | 128.66 | 128.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 63 | 61 | 63 | 0 | 0.03 | 0 | 0.75 | 300 | 0.02 | 0.24 |
Hex | 3F | 3D | 3F | 0 | 3 | 0 | 4B | 12C | 2 | 18 |
Octal | 77 | 75 | 77 | 0 | 3 | 0 | 113 | 454 | 2 | 30 |
Binary | 111111 | 111101 | 111111 | 0 | 11 | 0 | 1001011 | 100101100 | 10 | 11000 |
Color Harmonies of #3F3D3F
Complementary color
Monochromatic Colors of #3F3D3F
Black with #3F3D3F
Text Example
Text Example
White with #3F3D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3D3F; }
p { color: rgb(63,61,63); }
H1.HeaderClassName
{
color: #3F3D3F;
}
.AnyTagClassName
{
color: #3F3D3F;
}
</style>
background-color css
<style>
a { background-color: #3F3D3F; }
a { background-color: rgb(63,61,63); }
div.DivClassName
{
background-color: #3F3D3F;
}
.BgClassName
{
background-color: #3F3D3F;
}
</style>
border-color css
<style>
span { border-color: #3F3D3F; }
span { border-color: rgb(63,61,63); }
td.TdClassName
{
border-color: #3F3D3F;
}
.TagClassName
{
border-color: #3F3D3F;
}
</style>