Shades of Fuscous Grey #3E3640
Tints of Fuscous Grey #3E3640
RGB
CMYK
RGB Variations
Color information
#3E3640 (or 0x3E3640) is known color: Fuscous Grey. HEX triplet: 3E, 36 and 40. RGB value is (62,54,64). Sum of RGB (Red+Green+Blue) = 62+54+64=180 (23% of max value = 765). Red value is 62 (24.61% from 255 or 34.44% from 180); Green value is 54 (21.48% from 255 or 30% from 180); Blue value is 64 (25.39% from 255 or 35.56% from 180); Max value from RGB is 64 - color contains mainly: blue. Hex color #3E3640 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3640 is #C1C9BF. Grayscale: #393939. Windows color (decimal): -12700096 or 4208190. OLE color: 4208190.
HSL color Cylindrical-coordinate representation of color #3E3640: hue angle of 288º degrees, saturation: 0.08, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #3E3640 is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 62 | 54 | 64 | - |
| CMYK | 0.03 | 0.16 | 0 | 0.75 |
| HSL | 288º | 0.08% | 0.23% | - |
| HSV(B) | 288º | 0.16% | 0.25% | - |
| XYZ | 4.23 | 4.03 | 5.41 | - |
| YUV | 57.53 | 131.65 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 54 | 64 | 0.03 | 0.16 | 0 | 0.75 | 288 | 0.08 | 0.23 |
| Hex | 3E | 36 | 40 | 3 | 10 | 0 | 4B | 120 | 8 | 17 |
| Octal | 76 | 66 | 100 | 3 | 20 | 0 | 113 | 440 | 10 | 27 |
| Binary | 111110 | 110110 | 1000000 | 11 | 10000 | 0 | 1001011 | 100100000 | 1000 | 10111 |
Color Harmonies of #3E3640
Complementary color
Monochromatic Colors of #3E3640
Black with #3E3640
Text Example
Text Example
White with #3E3640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3640; }
p { color: rgb(62,54,64); }
H1.HeaderClassName
{
color: #3E3640;
}
.AnyTagClassName
{
color: #3E3640;
}
</style>
background-color css
<style>
a { background-color: #3E3640; }
a { background-color: rgb(62,54,64); }
div.DivClassName
{
background-color: #3E3640;
}
.BgClassName
{
background-color: #3E3640;
}
</style>
border-color css
<style>
span { border-color: #3E3640; }
span { border-color: rgb(62,54,64); }
td.TdClassName
{
border-color: #3E3640;
}
.TagClassName
{
border-color: #3E3640;
}
</style>