Shades of Fuscous Grey #403042
Tints of Fuscous Grey #403042
RGB
CMYK
RGB Variations
Color information
#403042 (or 0x403042) is known color: Fuscous Grey. HEX triplet: 40, 30 and 42. RGB value is (64,48,66). Sum of RGB (Red+Green+Blue) = 64+48+66=178 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.96% from 178); Green value is 48 (19.14% from 255 or 26.97% from 178); Blue value is 66 (26.17% from 255 or 37.08% from 178); Max value from RGB is 66 - color contains mainly: blue. Hex color #403042 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403042 is #BFCFBD. Grayscale: #363636. Windows color (decimal): -12570558 or 4337728. OLE color: 4337728.
HSL color Cylindrical-coordinate representation of color #403042: hue angle of 293.33º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #403042 is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 64 | 48 | 66 | - |
| CMYK | 0.03 | 0.27 | 0 | 0.74 |
| HSL | 293.33º | 0.16% | 0.22% | - |
| HSV(B) | 293.33º | 0.27% | 0.26% | - |
| XYZ | 4.15 | 3.6 | 5.63 | - |
| YUV | 54.84 | 134.3 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 48 | 66 | 0.03 | 0.27 | 0 | 0.74 | 293.33 | 0.16 | 0.22 |
| Hex | 40 | 30 | 42 | 3 | 1B | 0 | 4A | 125 | 10 | 16 |
| Octal | 100 | 60 | 102 | 3 | 33 | 0 | 112 | 445 | 20 | 26 |
| Binary | 1000000 | 110000 | 1000010 | 11 | 11011 | 0 | 1001010 | 100100101 | 10000 | 10110 |
Color Harmonies of #403042
Complementary color
Monochromatic Colors of #403042
Black with #403042
Text Example
Text Example
White with #403042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403042; }
p { color: rgb(64,48,66); }
H1.HeaderClassName
{
color: #403042;
}
.AnyTagClassName
{
color: #403042;
}
</style>
background-color css
<style>
a { background-color: #403042; }
a { background-color: rgb(64,48,66); }
div.DivClassName
{
background-color: #403042;
}
.BgClassName
{
background-color: #403042;
}
</style>
border-color css
<style>
span { border-color: #403042; }
span { border-color: rgb(64,48,66); }
td.TdClassName
{
border-color: #403042;
}
.TagClassName
{
border-color: #403042;
}
</style>