Shades of Fuscous Grey #3A373B
Tints of Fuscous Grey #3A373B
RGB
CMYK
RGB Variations
Color information
#3A373B (or 0x3A373B) is known color: Fuscous Grey. HEX triplet: 3A, 37 and 3B. RGB value is (58,55,59). Sum of RGB (Red+Green+Blue) = 58+55+59=172 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.72% from 172); Green value is 55 (21.88% from 255 or 31.98% from 172); Blue value is 59 (23.44% from 255 or 34.30% from 172); Max value from RGB is 59 - color contains mainly: blue. Hex color #3A373B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A373B is #C5C8C4. Grayscale: #383838. Windows color (decimal): -12961989 or 3880762. OLE color: 3880762.
HSL color Cylindrical-coordinate representation of color #3A373B: hue angle of 285º degrees, saturation: 0.04, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #3A373B is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
RGB | 58 | 55 | 59 | - |
CMYK | 0.02 | 0.07 | 0 | 0.77 |
HSL | 285º | 0.04% | 0.22% | - |
HSV(B) | 285º | 0.07% | 0.23% | - |
XYZ | 3.9 | 3.95 | 4.69 | - |
YUV | 56.35 | 129.49 | 129.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 58 | 55 | 59 | 0.02 | 0.07 | 0 | 0.77 | 285 | 0.04 | 0.22 |
Hex | 3A | 37 | 3B | 2 | 7 | 0 | 4D | 11D | 4 | 16 |
Octal | 72 | 67 | 73 | 2 | 7 | 0 | 115 | 435 | 4 | 26 |
Binary | 111010 | 110111 | 111011 | 10 | 111 | 0 | 1001101 | 100011101 | 100 | 10110 |
Color Harmonies of #3A373B
Complementary color
Monochromatic Colors of #3A373B
Black with #3A373B
Text Example
Text Example
White with #3A373B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A373B; }
p { color: rgb(58,55,59); }
H1.HeaderClassName
{
color: #3A373B;
}
.AnyTagClassName
{
color: #3A373B;
}
</style>
background-color css
<style>
a { background-color: #3A373B; }
a { background-color: rgb(58,55,59); }
div.DivClassName
{
background-color: #3A373B;
}
.BgClassName
{
background-color: #3A373B;
}
</style>
border-color css
<style>
span { border-color: #3A373B; }
span { border-color: rgb(58,55,59); }
td.TdClassName
{
border-color: #3A373B;
}
.TagClassName
{
border-color: #3A373B;
}
</style>