Shades of Arsenic #31414E
Tints of Arsenic #31414E
RGB
CMYK
RGB Variations
Color information
#31414E (or 0x31414E) is known color: Arsenic. HEX triplet: 31, 41 and 4E. RGB value is (49,65,78). Sum of RGB (Red+Green+Blue) = 49+65+78=192 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.52% from 192); Green value is 65 (25.78% from 255 or 33.85% from 192); Blue value is 78 (30.86% from 255 or 40.62% from 192); Max value from RGB is 78 - color contains mainly: blue. Hex color #31414E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31414E is #CEBEB1. Grayscale: #3D3D3D. Windows color (decimal): -13549234 or 5128497. OLE color: 5128497.
HSL color Cylindrical-coordinate representation of color #31414E: hue angle of 206.9º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #31414E is Cyan = 0.37, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 49 | 65 | 78 | - |
| CMYK | 0.37 | 0.17 | 0 | 0.69 |
| HSL | 206.9º | 0.23% | 0.25% | - |
| HSV(B) | 206.9º | 0.37% | 0.31% | - |
| XYZ | 4.53 | 4.98 | 7.93 | - |
| YUV | 61.7 | 137.2 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 65 | 78 | 0.37 | 0.17 | 0 | 0.69 | 206.9 | 0.23 | 0.25 |
| Hex | 31 | 41 | 4E | 25 | 11 | 0 | 45 | CF | 17 | 19 |
| Octal | 61 | 101 | 116 | 45 | 21 | 0 | 105 | 317 | 27 | 31 |
| Binary | 110001 | 1000001 | 1001110 | 100101 | 10001 | 0 | 1000101 | 11001111 | 10111 | 11001 |
Color Harmonies of #31414E
Complementary color
Monochromatic Colors of #31414E
Black with #31414E
Text Example
Text Example
White with #31414E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31414E; }
p { color: rgb(49,65,78); }
H1.HeaderClassName
{
color: #31414E;
}
.AnyTagClassName
{
color: #31414E;
}
</style>
background-color css
<style>
a { background-color: #31414E; }
a { background-color: rgb(49,65,78); }
div.DivClassName
{
background-color: #31414E;
}
.BgClassName
{
background-color: #31414E;
}
</style>
border-color css
<style>
span { border-color: #31414E; }
span { border-color: rgb(49,65,78); }
td.TdClassName
{
border-color: #31414E;
}
.TagClassName
{
border-color: #31414E;
}
</style>