Shades of Arsenic #394148
Tints of Arsenic #394148
RGB
CMYK
RGB Variations
Color information
#394148 (or 0x394148) is known color: Arsenic. HEX triplet: 39, 41 and 48. RGB value is (57,65,72). Sum of RGB (Red+Green+Blue) = 57+65+72=194 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.38% from 194); Green value is 65 (25.78% from 255 or 33.51% from 194); Blue value is 72 (28.52% from 255 or 37.11% from 194); Max value from RGB is 72 - color contains mainly: blue. Hex color #394148 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394148 is #C6BEB7. Grayscale: #3F3F3F. Windows color (decimal): -13024952 or 4735289. OLE color: 4735289.
HSL color Cylindrical-coordinate representation of color #394148: hue angle of 208º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #394148 is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 57 | 65 | 72 | - |
| CMYK | 0.21 | 0.10 | 0 | 0.72 |
| HSL | 208º | 0.12% | 0.25% | - |
| HSV(B) | 208º | 0.21% | 0.28% | - |
| XYZ | 4.75 | 5.12 | 6.87 | - |
| YUV | 63.41 | 132.85 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 65 | 72 | 0.21 | 0.10 | 0 | 0.72 | 208 | 0.12 | 0.25 |
| Hex | 39 | 41 | 48 | 15 | A | 0 | 48 | D0 | C | 19 |
| Octal | 71 | 101 | 110 | 25 | 12 | 0 | 110 | 320 | 14 | 31 |
| Binary | 111001 | 1000001 | 1001000 | 10101 | 1010 | 0 | 1001000 | 11010000 | 1100 | 11001 |
Color Harmonies of #394148
Complementary color
Monochromatic Colors of #394148
Black with #394148
Text Example
Text Example
White with #394148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394148; }
p { color: rgb(57,65,72); }
H1.HeaderClassName
{
color: #394148;
}
.AnyTagClassName
{
color: #394148;
}
</style>
background-color css
<style>
a { background-color: #394148; }
a { background-color: rgb(57,65,72); }
div.DivClassName
{
background-color: #394148;
}
.BgClassName
{
background-color: #394148;
}
</style>
border-color css
<style>
span { border-color: #394148; }
span { border-color: rgb(57,65,72); }
td.TdClassName
{
border-color: #394148;
}
.TagClassName
{
border-color: #394148;
}
</style>