Shades of Arsenic #3D4851
Tints of Arsenic #3D4851
RGB
CMYK
RGB Variations
Color information
#3D4851 (or 0x3D4851) is known color: Arsenic. HEX triplet: 3D, 48 and 51. RGB value is (61,72,81). Sum of RGB (Red+Green+Blue) = 61+72+81=214 (28% of max value = 765). Red value is 61 (24.22% from 255 or 28.50% from 214); Green value is 72 (28.52% from 255 or 33.64% from 214); Blue value is 81 (32.03% from 255 or 37.85% from 214); Max value from RGB is 81 - color contains mainly: blue. Hex color #3D4851 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D4851 is #C2B7AE. Grayscale: #454545. Windows color (decimal): -12761007 or 5326909. OLE color: 5326909.
HSL color Cylindrical-coordinate representation of color #3D4851: hue angle of 207º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3D4851 is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 61 | 72 | 81 | - |
| CMYK | 0.25 | 0.11 | 0 | 0.68 |
| HSL | 207º | 0.14% | 0.28% | - |
| HSV(B) | 207º | 0.25% | 0.32% | - |
| XYZ | 5.73 | 6.22 | 8.68 | - |
| YUV | 69.74 | 134.36 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 72 | 81 | 0.25 | 0.11 | 0 | 0.68 | 207 | 0.14 | 0.28 |
| Hex | 3D | 48 | 51 | 19 | B | 0 | 44 | CF | E | 1C |
| Octal | 75 | 110 | 121 | 31 | 13 | 0 | 104 | 317 | 16 | 34 |
| Binary | 111101 | 1001000 | 1010001 | 11001 | 1011 | 0 | 1000100 | 11001111 | 1110 | 11100 |
Color Harmonies of #3D4851
Complementary color
Monochromatic Colors of #3D4851
Black with #3D4851
Text Example
Text Example
White with #3D4851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4851; }
p { color: rgb(61,72,81); }
H1.HeaderClassName
{
color: #3D4851;
}
.AnyTagClassName
{
color: #3D4851;
}
</style>
background-color css
<style>
a { background-color: #3D4851; }
a { background-color: rgb(61,72,81); }
div.DivClassName
{
background-color: #3D4851;
}
.BgClassName
{
background-color: #3D4851;
}
</style>
border-color css
<style>
span { border-color: #3D4851; }
span { border-color: rgb(61,72,81); }
td.TdClassName
{
border-color: #3D4851;
}
.TagClassName
{
border-color: #3D4851;
}
</style>