Shades of Fuscous Grey #3D3240
Tints of Fuscous Grey #3D3240
RGB
CMYK
RGB Variations
Color information
#3D3240 (or 0x3D3240) is known color: Fuscous Grey. HEX triplet: 3D, 32 and 40. RGB value is (61,50,64). Sum of RGB (Red+Green+Blue) = 61+50+64=175 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.86% from 175); Green value is 50 (19.92% from 255 or 28.57% from 175); Blue value is 64 (25.39% from 255 or 36.57% from 175); Max value from RGB is 64 - color contains mainly: blue. Hex color #3D3240 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3240 is #C2CDBF. Grayscale: #363636. Windows color (decimal): -12766656 or 4207165. OLE color: 4207165.
HSL color Cylindrical-coordinate representation of color #3D3240: hue angle of 287.14º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #3D3240 is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 61 | 50 | 64 | - |
| CMYK | 0.05 | 0.22 | 0 | 0.75 |
| HSL | 287.14º | 0.12% | 0.22% | - |
| HSV(B) | 287.14º | 0.22% | 0.25% | - |
| XYZ | 3.99 | 3.64 | 5.34 | - |
| YUV | 54.89 | 133.14 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 50 | 64 | 0.05 | 0.22 | 0 | 0.75 | 287.14 | 0.12 | 0.22 |
| Hex | 3D | 32 | 40 | 5 | 16 | 0 | 4B | 11F | C | 16 |
| Octal | 75 | 62 | 100 | 5 | 26 | 0 | 113 | 437 | 14 | 26 |
| Binary | 111101 | 110010 | 1000000 | 101 | 10110 | 0 | 1001011 | 100011111 | 1100 | 10110 |
Color Harmonies of #3D3240
Complementary color
Monochromatic Colors of #3D3240
Black with #3D3240
Text Example
Text Example
White with #3D3240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3240; }
p { color: rgb(61,50,64); }
H1.HeaderClassName
{
color: #3D3240;
}
.AnyTagClassName
{
color: #3D3240;
}
</style>
background-color css
<style>
a { background-color: #3D3240; }
a { background-color: rgb(61,50,64); }
div.DivClassName
{
background-color: #3D3240;
}
.BgClassName
{
background-color: #3D3240;
}
</style>
border-color css
<style>
span { border-color: #3D3240; }
span { border-color: rgb(61,50,64); }
td.TdClassName
{
border-color: #3D3240;
}
.TagClassName
{
border-color: #3D3240;
}
</style>