Shades of Fuscous Grey #3D373E
Tints of Fuscous Grey #3D373E
RGB
CMYK
RGB Variations
Color information
#3D373E (or 0x3D373E) is known color: Fuscous Grey. HEX triplet: 3D, 37 and 3E. RGB value is (61,55,62). Sum of RGB (Red+Green+Blue) = 61+55+62=178 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.27% from 178); Green value is 55 (21.88% from 255 or 30.90% from 178); Blue value is 62 (24.61% from 255 or 34.83% from 178); Max value from RGB is 62 - color contains mainly: blue. Hex color #3D373E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D373E is #C2C8C1. Grayscale: #393939. Windows color (decimal): -12765378 or 4077373. OLE color: 4077373.
HSL color Cylindrical-coordinate representation of color #3D373E: hue angle of 291.43º degrees, saturation: 0.06, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #3D373E is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 55 | 62 | - |
| CMYK | 0.02 | 0.11 | 0 | 0.76 |
| HSL | 291.43º | 0.06% | 0.23% | - |
| HSV(B) | 291.43º | 0.11% | 0.24% | - |
| XYZ | 4.16 | 4.07 | 5.12 | - |
| YUV | 57.59 | 130.49 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 55 | 62 | 0.02 | 0.11 | 0 | 0.76 | 291.43 | 0.06 | 0.23 |
| Hex | 3D | 37 | 3E | 2 | B | 0 | 4C | 123 | 6 | 17 |
| Octal | 75 | 67 | 76 | 2 | 13 | 0 | 114 | 443 | 6 | 27 |
| Binary | 111101 | 110111 | 111110 | 10 | 1011 | 0 | 1001100 | 100100011 | 110 | 10111 |
Color Harmonies of #3D373E
Complementary color
Monochromatic Colors of #3D373E
Black with #3D373E
Text Example
Text Example
White with #3D373E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D373E; }
p { color: rgb(61,55,62); }
H1.HeaderClassName
{
color: #3D373E;
}
.AnyTagClassName
{
color: #3D373E;
}
</style>
background-color css
<style>
a { background-color: #3D373E; }
a { background-color: rgb(61,55,62); }
div.DivClassName
{
background-color: #3D373E;
}
.BgClassName
{
background-color: #3D373E;
}
</style>
border-color css
<style>
span { border-color: #3D373E; }
span { border-color: rgb(61,55,62); }
td.TdClassName
{
border-color: #3D373E;
}
.TagClassName
{
border-color: #3D373E;
}
</style>