Shades of Arsenic #31424F
Tints of Arsenic #31424F
RGB
CMYK
RGB Variations
Color information
#31424F (or 0x31424F) is known color: Arsenic. HEX triplet: 31, 42 and 4F. RGB value is (49,66,79). Sum of RGB (Red+Green+Blue) = 49+66+79=194 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.26% from 194); Green value is 66 (26.17% from 255 or 34.02% from 194); Blue value is 79 (31.25% from 255 or 40.72% from 194); Max value from RGB is 79 - color contains mainly: blue. Hex color #31424F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31424F is #CEBDB0. Grayscale: #3E3E3E. Windows color (decimal): -13548977 or 5194289. OLE color: 5194289.
HSL color Cylindrical-coordinate representation of color #31424F: hue angle of 206º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #31424F is Cyan = 0.38, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 49 | 66 | 79 | - |
| CMYK | 0.38 | 0.16 | 0 | 0.69 |
| HSL | 206º | 0.23% | 0.25% | - |
| HSV(B) | 206º | 0.38% | 0.31% | - |
| XYZ | 4.63 | 5.11 | 8.14 | - |
| YUV | 62.4 | 137.37 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 66 | 79 | 0.38 | 0.16 | 0 | 0.69 | 206 | 0.23 | 0.25 |
| Hex | 31 | 42 | 4F | 26 | 10 | 0 | 45 | CE | 17 | 19 |
| Octal | 61 | 102 | 117 | 46 | 20 | 0 | 105 | 316 | 27 | 31 |
| Binary | 110001 | 1000010 | 1001111 | 100110 | 10000 | 0 | 1000101 | 11001110 | 10111 | 11001 |
Color Harmonies of #31424F
Complementary color
Monochromatic Colors of #31424F
Black with #31424F
Text Example
Text Example
White with #31424F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31424F; }
p { color: rgb(49,66,79); }
H1.HeaderClassName
{
color: #31424F;
}
.AnyTagClassName
{
color: #31424F;
}
</style>
background-color css
<style>
a { background-color: #31424F; }
a { background-color: rgb(49,66,79); }
div.DivClassName
{
background-color: #31424F;
}
.BgClassName
{
background-color: #31424F;
}
</style>
border-color css
<style>
span { border-color: #31424F; }
span { border-color: rgb(49,66,79); }
td.TdClassName
{
border-color: #31424F;
}
.TagClassName
{
border-color: #31424F;
}
</style>