Shades of Fuscous Grey #3F323E
Tints of Fuscous Grey #3F323E
RGB
CMYK
RGB Variations
Color information
#3F323E (or 0x3F323E) is known color: Fuscous Grey. HEX triplet: 3F, 32 and 3E. RGB value is (63,50,62). Sum of RGB (Red+Green+Blue) = 63+50+62=175 (23% of max value = 765). Red value is 63 (25% from 255 or 36% from 175); Green value is 50 (19.92% from 255 or 28.57% from 175); Blue value is 62 (24.61% from 255 or 35.43% from 175); Max value from RGB is 63 - color contains mainly: red. Hex color #3F323E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F323E is #C0CDC1. Grayscale: #373737. Windows color (decimal): -12635586 or 4076095. OLE color: 4076095.
HSL color Cylindrical-coordinate representation of color #3F323E: hue angle of 304.62º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #3F323E is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 50 | 62 | - |
| CMYK | 0 | 0.21 | 0.02 | 0.75 |
| HSL | 304.62º | 0.12% | 0.22% | - |
| HSV(B) | 304.62º | 0.21% | 0.25% | - |
| XYZ | 4.06 | 3.69 | 5.05 | - |
| YUV | 55.26 | 131.81 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 50 | 62 | 0 | 0.21 | 0.02 | 0.75 | 304.62 | 0.12 | 0.22 |
| Hex | 3F | 32 | 3E | 0 | 15 | 2 | 4B | 131 | C | 16 |
| Octal | 77 | 62 | 76 | 0 | 25 | 2 | 113 | 461 | 14 | 26 |
| Binary | 111111 | 110010 | 111110 | 0 | 10101 | 10 | 1001011 | 100110001 | 1100 | 10110 |
Color Harmonies of #3F323E
Complementary color
Monochromatic Colors of #3F323E
Black with #3F323E
Text Example
Text Example
White with #3F323E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F323E; }
p { color: rgb(63,50,62); }
H1.HeaderClassName
{
color: #3F323E;
}
.AnyTagClassName
{
color: #3F323E;
}
</style>
background-color css
<style>
a { background-color: #3F323E; }
a { background-color: rgb(63,50,62); }
div.DivClassName
{
background-color: #3F323E;
}
.BgClassName
{
background-color: #3F323E;
}
</style>
border-color css
<style>
span { border-color: #3F323E; }
span { border-color: rgb(63,50,62); }
td.TdClassName
{
border-color: #3F323E;
}
.TagClassName
{
border-color: #3F323E;
}
</style>