Shades of Arsenic #39454D
Tints of Arsenic #39454D
RGB
CMYK
RGB Variations
Color information
#39454D (or 0x39454D) is known color: Arsenic. HEX triplet: 39, 45 and 4D. RGB value is (57,69,77). Sum of RGB (Red+Green+Blue) = 57+69+77=203 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.08% from 203); Green value is 69 (27.34% from 255 or 33.99% from 203); Blue value is 77 (30.47% from 255 or 37.93% from 203); Max value from RGB is 77 - color contains mainly: blue. Hex color #39454D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39454D is #C6BAB2. Grayscale: #424242. Windows color (decimal): -13023923 or 5063993. OLE color: 5063993.
HSL color Cylindrical-coordinate representation of color #39454D: hue angle of 204º 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 #39454D is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 57 | 69 | 77 | - |
| CMYK | 0.26 | 0.10 | 0 | 0.70 |
| HSL | 204º | 0.15% | 0.26% | - |
| HSV(B) | 204º | 0.26% | 0.3% | - |
| XYZ | 5.16 | 5.66 | 7.84 | - |
| YUV | 66.32 | 134.02 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 69 | 77 | 0.26 | 0.10 | 0 | 0.70 | 204 | 0.15 | 0.26 |
| Hex | 39 | 45 | 4D | 1A | A | 0 | 46 | CC | F | 1A |
| Octal | 71 | 105 | 115 | 32 | 12 | 0 | 106 | 314 | 17 | 32 |
| Binary | 111001 | 1000101 | 1001101 | 11010 | 1010 | 0 | 1000110 | 11001100 | 1111 | 11010 |
Color Harmonies of #39454D
Complementary color
Monochromatic Colors of #39454D
Black with #39454D
Text Example
Text Example
White with #39454D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39454D; }
p { color: rgb(57,69,77); }
H1.HeaderClassName
{
color: #39454D;
}
.AnyTagClassName
{
color: #39454D;
}
</style>
background-color css
<style>
a { background-color: #39454D; }
a { background-color: rgb(57,69,77); }
div.DivClassName
{
background-color: #39454D;
}
.BgClassName
{
background-color: #39454D;
}
</style>
border-color css
<style>
span { border-color: #39454D; }
span { border-color: rgb(57,69,77); }
td.TdClassName
{
border-color: #39454D;
}
.TagClassName
{
border-color: #39454D;
}
</style>