Shades of Fuscous Grey #3D343F
Tints of Fuscous Grey #3D343F
RGB
CMYK
RGB Variations
Color information
#3D343F (or 0x3D343F) is known color: Fuscous Grey. HEX triplet: 3D, 34 and 3F. RGB value is (61,52,63). Sum of RGB (Red+Green+Blue) = 61+52+63=176 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.66% from 176); Green value is 52 (20.70% from 255 or 29.55% 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 #3D343F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D343F is #C2CBC0. Grayscale: #373737. Windows color (decimal): -12766145 or 4142141. OLE color: 4142141.
HSL color Cylindrical-coordinate representation of color #3D343F: hue angle of 289.09º degrees, saturation: 0.1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #3D343F is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 61 | 52 | 63 | - |
| CMYK | 0.03 | 0.17 | 0 | 0.75 |
| HSL | 289.09º | 0.1% | 0.23% | - |
| HSV(B) | 289.09º | 0.17% | 0.25% | - |
| XYZ | 4.05 | 3.81 | 5.22 | - |
| YUV | 55.95 | 131.98 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 52 | 63 | 0.03 | 0.17 | 0 | 0.75 | 289.09 | 0.1 | 0.23 |
| Hex | 3D | 34 | 3F | 3 | 11 | 0 | 4B | 121 | A | 17 |
| Octal | 75 | 64 | 77 | 3 | 21 | 0 | 113 | 441 | 12 | 27 |
| Binary | 111101 | 110100 | 111111 | 11 | 10001 | 0 | 1001011 | 100100001 | 1010 | 10111 |
Color Harmonies of #3D343F
Complementary color
Monochromatic Colors of #3D343F
Black with #3D343F
Text Example
Text Example
White with #3D343F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D343F; }
p { color: rgb(61,52,63); }
H1.HeaderClassName
{
color: #3D343F;
}
.AnyTagClassName
{
color: #3D343F;
}
</style>
background-color css
<style>
a { background-color: #3D343F; }
a { background-color: rgb(61,52,63); }
div.DivClassName
{
background-color: #3D343F;
}
.BgClassName
{
background-color: #3D343F;
}
</style>
border-color css
<style>
span { border-color: #3D343F; }
span { border-color: rgb(61,52,63); }
td.TdClassName
{
border-color: #3D343F;
}
.TagClassName
{
border-color: #3D343F;
}
</style>