Shades of Fuscous Grey #3C353D
Tints of Fuscous Grey #3C353D
RGB
CMYK
RGB Variations
Color information
#3C353D (or 0x3C353D) is known color: Fuscous Grey. HEX triplet: 3C, 35 and 3D. RGB value is (60,53,61). Sum of RGB (Red+Green+Blue) = 60+53+61=174 (23% of max value = 765). Red value is 60 (23.83% from 255 or 34.48% from 174); Green value is 53 (21.09% from 255 or 30.46% from 174); Blue value is 61 (24.22% from 255 or 35.06% from 174); Max value from RGB is 61 - color contains mainly: blue. Hex color #3C353D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C353D is #C3CAC2. Grayscale: #373737. Windows color (decimal): -12831427 or 4011324. OLE color: 4011324.
HSL color Cylindrical-coordinate representation of color #3C353D: hue angle of 292.5º degrees, saturation: 0.07, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #3C353D is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
RGB | 60 | 53 | 61 | - |
CMYK | 0.02 | 0.13 | 0 | 0.76 |
HSL | 292.5º | 0.07% | 0.22% | - |
HSV(B) | 292.5º | 0.13% | 0.24% | - |
XYZ | 3.98 | 3.84 | 4.95 | - |
YUV | 56.01 | 130.82 | 130.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 60 | 53 | 61 | 0.02 | 0.13 | 0 | 0.76 | 292.5 | 0.07 | 0.22 |
Hex | 3C | 35 | 3D | 2 | D | 0 | 4C | 124 | 7 | 16 |
Octal | 74 | 65 | 75 | 2 | 15 | 0 | 114 | 444 | 7 | 26 |
Binary | 111100 | 110101 | 111101 | 10 | 1101 | 0 | 1001100 | 100100100 | 111 | 10110 |
Color Harmonies of #3C353D
Complementary color
Monochromatic Colors of #3C353D
Black with #3C353D
Text Example
Text Example
White with #3C353D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C353D; }
p { color: rgb(60,53,61); }
H1.HeaderClassName
{
color: #3C353D;
}
.AnyTagClassName
{
color: #3C353D;
}
</style>
background-color css
<style>
a { background-color: #3C353D; }
a { background-color: rgb(60,53,61); }
div.DivClassName
{
background-color: #3C353D;
}
.BgClassName
{
background-color: #3C353D;
}
</style>
border-color css
<style>
span { border-color: #3C353D; }
span { border-color: rgb(60,53,61); }
td.TdClassName
{
border-color: #3C353D;
}
.TagClassName
{
border-color: #3C353D;
}
</style>