Shades of Fuscous Grey #3E333F
Tints of Fuscous Grey #3E333F
RGB
CMYK
RGB Variations
Color information
#3E333F (or 0x3E333F) is known color: Fuscous Grey. HEX triplet: 3E, 33 and 3F. RGB value is (62,51,63). Sum of RGB (Red+Green+Blue) = 62+51+63=176 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.23% from 176); Green value is 51 (20.31% from 255 or 28.98% from 176); Blue value is 63 (25% from 255 or 35.80% from 176); Max value from RGB is 63 - color contains mainly: blue. Hex color #3E333F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E333F is #C1CCC0. Grayscale: #373737. Windows color (decimal): -12700865 or 4141886. OLE color: 4141886.
HSL color Cylindrical-coordinate representation of color #3E333F: hue angle of 295º degrees, saturation: 0.11, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #3E333F is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 62 | 51 | 63 | - |
| CMYK | 0.02 | 0.19 | 0 | 0.75 |
| HSL | 295º | 0.11% | 0.22% | - |
| HSV(B) | 295º | 0.19% | 0.25% | - |
| XYZ | 4.07 | 3.75 | 5.21 | - |
| YUV | 55.66 | 132.14 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 51 | 63 | 0.02 | 0.19 | 0 | 0.75 | 295 | 0.11 | 0.22 |
| Hex | 3E | 33 | 3F | 2 | 13 | 0 | 4B | 127 | B | 16 |
| Octal | 76 | 63 | 77 | 2 | 23 | 0 | 113 | 447 | 13 | 26 |
| Binary | 111110 | 110011 | 111111 | 10 | 10011 | 0 | 1001011 | 100100111 | 1011 | 10110 |
Color Harmonies of #3E333F
Complementary color
Monochromatic Colors of #3E333F
Black with #3E333F
Text Example
Text Example
White with #3E333F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E333F; }
p { color: rgb(62,51,63); }
H1.HeaderClassName
{
color: #3E333F;
}
.AnyTagClassName
{
color: #3E333F;
}
</style>
background-color css
<style>
a { background-color: #3E333F; }
a { background-color: rgb(62,51,63); }
div.DivClassName
{
background-color: #3E333F;
}
.BgClassName
{
background-color: #3E333F;
}
</style>
border-color css
<style>
span { border-color: #3E333F; }
span { border-color: rgb(62,51,63); }
td.TdClassName
{
border-color: #3E333F;
}
.TagClassName
{
border-color: #3E333F;
}
</style>