Shades of Fuscous Grey #3C363D
Tints of Fuscous Grey #3C363D
RGB
CMYK
RGB Variations
Color information
#3C363D (or 0x3C363D) is known color: Fuscous Grey. HEX triplet: 3C, 36 and 3D. RGB value is (60,54,61). Sum of RGB (Red+Green+Blue) = 60+54+61=175 (23% of max value = 765). Red value is 60 (23.83% from 255 or 34.29% from 175); Green value is 54 (21.48% from 255 or 30.86% from 175); Blue value is 61 (24.22% from 255 or 34.86% from 175); Max value from RGB is 61 - color contains mainly: blue. Hex color #3C363D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C363D is #C3C9C2. Grayscale: #383838. Windows color (decimal): -12831171 or 4011580. OLE color: 4011580.
HSL color Cylindrical-coordinate representation of color #3C363D: hue angle of 291.43º degrees, saturation: 0.06, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #3C363D is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 54 | 61 | - |
| CMYK | 0.02 | 0.11 | 0 | 0.76 |
| HSL | 291.43º | 0.06% | 0.23% | - |
| HSV(B) | 291.43º | 0.11% | 0.24% | - |
| XYZ | 4.02 | 3.94 | 4.96 | - |
| YUV | 56.59 | 130.49 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 54 | 61 | 0.02 | 0.11 | 0 | 0.76 | 291.43 | 0.06 | 0.23 |
| Hex | 3C | 36 | 3D | 2 | B | 0 | 4C | 123 | 6 | 17 |
| Octal | 74 | 66 | 75 | 2 | 13 | 0 | 114 | 443 | 6 | 27 |
| Binary | 111100 | 110110 | 111101 | 10 | 1011 | 0 | 1001100 | 100100011 | 110 | 10111 |
Color Harmonies of #3C363D
Complementary color
Monochromatic Colors of #3C363D
Black with #3C363D
Text Example
Text Example
White with #3C363D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C363D; }
p { color: rgb(60,54,61); }
H1.HeaderClassName
{
color: #3C363D;
}
.AnyTagClassName
{
color: #3C363D;
}
</style>
background-color css
<style>
a { background-color: #3C363D; }
a { background-color: rgb(60,54,61); }
div.DivClassName
{
background-color: #3C363D;
}
.BgClassName
{
background-color: #3C363D;
}
</style>
border-color css
<style>
span { border-color: #3C363D; }
span { border-color: rgb(60,54,61); }
td.TdClassName
{
border-color: #3C363D;
}
.TagClassName
{
border-color: #3C363D;
}
</style>