Shades of Fuscous Grey #3B353B
Tints of Fuscous Grey #3B353B
RGB
CMYK
RGB Variations
Color information
#3B353B (or 0x3B353B) is known color: Fuscous Grey. HEX triplet: 3B, 35 and 3B. RGB value is (59,53,59). Sum of RGB (Red+Green+Blue) = 59+53+59=171 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.50% from 171); Green value is 53 (21.09% from 255 or 30.99% from 171); Blue value is 59 (23.44% from 255 or 34.50% from 171); Max value from RGB is 59 - color contains mainly: red, blue. Hex color #3B353B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B353B is #C4CAC4. Grayscale: #373737. Windows color (decimal): -12896965 or 3880251. OLE color: 3880251.
HSL color Cylindrical-coordinate representation of color #3B353B: hue angle of 300º degrees, saturation: 0.05, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #3B353B is Cyan = 0, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 53 | 59 | - |
| CMYK | 0 | 0.10 | 0 | 0.77 |
| HSL | 300º | 0.05% | 0.22% | - |
| HSV(B) | 300º | 0.1% | 0.23% | - |
| XYZ | 3.87 | 3.79 | 4.67 | - |
| YUV | 55.48 | 129.99 | 130.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 53 | 59 | 0 | 0.10 | 0 | 0.77 | 300 | 0.05 | 0.22 |
| Hex | 3B | 35 | 3B | 0 | A | 0 | 4D | 12C | 5 | 16 |
| Octal | 73 | 65 | 73 | 0 | 12 | 0 | 115 | 454 | 5 | 26 |
| Binary | 111011 | 110101 | 111011 | 0 | 1010 | 0 | 1001101 | 100101100 | 101 | 10110 |
Color Harmonies of #3B353B
Complementary color
Monochromatic Colors of #3B353B
Black with #3B353B
Text Example
Text Example
White with #3B353B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B353B; }
p { color: rgb(59,53,59); }
H1.HeaderClassName
{
color: #3B353B;
}
.AnyTagClassName
{
color: #3B353B;
}
</style>
background-color css
<style>
a { background-color: #3B353B; }
a { background-color: rgb(59,53,59); }
div.DivClassName
{
background-color: #3B353B;
}
.BgClassName
{
background-color: #3B353B;
}
</style>
border-color css
<style>
span { border-color: #3B353B; }
span { border-color: rgb(59,53,59); }
td.TdClassName
{
border-color: #3B353B;
}
.TagClassName
{
border-color: #3B353B;
}
</style>