Shades of Fuscous Grey #3C323E
Tints of Fuscous Grey #3C323E
RGB
CMYK
RGB Variations
Color information
#3C323E (or 0x3C323E) is known color: Fuscous Grey. HEX triplet: 3C, 32 and 3E. RGB value is (60,50,62). Sum of RGB (Red+Green+Blue) = 60+50+62=172 (22% of max value = 765). Red value is 60 (23.83% from 255 or 34.88% from 172); Green value is 50 (19.92% from 255 or 29.07% from 172); Blue value is 62 (24.61% from 255 or 36.05% from 172); Max value from RGB is 62 - color contains mainly: blue. Hex color #3C323E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C323E is #C3CDC1. Grayscale: #363636. Windows color (decimal): -12832194 or 4076092. OLE color: 4076092.
HSL color Cylindrical-coordinate representation of color #3C323E: hue angle of 290º degrees, saturation: 0.11, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #3C323E is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 50 | 62 | - |
| CMYK | 0.03 | 0.19 | 0 | 0.76 |
| HSL | 290º | 0.11% | 0.22% | - |
| HSV(B) | 290º | 0.19% | 0.24% | - |
| XYZ | 3.87 | 3.59 | 5.05 | - |
| YUV | 54.36 | 132.31 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 50 | 62 | 0.03 | 0.19 | 0 | 0.76 | 290 | 0.11 | 0.22 |
| Hex | 3C | 32 | 3E | 3 | 13 | 0 | 4C | 122 | B | 16 |
| Octal | 74 | 62 | 76 | 3 | 23 | 0 | 114 | 442 | 13 | 26 |
| Binary | 111100 | 110010 | 111110 | 11 | 10011 | 0 | 1001100 | 100100010 | 1011 | 10110 |
Color Harmonies of #3C323E
Complementary color
Monochromatic Colors of #3C323E
Black with #3C323E
Text Example
Text Example
White with #3C323E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C323E; }
p { color: rgb(60,50,62); }
H1.HeaderClassName
{
color: #3C323E;
}
.AnyTagClassName
{
color: #3C323E;
}
</style>
background-color css
<style>
a { background-color: #3C323E; }
a { background-color: rgb(60,50,62); }
div.DivClassName
{
background-color: #3C323E;
}
.BgClassName
{
background-color: #3C323E;
}
</style>
border-color css
<style>
span { border-color: #3C323E; }
span { border-color: rgb(60,50,62); }
td.TdClassName
{
border-color: #3C323E;
}
.TagClassName
{
border-color: #3C323E;
}
</style>