Shades of Fuscous Grey #3C393D
Tints of Fuscous Grey #3C393D
RGB
CMYK
RGB Variations
Color information
#3C393D (or 0x3C393D) is known color: Fuscous Grey. HEX triplet: 3C, 39 and 3D. RGB value is (60,57,61). Sum of RGB (Red+Green+Blue) = 60+57+61=178 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.71% from 178); Green value is 57 (22.66% from 255 or 32.02% from 178); Blue value is 61 (24.22% from 255 or 34.27% from 178); Max value from RGB is 61 - color contains mainly: blue. Hex color #3C393D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C393D is #C3C6C2. Grayscale: #3A3A3A. Windows color (decimal): -12830403 or 4012348. OLE color: 4012348.
HSL color Cylindrical-coordinate representation of color #3C393D: hue angle of 285º 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 #3C393D is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 57 | 61 | - |
| CMYK | 0.02 | 0.07 | 0 | 0.76 |
| HSL | 285º | 0.03% | 0.23% | - |
| HSV(B) | 285º | 0.07% | 0.24% | - |
| XYZ | 4.17 | 4.22 | 5.01 | - |
| YUV | 58.35 | 129.49 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 57 | 61 | 0.02 | 0.07 | 0 | 0.76 | 285 | 0.03 | 0.23 |
| Hex | 3C | 39 | 3D | 2 | 7 | 0 | 4C | 11D | 3 | 17 |
| Octal | 74 | 71 | 75 | 2 | 7 | 0 | 114 | 435 | 3 | 27 |
| Binary | 111100 | 111001 | 111101 | 10 | 111 | 0 | 1001100 | 100011101 | 11 | 10111 |
Color Harmonies of #3C393D
Complementary color
Monochromatic Colors of #3C393D
Black with #3C393D
Text Example
Text Example
White with #3C393D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C393D; }
p { color: rgb(60,57,61); }
H1.HeaderClassName
{
color: #3C393D;
}
.AnyTagClassName
{
color: #3C393D;
}
</style>
background-color css
<style>
a { background-color: #3C393D; }
a { background-color: rgb(60,57,61); }
div.DivClassName
{
background-color: #3C393D;
}
.BgClassName
{
background-color: #3C393D;
}
</style>
border-color css
<style>
span { border-color: #3C393D; }
span { border-color: rgb(60,57,61); }
td.TdClassName
{
border-color: #3C393D;
}
.TagClassName
{
border-color: #3C393D;
}
</style>