Shades of Fuscous Grey #3F3141
Tints of Fuscous Grey #3F3141
RGB
CMYK
RGB Variations
Color information
#3F3141 (or 0x3F3141) is known color: Fuscous Grey. HEX triplet: 3F, 31 and 41. RGB value is (63,49,65). Sum of RGB (Red+Green+Blue) = 63+49+65=177 (23% of max value = 765). Red value is 63 (25% from 255 or 35.59% from 177); Green value is 49 (19.53% from 255 or 27.68% from 177); Blue value is 65 (25.78% from 255 or 36.72% from 177); Max value from RGB is 65 - color contains mainly: blue. Hex color #3F3141 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3141 is #C0CEBE. Grayscale: #363636. Windows color (decimal): -12635839 or 4272447. OLE color: 4272447.
HSL color Cylindrical-coordinate representation of color #3F3141: hue angle of 292.5º degrees, saturation: 0.14, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3F3141 is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 49 | 65 | - |
| CMYK | 0.03 | 0.25 | 0 | 0.75 |
| HSL | 292.5º | 0.14% | 0.22% | - |
| HSV(B) | 292.5º | 0.25% | 0.25% | - |
| XYZ | 4.1 | 3.64 | 5.49 | - |
| YUV | 55.01 | 133.64 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 49 | 65 | 0.03 | 0.25 | 0 | 0.75 | 292.5 | 0.14 | 0.22 |
| Hex | 3F | 31 | 41 | 3 | 19 | 0 | 4B | 124 | E | 16 |
| Octal | 77 | 61 | 101 | 3 | 31 | 0 | 113 | 444 | 16 | 26 |
| Binary | 111111 | 110001 | 1000001 | 11 | 11001 | 0 | 1001011 | 100100100 | 1110 | 10110 |
Color Harmonies of #3F3141
Complementary color
Monochromatic Colors of #3F3141
Black with #3F3141
Text Example
Text Example
White with #3F3141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3141; }
p { color: rgb(63,49,65); }
H1.HeaderClassName
{
color: #3F3141;
}
.AnyTagClassName
{
color: #3F3141;
}
</style>
background-color css
<style>
a { background-color: #3F3141; }
a { background-color: rgb(63,49,65); }
div.DivClassName
{
background-color: #3F3141;
}
.BgClassName
{
background-color: #3F3141;
}
</style>
border-color css
<style>
span { border-color: #3F3141; }
span { border-color: rgb(63,49,65); }
td.TdClassName
{
border-color: #3F3141;
}
.TagClassName
{
border-color: #3F3141;
}
</style>