Shades of Fuscous Grey #3F3C3F
Tints of Fuscous Grey #3F3C3F
RGB
CMYK
RGB Variations
Color information
#3F3C3F (or 0x3F3C3F) is known color: Fuscous Grey. HEX triplet: 3F, 3C and 3F. RGB value is (63,60,63). Sum of RGB (Red+Green+Blue) = 63+60+63=186 (24% of max value = 765). Red value is 63 (25% from 255 or 33.87% from 186); Green value is 60 (23.83% from 255 or 32.26% from 186); Blue value is 63 (25% from 255 or 33.87% from 186); Max value from RGB is 63 - color contains mainly: red, blue. Hex color #3F3C3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3C3F is #C0C3C0. Grayscale: #3D3D3D. Windows color (decimal): -12633025 or 4144191. OLE color: 4144191.
HSL color Cylindrical-coordinate representation of color #3F3C3F: 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.05%. Process color model (Four color, CMYK) of #3F3C3F is Cyan = 0, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
RGB | 63 | 60 | 63 | - |
CMYK | 0 | 0.05 | 0 | 0.75 |
HSL | 300º | 0.02% | 0.24% | - |
HSV(B) | 300º | 0.05% | 0.25% | - |
XYZ | 4.56 | 4.65 | 5.36 | - |
YUV | 61.24 | 128.99 | 129.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 63 | 60 | 63 | 0 | 0.05 | 0 | 0.75 | 300 | 0.02 | 0.24 |
Hex | 3F | 3C | 3F | 0 | 5 | 0 | 4B | 12C | 2 | 18 |
Octal | 77 | 74 | 77 | 0 | 5 | 0 | 113 | 454 | 2 | 30 |
Binary | 111111 | 111100 | 111111 | 0 | 101 | 0 | 1001011 | 100101100 | 10 | 11000 |
Color Harmonies of #3F3C3F
Complementary color
Monochromatic Colors of #3F3C3F
Black with #3F3C3F
Text Example
Text Example
White with #3F3C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3C3F; }
p { color: rgb(63,60,63); }
H1.HeaderClassName
{
color: #3F3C3F;
}
.AnyTagClassName
{
color: #3F3C3F;
}
</style>
background-color css
<style>
a { background-color: #3F3C3F; }
a { background-color: rgb(63,60,63); }
div.DivClassName
{
background-color: #3F3C3F;
}
.BgClassName
{
background-color: #3F3C3F;
}
</style>
border-color css
<style>
span { border-color: #3F3C3F; }
span { border-color: rgb(63,60,63); }
td.TdClassName
{
border-color: #3F3C3F;
}
.TagClassName
{
border-color: #3F3C3F;
}
</style>