Shades of Arsenic #32414D
Tints of Arsenic #32414D
RGB
CMYK
RGB Variations
Color information
#32414D (or 0x32414D) is known color: Arsenic. HEX triplet: 32, 41 and 4D. RGB value is (50,65,77). Sum of RGB (Red+Green+Blue) = 50+65+77=192 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.04% from 192); Green value is 65 (25.78% from 255 or 33.85% from 192); Blue value is 77 (30.47% from 255 or 40.10% from 192); Max value from RGB is 77 - color contains mainly: blue. Hex color #32414D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32414D is #CDBEB2. Grayscale: #3D3D3D. Windows color (decimal): -13483699 or 5062962. OLE color: 5062962.
HSL color Cylindrical-coordinate representation of color #32414D: hue angle of 206.67º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #32414D is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 50 | 65 | 77 | - |
| CMYK | 0.35 | 0.16 | 0 | 0.70 |
| HSL | 206.67º | 0.21% | 0.25% | - |
| HSV(B) | 206.67º | 0.35% | 0.3% | - |
| XYZ | 4.55 | 4.99 | 7.75 | - |
| YUV | 61.88 | 136.53 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 65 | 77 | 0.35 | 0.16 | 0 | 0.70 | 206.67 | 0.21 | 0.25 |
| Hex | 32 | 41 | 4D | 23 | 10 | 0 | 46 | CF | 15 | 19 |
| Octal | 62 | 101 | 115 | 43 | 20 | 0 | 106 | 317 | 25 | 31 |
| Binary | 110010 | 1000001 | 1001101 | 100011 | 10000 | 0 | 1000110 | 11001111 | 10101 | 11001 |
Color Harmonies of #32414D
Complementary color
Monochromatic Colors of #32414D
Black with #32414D
Text Example
Text Example
White with #32414D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32414D; }
p { color: rgb(50,65,77); }
H1.HeaderClassName
{
color: #32414D;
}
.AnyTagClassName
{
color: #32414D;
}
</style>
background-color css
<style>
a { background-color: #32414D; }
a { background-color: rgb(50,65,77); }
div.DivClassName
{
background-color: #32414D;
}
.BgClassName
{
background-color: #32414D;
}
</style>
border-color css
<style>
span { border-color: #32414D; }
span { border-color: rgb(50,65,77); }
td.TdClassName
{
border-color: #32414D;
}
.TagClassName
{
border-color: #32414D;
}
</style>