Shades of Fuscous Grey #3D333E
Tints of Fuscous Grey #3D333E
RGB
CMYK
RGB Variations
Color information
#3D333E (or 0x3D333E) is known color: Fuscous Grey. HEX triplet: 3D, 33 and 3E. RGB value is (61,51,62). Sum of RGB (Red+Green+Blue) = 61+51+62=174 (23% of max value = 765). Red value is 61 (24.22% from 255 or 35.06% from 174); Green value is 51 (20.31% from 255 or 29.31% from 174); Blue value is 62 (24.61% from 255 or 35.63% from 174); Max value from RGB is 62 - color contains mainly: blue. Hex color #3D333E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D333E is #C2CCC1. Grayscale: #373737. Windows color (decimal): -12766402 or 4076349. OLE color: 4076349.
HSL color Cylindrical-coordinate representation of color #3D333E: hue angle of 294.55º 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 #3D333E is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 51 | 62 | - |
| CMYK | 0.02 | 0.18 | 0 | 0.76 |
| HSL | 294.55º | 0.1% | 0.22% | - |
| HSV(B) | 294.55º | 0.18% | 0.24% | - |
| XYZ | 3.98 | 3.71 | 5.06 | - |
| YUV | 55.24 | 131.81 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 51 | 62 | 0.02 | 0.18 | 0 | 0.76 | 294.55 | 0.1 | 0.22 |
| Hex | 3D | 33 | 3E | 2 | 12 | 0 | 4C | 127 | A | 16 |
| Octal | 75 | 63 | 76 | 2 | 22 | 0 | 114 | 447 | 12 | 26 |
| Binary | 111101 | 110011 | 111110 | 10 | 10010 | 0 | 1001100 | 100100111 | 1010 | 10110 |
Color Harmonies of #3D333E
Complementary color
Monochromatic Colors of #3D333E
Black with #3D333E
Text Example
Text Example
White with #3D333E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D333E; }
p { color: rgb(61,51,62); }
H1.HeaderClassName
{
color: #3D333E;
}
.AnyTagClassName
{
color: #3D333E;
}
</style>
background-color css
<style>
a { background-color: #3D333E; }
a { background-color: rgb(61,51,62); }
div.DivClassName
{
background-color: #3D333E;
}
.BgClassName
{
background-color: #3D333E;
}
</style>
border-color css
<style>
span { border-color: #3D333E; }
span { border-color: rgb(61,51,62); }
td.TdClassName
{
border-color: #3D333E;
}
.TagClassName
{
border-color: #3D333E;
}
</style>