Shades of Fuscous Grey #3B363B
Tints of Fuscous Grey #3B363B
RGB
CMYK
RGB Variations
Color information
#3B363B (or 0x3B363B) is known color: Fuscous Grey. HEX triplet: 3B, 36 and 3B. RGB value is (59,54,59). Sum of RGB (Red+Green+Blue) = 59+54+59=172 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.30% from 172); Green value is 54 (21.48% from 255 or 31.40% from 172); Blue value is 59 (23.44% from 255 or 34.30% from 172); Max value from RGB is 59 - color contains mainly: red, blue. Hex color #3B363B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B363B is #C4C9C4. Grayscale: #383838. Windows color (decimal): -12896709 or 3880507. OLE color: 3880507.
HSL color Cylindrical-coordinate representation of color #3B363B: hue angle of 300º degrees, saturation: 0.04, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #3B363B is Cyan = 0, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 54 | 59 | - |
| CMYK | 0 | 0.08 | 0 | 0.77 |
| HSL | 300º | 0.04% | 0.22% | - |
| HSV(B) | 300º | 0.08% | 0.23% | - |
| XYZ | 3.91 | 3.88 | 4.68 | - |
| YUV | 56.07 | 129.66 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 54 | 59 | 0 | 0.08 | 0 | 0.77 | 300 | 0.04 | 0.22 |
| Hex | 3B | 36 | 3B | 0 | 8 | 0 | 4D | 12C | 4 | 16 |
| Octal | 73 | 66 | 73 | 0 | 10 | 0 | 115 | 454 | 4 | 26 |
| Binary | 111011 | 110110 | 111011 | 0 | 1000 | 0 | 1001101 | 100101100 | 100 | 10110 |
Color Harmonies of #3B363B
Complementary color
Monochromatic Colors of #3B363B
Black with #3B363B
Text Example
Text Example
White with #3B363B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B363B; }
p { color: rgb(59,54,59); }
H1.HeaderClassName
{
color: #3B363B;
}
.AnyTagClassName
{
color: #3B363B;
}
</style>
background-color css
<style>
a { background-color: #3B363B; }
a { background-color: rgb(59,54,59); }
div.DivClassName
{
background-color: #3B363B;
}
.BgClassName
{
background-color: #3B363B;
}
</style>
border-color css
<style>
span { border-color: #3B363B; }
span { border-color: rgb(59,54,59); }
td.TdClassName
{
border-color: #3B363B;
}
.TagClassName
{
border-color: #3B363B;
}
</style>