Shades of Fuscous Grey #3B383C
Tints of Fuscous Grey #3B383C
RGB
CMYK
RGB Variations
Color information
#3B383C (or 0x3B383C) is known color: Fuscous Grey. HEX triplet: 3B, 38 and 3C. RGB value is (59,56,60). Sum of RGB (Red+Green+Blue) = 59+56+60=175 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.71% from 175); Green value is 56 (22.27% from 255 or 32% from 175); Blue value is 60 (23.83% from 255 or 34.29% from 175); Max value from RGB is 60 - color contains mainly: blue. Hex color #3B383C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B383C is #C4C7C3. Grayscale: #393939. Windows color (decimal): -12896196 or 3946555. OLE color: 3946555.
HSL color Cylindrical-coordinate representation of color #3B383C: hue angle of 285º degrees, saturation: 0.03, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #3B383C is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 59 | 56 | 60 | - |
| CMYK | 0.02 | 0.07 | 0 | 0.76 |
| HSL | 285º | 0.03% | 0.23% | - |
| HSV(B) | 285º | 0.07% | 0.24% | - |
| XYZ | 4.03 | 4.08 | 4.85 | - |
| YUV | 57.35 | 129.49 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 56 | 60 | 0.02 | 0.07 | 0 | 0.76 | 285 | 0.03 | 0.23 |
| Hex | 3B | 38 | 3C | 2 | 7 | 0 | 4C | 11D | 3 | 17 |
| Octal | 73 | 70 | 74 | 2 | 7 | 0 | 114 | 435 | 3 | 27 |
| Binary | 111011 | 111000 | 111100 | 10 | 111 | 0 | 1001100 | 100011101 | 11 | 10111 |
Color Harmonies of #3B383C
Complementary color
Monochromatic Colors of #3B383C
Black with #3B383C
Text Example
Text Example
White with #3B383C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B383C; }
p { color: rgb(59,56,60); }
H1.HeaderClassName
{
color: #3B383C;
}
.AnyTagClassName
{
color: #3B383C;
}
</style>
background-color css
<style>
a { background-color: #3B383C; }
a { background-color: rgb(59,56,60); }
div.DivClassName
{
background-color: #3B383C;
}
.BgClassName
{
background-color: #3B383C;
}
</style>
border-color css
<style>
span { border-color: #3B383C; }
span { border-color: rgb(59,56,60); }
td.TdClassName
{
border-color: #3B383C;
}
.TagClassName
{
border-color: #3B383C;
}
</style>