Shades of Fuscous Grey #3C333D
Tints of Fuscous Grey #3C333D
RGB
CMYK
RGB Variations
Color information
#3C333D (or 0x3C333D) is known color: Fuscous Grey. HEX triplet: 3C, 33 and 3D. RGB value is (60,51,61). Sum of RGB (Red+Green+Blue) = 60+51+61=172 (22% of max value = 765). Red value is 60 (23.83% from 255 or 34.88% from 172); Green value is 51 (20.31% from 255 or 29.65% from 172); Blue value is 61 (24.22% from 255 or 35.47% from 172); Max value from RGB is 61 - color contains mainly: blue. Hex color #3C333D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C333D is #C3CCC2. Grayscale: #363636. Windows color (decimal): -12831939 or 4010812. OLE color: 4010812.
HSL color Cylindrical-coordinate representation of color #3C333D: hue angle of 294º degrees, saturation: 0.09, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #3C333D is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 51 | 61 | - |
| CMYK | 0.02 | 0.16 | 0 | 0.76 |
| HSL | 294º | 0.09% | 0.22% | - |
| HSV(B) | 294º | 0.16% | 0.24% | - |
| XYZ | 3.89 | 3.67 | 4.92 | - |
| YUV | 54.83 | 131.48 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 51 | 61 | 0.02 | 0.16 | 0 | 0.76 | 294 | 0.09 | 0.22 |
| Hex | 3C | 33 | 3D | 2 | 10 | 0 | 4C | 126 | 9 | 16 |
| Octal | 74 | 63 | 75 | 2 | 20 | 0 | 114 | 446 | 11 | 26 |
| Binary | 111100 | 110011 | 111101 | 10 | 10000 | 0 | 1001100 | 100100110 | 1001 | 10110 |
Color Harmonies of #3C333D
Complementary color
Monochromatic Colors of #3C333D
Black with #3C333D
Text Example
Text Example
White with #3C333D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C333D; }
p { color: rgb(60,51,61); }
H1.HeaderClassName
{
color: #3C333D;
}
.AnyTagClassName
{
color: #3C333D;
}
</style>
background-color css
<style>
a { background-color: #3C333D; }
a { background-color: rgb(60,51,61); }
div.DivClassName
{
background-color: #3C333D;
}
.BgClassName
{
background-color: #3C333D;
}
</style>
border-color css
<style>
span { border-color: #3C333D; }
span { border-color: rgb(60,51,61); }
td.TdClassName
{
border-color: #3C333D;
}
.TagClassName
{
border-color: #3C333D;
}
</style>