Shades of Fuscous Grey #3C383C
Tints of Fuscous Grey #3C383C
RGB
CMYK
RGB Variations
Color information
#3C383C (or 0x3C383C) is known color: Fuscous Grey. HEX triplet: 3C, 38 and 3C. RGB value is (60,56,60). Sum of RGB (Red+Green+Blue) = 60+56+60=176 (23% of max value = 765). Red value is 60 (23.83% from 255 or 34.09% from 176); Green value is 56 (22.27% from 255 or 31.82% from 176); Blue value is 60 (23.83% from 255 or 34.09% from 176); Max value from RGB is 60 - color contains mainly: red, blue. Hex color #3C383C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C383C is #C3C7C3. Grayscale: #393939. Windows color (decimal): -12830660 or 3946556. OLE color: 3946556.
HSL color Cylindrical-coordinate representation of color #3C383C: 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 #3C383C is Cyan = 0, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 56 | 60 | - |
| CMYK | 0 | 0.07 | 0 | 0.76 |
| HSL | 300º | 0.03% | 0.23% | - |
| HSV(B) | 300º | 0.07% | 0.24% | - |
| XYZ | 4.09 | 4.12 | 4.85 | - |
| YUV | 57.65 | 129.33 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 56 | 60 | 0 | 0.07 | 0 | 0.76 | 300 | 0.03 | 0.23 |
| Hex | 3C | 38 | 3C | 0 | 7 | 0 | 4C | 12C | 3 | 17 |
| Octal | 74 | 70 | 74 | 0 | 7 | 0 | 114 | 454 | 3 | 27 |
| Binary | 111100 | 111000 | 111100 | 0 | 111 | 0 | 1001100 | 100101100 | 11 | 10111 |
Color Harmonies of #3C383C
Complementary color
Monochromatic Colors of #3C383C
Black with #3C383C
Text Example
Text Example
White with #3C383C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C383C; }
p { color: rgb(60,56,60); }
H1.HeaderClassName
{
color: #3C383C;
}
.AnyTagClassName
{
color: #3C383C;
}
</style>
background-color css
<style>
a { background-color: #3C383C; }
a { background-color: rgb(60,56,60); }
div.DivClassName
{
background-color: #3C383C;
}
.BgClassName
{
background-color: #3C383C;
}
</style>
border-color css
<style>
span { border-color: #3C383C; }
span { border-color: rgb(60,56,60); }
td.TdClassName
{
border-color: #3C383C;
}
.TagClassName
{
border-color: #3C383C;
}
</style>