Shades of Arsenic #324250
Tints of Arsenic #324250
RGB
CMYK
RGB Variations
Color information
#324250 (or 0x324250) is known color: Arsenic. HEX triplet: 32, 42 and 50. RGB value is (50,66,80). Sum of RGB (Red+Green+Blue) = 50+66+80=196 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.51% from 196); Green value is 66 (26.17% from 255 or 33.67% 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 #324250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #324250 is #CDBDAF. Grayscale: #3E3E3E. Windows color (decimal): -13483440 or 5259826. OLE color: 5259826.
HSL color Cylindrical-coordinate representation of color #324250: hue angle of 208º 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 #324250 is Cyan = 0.37, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 50 | 66 | 80 | - |
| CMYK | 0.37 | 0.17 | 0 | 0.69 |
| HSL | 208º | 0.23% | 0.25% | - |
| HSV(B) | 208º | 0.38% | 0.31% | - |
| XYZ | 4.71 | 5.15 | 8.34 | - |
| YUV | 62.81 | 137.7 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 66 | 80 | 0.37 | 0.17 | 0 | 0.69 | 208 | 0.23 | 0.25 |
| Hex | 32 | 42 | 50 | 25 | 11 | 0 | 45 | D0 | 17 | 19 |
| Octal | 62 | 102 | 120 | 45 | 21 | 0 | 105 | 320 | 27 | 31 |
| Binary | 110010 | 1000010 | 1010000 | 100101 | 10001 | 0 | 1000101 | 11010000 | 10111 | 11001 |
Color Harmonies of #324250
Complementary color
Monochromatic Colors of #324250
Black with #324250
Text Example
Text Example
White with #324250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324250; }
p { color: rgb(50,66,80); }
H1.HeaderClassName
{
color: #324250;
}
.AnyTagClassName
{
color: #324250;
}
</style>
background-color css
<style>
a { background-color: #324250; }
a { background-color: rgb(50,66,80); }
div.DivClassName
{
background-color: #324250;
}
.BgClassName
{
background-color: #324250;
}
</style>
border-color css
<style>
span { border-color: #324250; }
span { border-color: rgb(50,66,80); }
td.TdClassName
{
border-color: #324250;
}
.TagClassName
{
border-color: #324250;
}
</style>