Shades of Arsenic #39444D
Tints of Arsenic #39444D
RGB
CMYK
RGB Variations
Color information
#39444D (or 0x39444D) is known color: Arsenic. HEX triplet: 39, 44 and 4D. RGB value is (57,68,77). Sum of RGB (Red+Green+Blue) = 57+68+77=202 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.22% from 202); Green value is 68 (26.95% from 255 or 33.66% from 202); Blue value is 77 (30.47% from 255 or 38.12% from 202); Max value from RGB is 77 - color contains mainly: blue. Hex color #39444D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39444D is #C6BBB2. Grayscale: #414141. Windows color (decimal): -13024179 or 5063737. OLE color: 5063737.
HSL color Cylindrical-coordinate representation of color #39444D: hue angle of 207º 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 #39444D is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 57 | 68 | 77 | - |
| CMYK | 0.26 | 0.12 | 0 | 0.70 |
| HSL | 207º | 0.15% | 0.26% | - |
| HSV(B) | 207º | 0.26% | 0.3% | - |
| XYZ | 5.09 | 5.54 | 7.82 | - |
| YUV | 65.74 | 134.36 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 68 | 77 | 0.26 | 0.12 | 0 | 0.70 | 207 | 0.15 | 0.26 |
| Hex | 39 | 44 | 4D | 1A | C | 0 | 46 | CF | F | 1A |
| Octal | 71 | 104 | 115 | 32 | 14 | 0 | 106 | 317 | 17 | 32 |
| Binary | 111001 | 1000100 | 1001101 | 11010 | 1100 | 0 | 1000110 | 11001111 | 1111 | 11010 |
Color Harmonies of #39444D
Complementary color
Monochromatic Colors of #39444D
Black with #39444D
Text Example
Text Example
White with #39444D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39444D; }
p { color: rgb(57,68,77); }
H1.HeaderClassName
{
color: #39444D;
}
.AnyTagClassName
{
color: #39444D;
}
</style>
background-color css
<style>
a { background-color: #39444D; }
a { background-color: rgb(57,68,77); }
div.DivClassName
{
background-color: #39444D;
}
.BgClassName
{
background-color: #39444D;
}
</style>
border-color css
<style>
span { border-color: #39444D; }
span { border-color: rgb(57,68,77); }
td.TdClassName
{
border-color: #39444D;
}
.TagClassName
{
border-color: #39444D;
}
</style>