Shades of Fuscous Grey #3E3340
Tints of Fuscous Grey #3E3340
RGB
CMYK
RGB Variations
Color information
#3E3340 (or 0x3E3340) is known color: Fuscous Grey. HEX triplet: 3E, 33 and 40. RGB value is (62,51,64). Sum of RGB (Red+Green+Blue) = 62+51+64=177 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.03% from 177); Green value is 51 (20.31% from 255 or 28.81% from 177); Blue value is 64 (25.39% from 255 or 36.16% from 177); Max value from RGB is 64 - color contains mainly: blue. Hex color #3E3340 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3340 is #C1CCBF. Grayscale: #373737. Windows color (decimal): -12700864 or 4207422. OLE color: 4207422.
HSL color Cylindrical-coordinate representation of color #3E3340: hue angle of 290.77º degrees, saturation: 0.11, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #3E3340 is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 62 | 51 | 64 | - |
| CMYK | 0.03 | 0.20 | 0 | 0.75 |
| HSL | 290.77º | 0.11% | 0.23% | - |
| HSV(B) | 290.77º | 0.2% | 0.25% | - |
| XYZ | 4.1 | 3.76 | 5.36 | - |
| YUV | 55.77 | 132.64 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 51 | 64 | 0.03 | 0.20 | 0 | 0.75 | 290.77 | 0.11 | 0.23 |
| Hex | 3E | 33 | 40 | 3 | 14 | 0 | 4B | 123 | B | 17 |
| Octal | 76 | 63 | 100 | 3 | 24 | 0 | 113 | 443 | 13 | 27 |
| Binary | 111110 | 110011 | 1000000 | 11 | 10100 | 0 | 1001011 | 100100011 | 1011 | 10111 |
Color Harmonies of #3E3340
Complementary color
Monochromatic Colors of #3E3340
Black with #3E3340
Text Example
Text Example
White with #3E3340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3340; }
p { color: rgb(62,51,64); }
H1.HeaderClassName
{
color: #3E3340;
}
.AnyTagClassName
{
color: #3E3340;
}
</style>
background-color css
<style>
a { background-color: #3E3340; }
a { background-color: rgb(62,51,64); }
div.DivClassName
{
background-color: #3E3340;
}
.BgClassName
{
background-color: #3E3340;
}
</style>
border-color css
<style>
span { border-color: #3E3340; }
span { border-color: rgb(62,51,64); }
td.TdClassName
{
border-color: #3E3340;
}
.TagClassName
{
border-color: #3E3340;
}
</style>