Shades of Fuscous Grey #3F3241
Tints of Fuscous Grey #3F3241
RGB
CMYK
RGB Variations
Color information
#3F3241 (or 0x3F3241) is known color: Fuscous Grey. HEX triplet: 3F, 32 and 41. RGB value is (63,50,65). Sum of RGB (Red+Green+Blue) = 63+50+65=178 (23% of max value = 765). Red value is 63 (25% from 255 or 35.39% from 178); Green value is 50 (19.92% from 255 or 28.09% from 178); Blue value is 65 (25.78% from 255 or 36.52% from 178); Max value from RGB is 65 - color contains mainly: blue. Hex color #3F3241 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3241 is #C0CDBE. Grayscale: #373737. Windows color (decimal): -12635583 or 4272703. OLE color: 4272703.
HSL color Cylindrical-coordinate representation of color #3F3241: hue angle of 292º degrees, saturation: 0.13, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #3F3241 is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 50 | 65 | - |
| CMYK | 0.03 | 0.23 | 0 | 0.75 |
| HSL | 292º | 0.13% | 0.23% | - |
| HSV(B) | 292º | 0.23% | 0.25% | - |
| XYZ | 4.14 | 3.72 | 5.5 | - |
| YUV | 55.6 | 133.31 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 50 | 65 | 0.03 | 0.23 | 0 | 0.75 | 292 | 0.13 | 0.23 |
| Hex | 3F | 32 | 41 | 3 | 17 | 0 | 4B | 124 | D | 17 |
| Octal | 77 | 62 | 101 | 3 | 27 | 0 | 113 | 444 | 15 | 27 |
| Binary | 111111 | 110010 | 1000001 | 11 | 10111 | 0 | 1001011 | 100100100 | 1101 | 10111 |
Color Harmonies of #3F3241
Complementary color
Monochromatic Colors of #3F3241
Black with #3F3241
Text Example
Text Example
White with #3F3241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3241; }
p { color: rgb(63,50,65); }
H1.HeaderClassName
{
color: #3F3241;
}
.AnyTagClassName
{
color: #3F3241;
}
</style>
background-color css
<style>
a { background-color: #3F3241; }
a { background-color: rgb(63,50,65); }
div.DivClassName
{
background-color: #3F3241;
}
.BgClassName
{
background-color: #3F3241;
}
</style>
border-color css
<style>
span { border-color: #3F3241; }
span { border-color: rgb(63,50,65); }
td.TdClassName
{
border-color: #3F3241;
}
.TagClassName
{
border-color: #3F3241;
}
</style>