Shades of Arsenic #394349
Tints of Arsenic #394349
RGB
CMYK
RGB Variations
Color information
#394349 (or 0x394349) is known color: Arsenic. HEX triplet: 39, 43 and 49. RGB value is (57,67,73). Sum of RGB (Red+Green+Blue) = 57+67+73=197 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.93% from 197); Green value is 67 (26.56% from 255 or 34.01% from 197); Blue value is 73 (28.91% from 255 or 37.06% from 197); Max value from RGB is 73 - color contains mainly: blue. Hex color #394349 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394349 is #C6BCB6. Grayscale: #404040. Windows color (decimal): -13024439 or 4801337. OLE color: 4801337.
HSL color Cylindrical-coordinate representation of color #394349: hue angle of 202.5º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #394349 is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 57 | 67 | 73 | - |
| CMYK | 0.22 | 0.08 | 0 | 0.71 |
| HSL | 202.5º | 0.12% | 0.25% | - |
| HSV(B) | 202.5º | 0.22% | 0.29% | - |
| XYZ | 4.9 | 5.37 | 7.08 | - |
| YUV | 64.69 | 132.69 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 67 | 73 | 0.22 | 0.08 | 0 | 0.71 | 202.5 | 0.12 | 0.25 |
| Hex | 39 | 43 | 49 | 16 | 8 | 0 | 47 | CA | C | 19 |
| Octal | 71 | 103 | 111 | 26 | 10 | 0 | 107 | 312 | 14 | 31 |
| Binary | 111001 | 1000011 | 1001001 | 10110 | 1000 | 0 | 1000111 | 11001010 | 1100 | 11001 |
Color Harmonies of #394349
Complementary color
Monochromatic Colors of #394349
Black with #394349
Text Example
Text Example
White with #394349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394349; }
p { color: rgb(57,67,73); }
H1.HeaderClassName
{
color: #394349;
}
.AnyTagClassName
{
color: #394349;
}
</style>
background-color css
<style>
a { background-color: #394349; }
a { background-color: rgb(57,67,73); }
div.DivClassName
{
background-color: #394349;
}
.BgClassName
{
background-color: #394349;
}
</style>
border-color css
<style>
span { border-color: #394349; }
span { border-color: rgb(57,67,73); }
td.TdClassName
{
border-color: #394349;
}
.TagClassName
{
border-color: #394349;
}
</style>