Shades of Fuscous Grey #403840
Tints of Fuscous Grey #403840
RGB
CMYK
RGB Variations
Color information
#403840 (or 0x403840) is known color: Fuscous Grey. HEX triplet: 40, 38 and 40. RGB value is (64,56,64). Sum of RGB (Red+Green+Blue) = 64+56+64=184 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.78% from 184); Green value is 56 (22.27% from 255 or 30.43% from 184); Blue value is 64 (25.39% from 255 or 34.78% from 184); Max value from RGB is 64 - color contains mainly: red, blue. Hex color #403840 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403840 is #BFC7BF. Grayscale: #3B3B3B. Windows color (decimal): -12568512 or 4208704. OLE color: 4208704.
HSL color Cylindrical-coordinate representation of color #403840: hue angle of 300º degrees, saturation: 0.07, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #403840 is Cyan = 0, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 56 | 64 | - |
| CMYK | 0 | 0.13 | 0 | 0.75 |
| HSL | 300º | 0.07% | 0.24% | - |
| HSV(B) | 300º | 0.13% | 0.25% | - |
| XYZ | 4.45 | 4.29 | 5.44 | - |
| YUV | 59.3 | 130.65 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 56 | 64 | 0 | 0.13 | 0 | 0.75 | 300 | 0.07 | 0.24 |
| Hex | 40 | 38 | 40 | 0 | D | 0 | 4B | 12C | 7 | 18 |
| Octal | 100 | 70 | 100 | 0 | 15 | 0 | 113 | 454 | 7 | 30 |
| Binary | 1000000 | 111000 | 1000000 | 0 | 1101 | 0 | 1001011 | 100101100 | 111 | 11000 |
Color Harmonies of #403840
Complementary color
Monochromatic Colors of #403840
Black with #403840
Text Example
Text Example
White with #403840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403840; }
p { color: rgb(64,56,64); }
H1.HeaderClassName
{
color: #403840;
}
.AnyTagClassName
{
color: #403840;
}
</style>
background-color css
<style>
a { background-color: #403840; }
a { background-color: rgb(64,56,64); }
div.DivClassName
{
background-color: #403840;
}
.BgClassName
{
background-color: #403840;
}
</style>
border-color css
<style>
span { border-color: #403840; }
span { border-color: rgb(64,56,64); }
td.TdClassName
{
border-color: #403840;
}
.TagClassName
{
border-color: #403840;
}
</style>