Shades of Fuscous Grey #3E343D
Tints of Fuscous Grey #3E343D
RGB
CMYK
RGB Variations
Color information
#3E343D (or 0x3E343D) is known color: Fuscous Grey. HEX triplet: 3E, 34 and 3D. RGB value is (62,52,61). Sum of RGB (Red+Green+Blue) = 62+52+61=175 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.43% from 175); Green value is 52 (20.70% from 255 or 29.71% from 175); Blue value is 61 (24.22% from 255 or 34.86% from 175); Max value from RGB is 62 - color contains mainly: red. Hex color #3E343D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E343D is #C1CBC2. Grayscale: #373737. Windows color (decimal): -12700611 or 4011070. OLE color: 4011070.
HSL color Cylindrical-coordinate representation of color #3E343D: hue angle of 306º degrees, saturation: 0.09, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #3E343D is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 52 | 61 | - |
| CMYK | 0 | 0.16 | 0.02 | 0.76 |
| HSL | 306º | 0.09% | 0.22% | - |
| HSV(B) | 306º | 0.16% | 0.24% | - |
| XYZ | 4.06 | 3.82 | 4.94 | - |
| YUV | 56.02 | 130.81 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 52 | 61 | 0 | 0.16 | 0.02 | 0.76 | 306 | 0.09 | 0.22 |
| Hex | 3E | 34 | 3D | 0 | 10 | 2 | 4C | 132 | 9 | 16 |
| Octal | 76 | 64 | 75 | 0 | 20 | 2 | 114 | 462 | 11 | 26 |
| Binary | 111110 | 110100 | 111101 | 0 | 10000 | 10 | 1001100 | 100110010 | 1001 | 10110 |
Color Harmonies of #3E343D
Complementary color
Monochromatic Colors of #3E343D
Black with #3E343D
Text Example
Text Example
White with #3E343D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E343D; }
p { color: rgb(62,52,61); }
H1.HeaderClassName
{
color: #3E343D;
}
.AnyTagClassName
{
color: #3E343D;
}
</style>
background-color css
<style>
a { background-color: #3E343D; }
a { background-color: rgb(62,52,61); }
div.DivClassName
{
background-color: #3E343D;
}
.BgClassName
{
background-color: #3E343D;
}
</style>
border-color css
<style>
span { border-color: #3E343D; }
span { border-color: rgb(62,52,61); }
td.TdClassName
{
border-color: #3E343D;
}
.TagClassName
{
border-color: #3E343D;
}
</style>