Shades of Fuscous Grey #3E353D
Tints of Fuscous Grey #3E353D
RGB
CMYK
RGB Variations
Color information
#3E353D (or 0x3E353D) is known color: Fuscous Grey. HEX triplet: 3E, 35 and 3D. RGB value is (62,53,61). Sum of RGB (Red+Green+Blue) = 62+53+61=176 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.23% from 176); Green value is 53 (21.09% from 255 or 30.11% from 176); Blue value is 61 (24.22% from 255 or 34.66% from 176); Max value from RGB is 62 - color contains mainly: red. Hex color #3E353D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E353D is #C1CAC2. Grayscale: #383838. Windows color (decimal): -12700355 or 4011326. OLE color: 4011326.
HSL color Cylindrical-coordinate representation of color #3E353D: hue angle of 306.67º degrees, saturation: 0.08, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #3E353D is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 53 | 61 | - |
| CMYK | 0 | 0.15 | 0.02 | 0.76 |
| HSL | 306.67º | 0.08% | 0.23% | - |
| HSV(B) | 306.67º | 0.15% | 0.24% | - |
| XYZ | 4.1 | 3.91 | 4.95 | - |
| YUV | 56.6 | 130.48 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 53 | 61 | 0 | 0.15 | 0.02 | 0.76 | 306.67 | 0.08 | 0.23 |
| Hex | 3E | 35 | 3D | 0 | F | 2 | 4C | 133 | 8 | 17 |
| Octal | 76 | 65 | 75 | 0 | 17 | 2 | 114 | 463 | 10 | 27 |
| Binary | 111110 | 110101 | 111101 | 0 | 1111 | 10 | 1001100 | 100110011 | 1000 | 10111 |
Color Harmonies of #3E353D
Complementary color
Monochromatic Colors of #3E353D
Black with #3E353D
Text Example
Text Example
White with #3E353D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E353D; }
p { color: rgb(62,53,61); }
H1.HeaderClassName
{
color: #3E353D;
}
.AnyTagClassName
{
color: #3E353D;
}
</style>
background-color css
<style>
a { background-color: #3E353D; }
a { background-color: rgb(62,53,61); }
div.DivClassName
{
background-color: #3E353D;
}
.BgClassName
{
background-color: #3E353D;
}
</style>
border-color css
<style>
span { border-color: #3E353D; }
span { border-color: rgb(62,53,61); }
td.TdClassName
{
border-color: #3E353D;
}
.TagClassName
{
border-color: #3E353D;
}
</style>