Shades of Fuscous Grey #3D393D
Tints of Fuscous Grey #3D393D
RGB
CMYK
RGB Variations
Color information
#3D393D (or 0x3D393D) is known color: Fuscous Grey. HEX triplet: 3D, 39 and 3D. RGB value is (61,57,61). Sum of RGB (Red+Green+Blue) = 61+57+61=179 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.08% from 179); Green value is 57 (22.66% from 255 or 31.84% from 179); Blue value is 61 (24.22% from 255 or 34.08% from 179); Max value from RGB is 61 - color contains mainly: red, blue. Hex color #3D393D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D393D is #C2C6C2. Grayscale: #3A3A3A. Windows color (decimal): -12764867 or 4012349. OLE color: 4012349.
HSL color Cylindrical-coordinate representation of color #3D393D: hue angle of 300º degrees, saturation: 0.03, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #3D393D is Cyan = 0, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 57 | 61 | - |
| CMYK | 0 | 0.07 | 0 | 0.76 |
| HSL | 300º | 0.03% | 0.23% | - |
| HSV(B) | 300º | 0.07% | 0.24% | - |
| XYZ | 4.23 | 4.26 | 5.01 | - |
| YUV | 58.65 | 129.33 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 57 | 61 | 0 | 0.07 | 0 | 0.76 | 300 | 0.03 | 0.23 |
| Hex | 3D | 39 | 3D | 0 | 7 | 0 | 4C | 12C | 3 | 17 |
| Octal | 75 | 71 | 75 | 0 | 7 | 0 | 114 | 454 | 3 | 27 |
| Binary | 111101 | 111001 | 111101 | 0 | 111 | 0 | 1001100 | 100101100 | 11 | 10111 |
Color Harmonies of #3D393D
Complementary color
Monochromatic Colors of #3D393D
Black with #3D393D
Text Example
Text Example
White with #3D393D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D393D; }
p { color: rgb(61,57,61); }
H1.HeaderClassName
{
color: #3D393D;
}
.AnyTagClassName
{
color: #3D393D;
}
</style>
background-color css
<style>
a { background-color: #3D393D; }
a { background-color: rgb(61,57,61); }
div.DivClassName
{
background-color: #3D393D;
}
.BgClassName
{
background-color: #3D393D;
}
</style>
border-color css
<style>
span { border-color: #3D393D; }
span { border-color: rgb(61,57,61); }
td.TdClassName
{
border-color: #3D393D;
}
.TagClassName
{
border-color: #3D393D;
}
</style>