Shades of Arsenic #313D49
Tints of Arsenic #313D49
RGB
CMYK
RGB Variations
Color information
#313D49 (or 0x313D49) is known color: Arsenic. HEX triplet: 31, 3D and 49. RGB value is (49,61,73). Sum of RGB (Red+Green+Blue) = 49+61+73=183 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.78% from 183); Green value is 61 (24.22% from 255 or 33.33% from 183); Blue value is 73 (28.91% from 255 or 39.89% from 183); Max value from RGB is 73 - color contains mainly: blue. Hex color #313D49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313D49 is #CEC2B6. Grayscale: #3A3A3A. Windows color (decimal): -13550263 or 4799793. OLE color: 4799793.
HSL color Cylindrical-coordinate representation of color #313D49: hue angle of 210º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #313D49 is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 49 | 61 | 73 | - |
| CMYK | 0.33 | 0.16 | 0 | 0.71 |
| HSL | 210º | 0.2% | 0.24% | - |
| HSV(B) | 210º | 0.33% | 0.29% | - |
| XYZ | 4.14 | 4.47 | 6.95 | - |
| YUV | 58.78 | 136.02 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 61 | 73 | 0.33 | 0.16 | 0 | 0.71 | 210 | 0.2 | 0.24 |
| Hex | 31 | 3D | 49 | 21 | 10 | 0 | 47 | D2 | 14 | 18 |
| Octal | 61 | 75 | 111 | 41 | 20 | 0 | 107 | 322 | 24 | 30 |
| Binary | 110001 | 111101 | 1001001 | 100001 | 10000 | 0 | 1000111 | 11010010 | 10100 | 11000 |
Color Harmonies of #313D49
Complementary color
Monochromatic Colors of #313D49
Black with #313D49
Text Example
Text Example
White with #313D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313D49; }
p { color: rgb(49,61,73); }
H1.HeaderClassName
{
color: #313D49;
}
.AnyTagClassName
{
color: #313D49;
}
</style>
background-color css
<style>
a { background-color: #313D49; }
a { background-color: rgb(49,61,73); }
div.DivClassName
{
background-color: #313D49;
}
.BgClassName
{
background-color: #313D49;
}
</style>
border-color css
<style>
span { border-color: #313D49; }
span { border-color: rgb(49,61,73); }
td.TdClassName
{
border-color: #313D49;
}
.TagClassName
{
border-color: #313D49;
}
</style>