Shades of Fuscous Grey #3B363C
Tints of Fuscous Grey #3B363C
RGB
CMYK
RGB Variations
Color information
#3B363C (or 0x3B363C) is known color: Fuscous Grey. HEX triplet: 3B, 36 and 3C. RGB value is (59,54,60). Sum of RGB (Red+Green+Blue) = 59+54+60=173 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.10% from 173); Green value is 54 (21.48% from 255 or 31.21% from 173); Blue value is 60 (23.83% from 255 or 34.68% from 173); Max value from RGB is 60 - color contains mainly: blue. Hex color #3B363C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B363C is #C4C9C3. Grayscale: #383838. Windows color (decimal): -12896708 or 3946043. OLE color: 3946043.
HSL color Cylindrical-coordinate representation of color #3B363C: hue angle of 290º degrees, saturation: 0.05, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #3B363C is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 59 | 54 | 60 | - |
| CMYK | 0.02 | 0.10 | 0 | 0.76 |
| HSL | 290º | 0.05% | 0.22% | - |
| HSV(B) | 290º | 0.1% | 0.24% | - |
| XYZ | 3.94 | 3.89 | 4.82 | - |
| YUV | 56.18 | 130.16 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 54 | 60 | 0.02 | 0.10 | 0 | 0.76 | 290 | 0.05 | 0.22 |
| Hex | 3B | 36 | 3C | 2 | A | 0 | 4C | 122 | 5 | 16 |
| Octal | 73 | 66 | 74 | 2 | 12 | 0 | 114 | 442 | 5 | 26 |
| Binary | 111011 | 110110 | 111100 | 10 | 1010 | 0 | 1001100 | 100100010 | 101 | 10110 |
Color Harmonies of #3B363C
Complementary color
Monochromatic Colors of #3B363C
Black with #3B363C
Text Example
Text Example
White with #3B363C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B363C; }
p { color: rgb(59,54,60); }
H1.HeaderClassName
{
color: #3B363C;
}
.AnyTagClassName
{
color: #3B363C;
}
</style>
background-color css
<style>
a { background-color: #3B363C; }
a { background-color: rgb(59,54,60); }
div.DivClassName
{
background-color: #3B363C;
}
.BgClassName
{
background-color: #3B363C;
}
</style>
border-color css
<style>
span { border-color: #3B363C; }
span { border-color: rgb(59,54,60); }
td.TdClassName
{
border-color: #3B363C;
}
.TagClassName
{
border-color: #3B363C;
}
</style>