Shades of Fuscous Grey #3A373A
Tints of Fuscous Grey #3A373A
RGB
CMYK
RGB Variations
Color information
#3A373A (or 0x3A373A) is known color: Fuscous Grey. HEX triplet: 3A, 37 and 3A. RGB value is (58,55,58). Sum of RGB (Red+Green+Blue) = 58+55+58=171 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.92% from 171); Green value is 55 (21.88% from 255 or 32.16% from 171); Blue value is 58 (23.05% from 255 or 33.92% from 171); Max value from RGB is 58 - color contains mainly: red, blue. Hex color #3A373A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A373A is #C5C8C5. Grayscale: #383838. Windows color (decimal): -12961990 or 3815226. OLE color: 3815226.
HSL color Cylindrical-coordinate representation of color #3A373A: hue angle of 300º degrees, saturation: 0.03, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #3A373A is Cyan = 0, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 55 | 58 | - |
| CMYK | 0 | 0.05 | 0 | 0.77 |
| HSL | 300º | 0.03% | 0.22% | - |
| HSV(B) | 300º | 0.05% | 0.23% | - |
| XYZ | 3.87 | 3.94 | 4.56 | - |
| YUV | 56.24 | 128.99 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 55 | 58 | 0 | 0.05 | 0 | 0.77 | 300 | 0.03 | 0.22 |
| Hex | 3A | 37 | 3A | 0 | 5 | 0 | 4D | 12C | 3 | 16 |
| Octal | 72 | 67 | 72 | 0 | 5 | 0 | 115 | 454 | 3 | 26 |
| Binary | 111010 | 110111 | 111010 | 0 | 101 | 0 | 1001101 | 100101100 | 11 | 10110 |
Color Harmonies of #3A373A
Complementary color
Monochromatic Colors of #3A373A
Black with #3A373A
Text Example
Text Example
White with #3A373A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A373A; }
p { color: rgb(58,55,58); }
H1.HeaderClassName
{
color: #3A373A;
}
.AnyTagClassName
{
color: #3A373A;
}
</style>
background-color css
<style>
a { background-color: #3A373A; }
a { background-color: rgb(58,55,58); }
div.DivClassName
{
background-color: #3A373A;
}
.BgClassName
{
background-color: #3A373A;
}
</style>
border-color css
<style>
span { border-color: #3A373A; }
span { border-color: rgb(58,55,58); }
td.TdClassName
{
border-color: #3A373A;
}
.TagClassName
{
border-color: #3A373A;
}
</style>