Shades of Fuscous Grey #3D353F
Tints of Fuscous Grey #3D353F
RGB
CMYK
RGB Variations
Color information
#3D353F (or 0x3D353F) is known color: Fuscous Grey. HEX triplet: 3D, 35 and 3F. RGB value is (61,53,63). Sum of RGB (Red+Green+Blue) = 61+53+63=177 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.46% from 177); Green value is 53 (21.09% from 255 or 29.94% from 177); Blue value is 63 (25% from 255 or 35.59% from 177); Max value from RGB is 63 - color contains mainly: blue. Hex color #3D353F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D353F is #C2CAC0. Grayscale: #383838. Windows color (decimal): -12765889 or 4142397. OLE color: 4142397.
HSL color Cylindrical-coordinate representation of color #3D353F: hue angle of 288º degrees, saturation: 0.09, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #3D353F is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 61 | 53 | 63 | - |
| CMYK | 0.03 | 0.16 | 0 | 0.75 |
| HSL | 288º | 0.09% | 0.23% | - |
| HSV(B) | 288º | 0.16% | 0.25% | - |
| XYZ | 4.09 | 3.9 | 5.24 | - |
| YUV | 56.53 | 131.65 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 53 | 63 | 0.03 | 0.16 | 0 | 0.75 | 288 | 0.09 | 0.23 |
| Hex | 3D | 35 | 3F | 3 | 10 | 0 | 4B | 120 | 9 | 17 |
| Octal | 75 | 65 | 77 | 3 | 20 | 0 | 113 | 440 | 11 | 27 |
| Binary | 111101 | 110101 | 111111 | 11 | 10000 | 0 | 1001011 | 100100000 | 1001 | 10111 |
Color Harmonies of #3D353F
Complementary color
Monochromatic Colors of #3D353F
Black with #3D353F
Text Example
Text Example
White with #3D353F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D353F; }
p { color: rgb(61,53,63); }
H1.HeaderClassName
{
color: #3D353F;
}
.AnyTagClassName
{
color: #3D353F;
}
</style>
background-color css
<style>
a { background-color: #3D353F; }
a { background-color: rgb(61,53,63); }
div.DivClassName
{
background-color: #3D353F;
}
.BgClassName
{
background-color: #3D353F;
}
</style>
border-color css
<style>
span { border-color: #3D353F; }
span { border-color: rgb(61,53,63); }
td.TdClassName
{
border-color: #3D353F;
}
.TagClassName
{
border-color: #3D353F;
}
</style>