Shades of Fuscous Grey #3F3140
Tints of Fuscous Grey #3F3140
RGB
CMYK
RGB Variations
Color information
#3F3140 (or 0x3F3140) is known color: Fuscous Grey. HEX triplet: 3F, 31 and 40. RGB value is (63,49,64). Sum of RGB (Red+Green+Blue) = 63+49+64=176 (23% of max value = 765). Red value is 63 (25% from 255 or 35.80% from 176); Green value is 49 (19.53% from 255 or 27.84% from 176); Blue value is 64 (25.39% from 255 or 36.36% from 176); Max value from RGB is 64 - color contains mainly: blue. Hex color #3F3140 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3140 is #C0CEBF. Grayscale: #363636. Windows color (decimal): -12635840 or 4206911. OLE color: 4206911.
HSL color Cylindrical-coordinate representation of color #3F3140: hue angle of 296º degrees, saturation: 0.13, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #3F3140 is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 49 | 64 | - |
| CMYK | 0.02 | 0.23 | 0 | 0.75 |
| HSL | 296º | 0.13% | 0.22% | - |
| HSV(B) | 296º | 0.23% | 0.25% | - |
| XYZ | 4.07 | 3.62 | 5.34 | - |
| YUV | 54.9 | 133.14 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 49 | 64 | 0.02 | 0.23 | 0 | 0.75 | 296 | 0.13 | 0.22 |
| Hex | 3F | 31 | 40 | 2 | 17 | 0 | 4B | 128 | D | 16 |
| Octal | 77 | 61 | 100 | 2 | 27 | 0 | 113 | 450 | 15 | 26 |
| Binary | 111111 | 110001 | 1000000 | 10 | 10111 | 0 | 1001011 | 100101000 | 1101 | 10110 |
Color Harmonies of #3F3140
Complementary color
Monochromatic Colors of #3F3140
Black with #3F3140
Text Example
Text Example
White with #3F3140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3140; }
p { color: rgb(63,49,64); }
H1.HeaderClassName
{
color: #3F3140;
}
.AnyTagClassName
{
color: #3F3140;
}
</style>
background-color css
<style>
a { background-color: #3F3140; }
a { background-color: rgb(63,49,64); }
div.DivClassName
{
background-color: #3F3140;
}
.BgClassName
{
background-color: #3F3140;
}
</style>
border-color css
<style>
span { border-color: #3F3140; }
span { border-color: rgb(63,49,64); }
td.TdClassName
{
border-color: #3F3140;
}
.TagClassName
{
border-color: #3F3140;
}
</style>