Shades of Arsenic #323D47
Tints of Arsenic #323D47
RGB
CMYK
RGB Variations
Color information
#323D47 (or 0x323D47) is known color: Arsenic. HEX triplet: 32, 3D and 47. RGB value is (50,61,71). Sum of RGB (Red+Green+Blue) = 50+61+71=182 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.47% from 182); Green value is 61 (24.22% from 255 or 33.52% from 182); Blue value is 71 (28.12% from 255 or 39.01% from 182); Max value from RGB is 71 - color contains mainly: blue. Hex color #323D47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323D47 is #CDC2B8. Grayscale: #3A3A3A. Windows color (decimal): -13484729 or 4668722. OLE color: 4668722.
HSL color Cylindrical-coordinate representation of color #323D47: hue angle of 208.57º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #323D47 is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 50 | 61 | 71 | - |
| CMYK | 0.30 | 0.14 | 0 | 0.72 |
| HSL | 208.57º | 0.17% | 0.24% | - |
| HSV(B) | 208.57º | 0.3% | 0.28% | - |
| XYZ | 4.12 | 4.47 | 6.61 | - |
| YUV | 58.85 | 134.86 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 61 | 71 | 0.30 | 0.14 | 0 | 0.72 | 208.57 | 0.17 | 0.24 |
| Hex | 32 | 3D | 47 | 1E | E | 0 | 48 | D1 | 11 | 18 |
| Octal | 62 | 75 | 107 | 36 | 16 | 0 | 110 | 321 | 21 | 30 |
| Binary | 110010 | 111101 | 1000111 | 11110 | 1110 | 0 | 1001000 | 11010001 | 10001 | 11000 |
Color Harmonies of #323D47
Complementary color
Monochromatic Colors of #323D47
Black with #323D47
Text Example
Text Example
White with #323D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323D47; }
p { color: rgb(50,61,71); }
H1.HeaderClassName
{
color: #323D47;
}
.AnyTagClassName
{
color: #323D47;
}
</style>
background-color css
<style>
a { background-color: #323D47; }
a { background-color: rgb(50,61,71); }
div.DivClassName
{
background-color: #323D47;
}
.BgClassName
{
background-color: #323D47;
}
</style>
border-color css
<style>
span { border-color: #323D47; }
span { border-color: rgb(50,61,71); }
td.TdClassName
{
border-color: #323D47;
}
.TagClassName
{
border-color: #323D47;
}
</style>