Shades of Arsenic #39434D
Tints of Arsenic #39434D
RGB
CMYK
RGB Variations
Color information
#39434D (or 0x39434D) is known color: Arsenic. HEX triplet: 39, 43 and 4D. RGB value is (57,67,77). Sum of RGB (Red+Green+Blue) = 57+67+77=201 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.36% from 201); Green value is 67 (26.56% from 255 or 33.33% from 201); Blue value is 77 (30.47% from 255 or 38.31% from 201); Max value from RGB is 77 - color contains mainly: blue. Hex color #39434D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39434D is #C6BCB2. Grayscale: #414141. Windows color (decimal): -13024435 or 5063481. OLE color: 5063481.
HSL color Cylindrical-coordinate representation of color #39434D: hue angle of 210º degrees, saturation: 0.15, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #39434D is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 57 | 67 | 77 | - |
| CMYK | 0.26 | 0.13 | 0 | 0.70 |
| HSL | 210º | 0.15% | 0.26% | - |
| HSV(B) | 210º | 0.26% | 0.3% | - |
| XYZ | 5.03 | 5.42 | 7.8 | - |
| YUV | 65.15 | 134.69 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 67 | 77 | 0.26 | 0.13 | 0 | 0.70 | 210 | 0.15 | 0.26 |
| Hex | 39 | 43 | 4D | 1A | D | 0 | 46 | D2 | F | 1A |
| Octal | 71 | 103 | 115 | 32 | 15 | 0 | 106 | 322 | 17 | 32 |
| Binary | 111001 | 1000011 | 1001101 | 11010 | 1101 | 0 | 1000110 | 11010010 | 1111 | 11010 |
Color Harmonies of #39434D
Complementary color
Monochromatic Colors of #39434D
Black with #39434D
Text Example
Text Example
White with #39434D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39434D; }
p { color: rgb(57,67,77); }
H1.HeaderClassName
{
color: #39434D;
}
.AnyTagClassName
{
color: #39434D;
}
</style>
background-color css
<style>
a { background-color: #39434D; }
a { background-color: rgb(57,67,77); }
div.DivClassName
{
background-color: #39434D;
}
.BgClassName
{
background-color: #39434D;
}
</style>
border-color css
<style>
span { border-color: #39434D; }
span { border-color: rgb(57,67,77); }
td.TdClassName
{
border-color: #39434D;
}
.TagClassName
{
border-color: #39434D;
}
</style>