Shades of Fuscous Grey #3C333C
Tints of Fuscous Grey #3C333C
RGB
CMYK
RGB Variations
Color information
#3C333C (or 0x3C333C) is known color: Fuscous Grey. HEX triplet: 3C, 33 and 3C. RGB value is (60,51,60). Sum of RGB (Red+Green+Blue) = 60+51+60=171 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.09% from 171); Green value is 51 (20.31% from 255 or 29.82% from 171); Blue value is 60 (23.83% from 255 or 35.09% from 171); Max value from RGB is 60 - color contains mainly: red, blue. Hex color #3C333C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C333C is #C3CCC3. Grayscale: #363636. Windows color (decimal): -12831940 or 3945276. OLE color: 3945276.
HSL color Cylindrical-coordinate representation of color #3C333C: hue angle of 300º degrees, saturation: 0.08, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #3C333C is Cyan = 0, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 51 | 60 | - |
| CMYK | 0 | 0.15 | 0 | 0.76 |
| HSL | 300º | 0.08% | 0.22% | - |
| HSV(B) | 300º | 0.15% | 0.24% | - |
| XYZ | 3.86 | 3.65 | 4.78 | - |
| YUV | 54.72 | 130.98 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 51 | 60 | 0 | 0.15 | 0 | 0.76 | 300 | 0.08 | 0.22 |
| Hex | 3C | 33 | 3C | 0 | F | 0 | 4C | 12C | 8 | 16 |
| Octal | 74 | 63 | 74 | 0 | 17 | 0 | 114 | 454 | 10 | 26 |
| Binary | 111100 | 110011 | 111100 | 0 | 1111 | 0 | 1001100 | 100101100 | 1000 | 10110 |
Color Harmonies of #3C333C
Complementary color
Monochromatic Colors of #3C333C
Black with #3C333C
Text Example
Text Example
White with #3C333C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C333C; }
p { color: rgb(60,51,60); }
H1.HeaderClassName
{
color: #3C333C;
}
.AnyTagClassName
{
color: #3C333C;
}
</style>
background-color css
<style>
a { background-color: #3C333C; }
a { background-color: rgb(60,51,60); }
div.DivClassName
{
background-color: #3C333C;
}
.BgClassName
{
background-color: #3C333C;
}
</style>
border-color css
<style>
span { border-color: #3C333C; }
span { border-color: rgb(60,51,60); }
td.TdClassName
{
border-color: #3C333C;
}
.TagClassName
{
border-color: #3C333C;
}
</style>