Shades of Fuscous Grey #3B353D
Tints of Fuscous Grey #3B353D
RGB
CMYK
RGB Variations
Color information
#3B353D (or 0x3B353D) is known color: Fuscous Grey. HEX triplet: 3B, 35 and 3D. RGB value is (59,53,61). Sum of RGB (Red+Green+Blue) = 59+53+61=173 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.10% from 173); Green value is 53 (21.09% from 255 or 30.64% from 173); Blue value is 61 (24.22% from 255 or 35.26% from 173); Max value from RGB is 61 - color contains mainly: blue. Hex color #3B353D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B353D is #C4CAC2. Grayscale: #373737. Windows color (decimal): -12896963 or 4011323. OLE color: 4011323.
HSL color Cylindrical-coordinate representation of color #3B353D: hue angle of 285º 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 #3B353D is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 59 | 53 | 61 | - |
| CMYK | 0.03 | 0.13 | 0 | 0.76 |
| HSL | 285º | 0.07% | 0.22% | - |
| HSV(B) | 285º | 0.13% | 0.24% | - |
| XYZ | 3.92 | 3.81 | 4.94 | - |
| YUV | 55.71 | 130.99 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 53 | 61 | 0.03 | 0.13 | 0 | 0.76 | 285 | 0.07 | 0.22 |
| Hex | 3B | 35 | 3D | 3 | D | 0 | 4C | 11D | 7 | 16 |
| Octal | 73 | 65 | 75 | 3 | 15 | 0 | 114 | 435 | 7 | 26 |
| Binary | 111011 | 110101 | 111101 | 11 | 1101 | 0 | 1001100 | 100011101 | 111 | 10110 |
Color Harmonies of #3B353D
Complementary color
Monochromatic Colors of #3B353D
Black with #3B353D
Text Example
Text Example
White with #3B353D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B353D; }
p { color: rgb(59,53,61); }
H1.HeaderClassName
{
color: #3B353D;
}
.AnyTagClassName
{
color: #3B353D;
}
</style>
background-color css
<style>
a { background-color: #3B353D; }
a { background-color: rgb(59,53,61); }
div.DivClassName
{
background-color: #3B353D;
}
.BgClassName
{
background-color: #3B353D;
}
</style>
border-color css
<style>
span { border-color: #3B353D; }
span { border-color: rgb(59,53,61); }
td.TdClassName
{
border-color: #3B353D;
}
.TagClassName
{
border-color: #3B353D;
}
</style>