Shades of Fuscous Grey #3B353C
Tints of Fuscous Grey #3B353C
RGB
CMYK
RGB Variations
Color information
#3B353C (or 0x3B353C) is known color: Fuscous Grey. HEX triplet: 3B, 35 and 3C. RGB value is (59,53,60). Sum of RGB (Red+Green+Blue) = 59+53+60=172 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.30% from 172); Green value is 53 (21.09% from 255 or 30.81% from 172); Blue value is 60 (23.83% from 255 or 34.88% from 172); Max value from RGB is 60 - color contains mainly: blue. Hex color #3B353C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B353C is #C4CAC3. Grayscale: #373737. Windows color (decimal): -12896964 or 3945787. OLE color: 3945787.
HSL color Cylindrical-coordinate representation of color #3B353C: hue angle of 291.43º degrees, saturation: 0.06, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #3B353C is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
RGB | 59 | 53 | 60 | - |
CMYK | 0.02 | 0.12 | 0 | 0.76 |
HSL | 291.43º | 0.06% | 0.22% | - |
HSV(B) | 291.43º | 0.12% | 0.24% | - |
XYZ | 3.89 | 3.8 | 4.8 | - |
YUV | 55.59 | 130.49 | 130.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 59 | 53 | 60 | 0.02 | 0.12 | 0 | 0.76 | 291.43 | 0.06 | 0.22 |
Hex | 3B | 35 | 3C | 2 | C | 0 | 4C | 123 | 6 | 16 |
Octal | 73 | 65 | 74 | 2 | 14 | 0 | 114 | 443 | 6 | 26 |
Binary | 111011 | 110101 | 111100 | 10 | 1100 | 0 | 1001100 | 100100011 | 110 | 10110 |
Color Harmonies of #3B353C
Complementary color
Monochromatic Colors of #3B353C
Black with #3B353C
Text Example
Text Example
White with #3B353C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B353C; }
p { color: rgb(59,53,60); }
H1.HeaderClassName
{
color: #3B353C;
}
.AnyTagClassName
{
color: #3B353C;
}
</style>
background-color css
<style>
a { background-color: #3B353C; }
a { background-color: rgb(59,53,60); }
div.DivClassName
{
background-color: #3B353C;
}
.BgClassName
{
background-color: #3B353C;
}
</style>
border-color css
<style>
span { border-color: #3B353C; }
span { border-color: rgb(59,53,60); }
td.TdClassName
{
border-color: #3B353C;
}
.TagClassName
{
border-color: #3B353C;
}
</style>