Shades of Fuscous Grey #3C363E
Tints of Fuscous Grey #3C363E
RGB
CMYK
RGB Variations
Color information
#3C363E (or 0x3C363E) is known color: Fuscous Grey. HEX triplet: 3C, 36 and 3E. RGB value is (60,54,62). Sum of RGB (Red+Green+Blue) = 60+54+62=176 (23% of max value = 765). Red value is 60 (23.83% from 255 or 34.09% from 176); Green value is 54 (21.48% from 255 or 30.68% from 176); Blue value is 62 (24.61% from 255 or 35.23% from 176); Max value from RGB is 62 - color contains mainly: blue. Hex color #3C363E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C363E is #C3C9C1. Grayscale: #383838. Windows color (decimal): -12831170 or 4077116. OLE color: 4077116.
HSL color Cylindrical-coordinate representation of color #3C363E: hue angle of 285º degrees, saturation: 0.07, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #3C363E is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 54 | 62 | - |
| CMYK | 0.03 | 0.13 | 0 | 0.76 |
| HSL | 285º | 0.07% | 0.23% | - |
| HSV(B) | 285º | 0.13% | 0.24% | - |
| XYZ | 4.05 | 3.95 | 5.11 | - |
| YUV | 56.71 | 130.99 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 54 | 62 | 0.03 | 0.13 | 0 | 0.76 | 285 | 0.07 | 0.23 |
| Hex | 3C | 36 | 3E | 3 | D | 0 | 4C | 11D | 7 | 17 |
| Octal | 74 | 66 | 76 | 3 | 15 | 0 | 114 | 435 | 7 | 27 |
| Binary | 111100 | 110110 | 111110 | 11 | 1101 | 0 | 1001100 | 100011101 | 111 | 10111 |
Color Harmonies of #3C363E
Complementary color
Monochromatic Colors of #3C363E
Black with #3C363E
Text Example
Text Example
White with #3C363E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C363E; }
p { color: rgb(60,54,62); }
H1.HeaderClassName
{
color: #3C363E;
}
.AnyTagClassName
{
color: #3C363E;
}
</style>
background-color css
<style>
a { background-color: #3C363E; }
a { background-color: rgb(60,54,62); }
div.DivClassName
{
background-color: #3C363E;
}
.BgClassName
{
background-color: #3C363E;
}
</style>
border-color css
<style>
span { border-color: #3C363E; }
span { border-color: rgb(60,54,62); }
td.TdClassName
{
border-color: #3C363E;
}
.TagClassName
{
border-color: #3C363E;
}
</style>