Shades of Arsenic #323D48
Tints of Arsenic #323D48
RGB
CMYK
RGB Variations
Color information
#323D48 (or 0x323D48) is known color: Arsenic. HEX triplet: 32, 3D and 48. RGB value is (50,61,72). Sum of RGB (Red+Green+Blue) = 50+61+72=183 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.32% from 183); Green value is 61 (24.22% from 255 or 33.33% from 183); Blue value is 72 (28.52% from 255 or 39.34% from 183); Max value from RGB is 72 - color contains mainly: blue. Hex color #323D48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323D48 is #CDC2B7. Grayscale: #3A3A3A. Windows color (decimal): -13484728 or 4734258. OLE color: 4734258.
HSL color Cylindrical-coordinate representation of color #323D48: hue angle of 210º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #323D48 is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 50 | 61 | 72 | - |
| CMYK | 0.31 | 0.15 | 0 | 0.72 |
| HSL | 210º | 0.18% | 0.24% | - |
| HSV(B) | 210º | 0.31% | 0.28% | - |
| XYZ | 4.15 | 4.48 | 6.78 | - |
| YUV | 58.97 | 135.36 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 61 | 72 | 0.31 | 0.15 | 0 | 0.72 | 210 | 0.18 | 0.24 |
| Hex | 32 | 3D | 48 | 1F | F | 0 | 48 | D2 | 12 | 18 |
| Octal | 62 | 75 | 110 | 37 | 17 | 0 | 110 | 322 | 22 | 30 |
| Binary | 110010 | 111101 | 1001000 | 11111 | 1111 | 0 | 1001000 | 11010010 | 10010 | 11000 |
Color Harmonies of #323D48
Complementary color
Monochromatic Colors of #323D48
Black with #323D48
Text Example
Text Example
White with #323D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323D48; }
p { color: rgb(50,61,72); }
H1.HeaderClassName
{
color: #323D48;
}
.AnyTagClassName
{
color: #323D48;
}
</style>
background-color css
<style>
a { background-color: #323D48; }
a { background-color: rgb(50,61,72); }
div.DivClassName
{
background-color: #323D48;
}
.BgClassName
{
background-color: #323D48;
}
</style>
border-color css
<style>
span { border-color: #323D48; }
span { border-color: rgb(50,61,72); }
td.TdClassName
{
border-color: #323D48;
}
.TagClassName
{
border-color: #323D48;
}
</style>