Shades of Fuscous Grey #3C373D
Tints of Fuscous Grey #3C373D
RGB
CMYK
RGB Variations
Color information
#3C373D (or 0x3C373D) is known color: Fuscous Grey. HEX triplet: 3C, 37 and 3D. RGB value is (60,55,61). Sum of RGB (Red+Green+Blue) = 60+55+61=176 (23% of max value = 765). Red value is 60 (23.83% from 255 or 34.09% from 176); Green value is 55 (21.88% from 255 or 31.25% from 176); Blue value is 61 (24.22% from 255 or 34.66% from 176); Max value from RGB is 61 - color contains mainly: blue. Hex color #3C373D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C373D is #C3C8C2. Grayscale: #393939. Windows color (decimal): -12830915 or 4011836. OLE color: 4011836.
HSL color Cylindrical-coordinate representation of color #3C373D: hue angle of 290º degrees, saturation: 0.05, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #3C373D is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 55 | 61 | - |
| CMYK | 0.02 | 0.10 | 0 | 0.76 |
| HSL | 290º | 0.05% | 0.23% | - |
| HSV(B) | 290º | 0.1% | 0.24% | - |
| XYZ | 4.07 | 4.03 | 4.98 | - |
| YUV | 57.18 | 130.16 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 55 | 61 | 0.02 | 0.10 | 0 | 0.76 | 290 | 0.05 | 0.23 |
| Hex | 3C | 37 | 3D | 2 | A | 0 | 4C | 122 | 5 | 17 |
| Octal | 74 | 67 | 75 | 2 | 12 | 0 | 114 | 442 | 5 | 27 |
| Binary | 111100 | 110111 | 111101 | 10 | 1010 | 0 | 1001100 | 100100010 | 101 | 10111 |
Color Harmonies of #3C373D
Complementary color
Monochromatic Colors of #3C373D
Black with #3C373D
Text Example
Text Example
White with #3C373D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C373D; }
p { color: rgb(60,55,61); }
H1.HeaderClassName
{
color: #3C373D;
}
.AnyTagClassName
{
color: #3C373D;
}
</style>
background-color css
<style>
a { background-color: #3C373D; }
a { background-color: rgb(60,55,61); }
div.DivClassName
{
background-color: #3C373D;
}
.BgClassName
{
background-color: #3C373D;
}
</style>
border-color css
<style>
span { border-color: #3C373D; }
span { border-color: rgb(60,55,61); }
td.TdClassName
{
border-color: #3C373D;
}
.TagClassName
{
border-color: #3C373D;
}
</style>