Shades of Arsenic #314350
Tints of Arsenic #314350
RGB
CMYK
RGB Variations
Color information
#314350 (or 0x314350) is known color: Arsenic. HEX triplet: 31, 43 and 50. RGB value is (49,67,80). Sum of RGB (Red+Green+Blue) = 49+67+80=196 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25% from 196); Green value is 67 (26.56% from 255 or 34.18% from 196); Blue value is 80 (31.64% from 255 or 40.82% from 196); Max value from RGB is 80 - color contains mainly: blue. Hex color #314350 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314350 is #CEBCAF. Grayscale: #3F3F3F. Windows color (decimal): -13548720 or 5260081. OLE color: 5260081.
HSL color Cylindrical-coordinate representation of color #314350: hue angle of 205.16º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #314350 is Cyan = 0.39, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 49 | 67 | 80 | - |
| CMYK | 0.39 | 0.16 | 0 | 0.69 |
| HSL | 205.16º | 0.24% | 0.25% | - |
| HSV(B) | 205.16º | 0.39% | 0.31% | - |
| XYZ | 4.72 | 5.25 | 8.35 | - |
| YUV | 63.1 | 137.54 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 67 | 80 | 0.39 | 0.16 | 0 | 0.69 | 205.16 | 0.24 | 0.25 |
| Hex | 31 | 43 | 50 | 27 | 10 | 0 | 45 | CD | 18 | 19 |
| Octal | 61 | 103 | 120 | 47 | 20 | 0 | 105 | 315 | 30 | 31 |
| Binary | 110001 | 1000011 | 1010000 | 100111 | 10000 | 0 | 1000101 | 11001101 | 11000 | 11001 |
Color Harmonies of #314350
Complementary color
Monochromatic Colors of #314350
Black with #314350
Text Example
Text Example
White with #314350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314350; }
p { color: rgb(49,67,80); }
H1.HeaderClassName
{
color: #314350;
}
.AnyTagClassName
{
color: #314350;
}
</style>
background-color css
<style>
a { background-color: #314350; }
a { background-color: rgb(49,67,80); }
div.DivClassName
{
background-color: #314350;
}
.BgClassName
{
background-color: #314350;
}
</style>
border-color css
<style>
span { border-color: #314350; }
span { border-color: rgb(49,67,80); }
td.TdClassName
{
border-color: #314350;
}
.TagClassName
{
border-color: #314350;
}
</style>