Shades of Fuscous Grey #3D323D
Tints of Fuscous Grey #3D323D
RGB
CMYK
RGB Variations
Color information
#3D323D (or 0x3D323D) is known color: Fuscous Grey. HEX triplet: 3D, 32 and 3D. RGB value is (61,50,61). Sum of RGB (Red+Green+Blue) = 61+50+61=172 (22% of max value = 765). Red value is 61 (24.22% from 255 or 35.47% from 172); Green value is 50 (19.92% from 255 or 29.07% from 172); Blue value is 61 (24.22% from 255 or 35.47% from 172); Max value from RGB is 61 - color contains mainly: red, blue. Hex color #3D323D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D323D is #C2CDC2. Grayscale: #363636. Windows color (decimal): -12766659 or 4010557. OLE color: 4010557.
HSL color Cylindrical-coordinate representation of color #3D323D: hue angle of 300º degrees, saturation: 0.1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #3D323D is Cyan = 0, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 50 | 61 | - |
| CMYK | 0 | 0.18 | 0 | 0.76 |
| HSL | 300º | 0.1% | 0.22% | - |
| HSV(B) | 300º | 0.18% | 0.24% | - |
| XYZ | 3.91 | 3.61 | 4.91 | - |
| YUV | 54.54 | 131.64 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 50 | 61 | 0 | 0.18 | 0 | 0.76 | 300 | 0.1 | 0.22 |
| Hex | 3D | 32 | 3D | 0 | 12 | 0 | 4C | 12C | A | 16 |
| Octal | 75 | 62 | 75 | 0 | 22 | 0 | 114 | 454 | 12 | 26 |
| Binary | 111101 | 110010 | 111101 | 0 | 10010 | 0 | 1001100 | 100101100 | 1010 | 10110 |
Color Harmonies of #3D323D
Complementary color
Monochromatic Colors of #3D323D
Black with #3D323D
Text Example
Text Example
White with #3D323D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D323D; }
p { color: rgb(61,50,61); }
H1.HeaderClassName
{
color: #3D323D;
}
.AnyTagClassName
{
color: #3D323D;
}
</style>
background-color css
<style>
a { background-color: #3D323D; }
a { background-color: rgb(61,50,61); }
div.DivClassName
{
background-color: #3D323D;
}
.BgClassName
{
background-color: #3D323D;
}
</style>
border-color css
<style>
span { border-color: #3D323D; }
span { border-color: rgb(61,50,61); }
td.TdClassName
{
border-color: #3D323D;
}
.TagClassName
{
border-color: #3D323D;
}
</style>