Shades of Arsenic #39444A
Tints of Arsenic #39444A
RGB
CMYK
RGB Variations
Color information
#39444A (or 0x39444A) is known color: Arsenic. HEX triplet: 39, 44 and 4A. RGB value is (57,68,74). Sum of RGB (Red+Green+Blue) = 57+68+74=199 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.64% from 199); Green value is 68 (26.95% from 255 or 34.17% from 199); Blue value is 74 (29.30% from 255 or 37.19% from 199); Max value from RGB is 74 - color contains mainly: blue. Hex color #39444A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39444A is #C6BBB5. Grayscale: #414141. Windows color (decimal): -13024182 or 4867129. OLE color: 4867129.
HSL color Cylindrical-coordinate representation of color #39444A: hue angle of 201.18º degrees, saturation: 0.13, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #39444A is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 57 | 68 | 74 | - |
| CMYK | 0.23 | 0.08 | 0 | 0.71 |
| HSL | 201.18º | 0.13% | 0.26% | - |
| HSV(B) | 201.18º | 0.23% | 0.29% | - |
| XYZ | 4.99 | 5.5 | 7.28 | - |
| YUV | 65.4 | 132.86 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 68 | 74 | 0.23 | 0.08 | 0 | 0.71 | 201.18 | 0.13 | 0.26 |
| Hex | 39 | 44 | 4A | 17 | 8 | 0 | 47 | C9 | D | 1A |
| Octal | 71 | 104 | 112 | 27 | 10 | 0 | 107 | 311 | 15 | 32 |
| Binary | 111001 | 1000100 | 1001010 | 10111 | 1000 | 0 | 1000111 | 11001001 | 1101 | 11010 |
Color Harmonies of #39444A
Complementary color
Monochromatic Colors of #39444A
Black with #39444A
Text Example
Text Example
White with #39444A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39444A; }
p { color: rgb(57,68,74); }
H1.HeaderClassName
{
color: #39444A;
}
.AnyTagClassName
{
color: #39444A;
}
</style>
background-color css
<style>
a { background-color: #39444A; }
a { background-color: rgb(57,68,74); }
div.DivClassName
{
background-color: #39444A;
}
.BgClassName
{
background-color: #39444A;
}
</style>
border-color css
<style>
span { border-color: #39444A; }
span { border-color: rgb(57,68,74); }
td.TdClassName
{
border-color: #39444A;
}
.TagClassName
{
border-color: #39444A;
}
</style>