Shades of Arsenic #3D474D
Tints of Arsenic #3D474D
RGB
CMYK
RGB Variations
Color information
#3D474D (or 0x3D474D) is known color: Arsenic. HEX triplet: 3D, 47 and 4D. RGB value is (61,71,77). Sum of RGB (Red+Green+Blue) = 61+71+77=209 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.19% from 209); Green value is 71 (28.12% from 255 or 33.97% from 209); Blue value is 77 (30.47% from 255 or 36.84% from 209); Max value from RGB is 77 - color contains mainly: blue. Hex color #3D474D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D474D is #C2B8B2. Grayscale: #444444. Windows color (decimal): -12761267 or 5064509. OLE color: 5064509.
HSL color Cylindrical-coordinate representation of color #3D474D: hue angle of 202.5º degrees, saturation: 0.12, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #3D474D is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 61 | 71 | 77 | - |
| CMYK | 0.21 | 0.08 | 0 | 0.70 |
| HSL | 202.5º | 0.12% | 0.27% | - |
| HSV(B) | 202.5º | 0.21% | 0.3% | - |
| XYZ | 5.52 | 6.03 | 7.9 | - |
| YUV | 68.69 | 132.69 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 71 | 77 | 0.21 | 0.08 | 0 | 0.70 | 202.5 | 0.12 | 0.27 |
| Hex | 3D | 47 | 4D | 15 | 8 | 0 | 46 | CA | C | 1B |
| Octal | 75 | 107 | 115 | 25 | 10 | 0 | 106 | 312 | 14 | 33 |
| Binary | 111101 | 1000111 | 1001101 | 10101 | 1000 | 0 | 1000110 | 11001010 | 1100 | 11011 |
Color Harmonies of #3D474D
Complementary color
Monochromatic Colors of #3D474D
Black with #3D474D
Text Example
Text Example
White with #3D474D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D474D; }
p { color: rgb(61,71,77); }
H1.HeaderClassName
{
color: #3D474D;
}
.AnyTagClassName
{
color: #3D474D;
}
</style>
background-color css
<style>
a { background-color: #3D474D; }
a { background-color: rgb(61,71,77); }
div.DivClassName
{
background-color: #3D474D;
}
.BgClassName
{
background-color: #3D474D;
}
</style>
border-color css
<style>
span { border-color: #3D474D; }
span { border-color: rgb(61,71,77); }
td.TdClassName
{
border-color: #3D474D;
}
.TagClassName
{
border-color: #3D474D;
}
</style>