Shades of Arsenic #39444B
Tints of Arsenic #39444B
RGB
CMYK
RGB Variations
Color information
#39444B (or 0x39444B) is known color: Arsenic. HEX triplet: 39, 44 and 4B. RGB value is (57,68,75). Sum of RGB (Red+Green+Blue) = 57+68+75=200 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.5% from 200); Green value is 68 (26.95% from 255 or 34% from 200); Blue value is 75 (29.69% from 255 or 37.5% from 200); Max value from RGB is 75 - color contains mainly: blue. Hex color #39444B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39444B is #C6BBB4. Grayscale: #414141. Windows color (decimal): -13024181 or 4932665. OLE color: 4932665.
HSL color Cylindrical-coordinate representation of color #39444B: hue angle of 203.33º degrees, saturation: 0.14, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #39444B is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 57 | 68 | 75 | - |
| CMYK | 0.24 | 0.09 | 0 | 0.71 |
| HSL | 203.33º | 0.14% | 0.26% | - |
| HSV(B) | 203.33º | 0.24% | 0.29% | - |
| XYZ | 5.02 | 5.51 | 7.46 | - |
| YUV | 65.51 | 133.36 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 68 | 75 | 0.24 | 0.09 | 0 | 0.71 | 203.33 | 0.14 | 0.26 |
| Hex | 39 | 44 | 4B | 18 | 9 | 0 | 47 | CB | E | 1A |
| Octal | 71 | 104 | 113 | 30 | 11 | 0 | 107 | 313 | 16 | 32 |
| Binary | 111001 | 1000100 | 1001011 | 11000 | 1001 | 0 | 1000111 | 11001011 | 1110 | 11010 |
Color Harmonies of #39444B
Complementary color
Monochromatic Colors of #39444B
Black with #39444B
Text Example
Text Example
White with #39444B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39444B; }
p { color: rgb(57,68,75); }
H1.HeaderClassName
{
color: #39444B;
}
.AnyTagClassName
{
color: #39444B;
}
</style>
background-color css
<style>
a { background-color: #39444B; }
a { background-color: rgb(57,68,75); }
div.DivClassName
{
background-color: #39444B;
}
.BgClassName
{
background-color: #39444B;
}
</style>
border-color css
<style>
span { border-color: #39444B; }
span { border-color: rgb(57,68,75); }
td.TdClassName
{
border-color: #39444B;
}
.TagClassName
{
border-color: #39444B;
}
</style>