#394047

Color #394047 Arsenic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Arsenic #394047

Tints of Arsenic #394047

Color information

#394047 (or 0x394047) is unknown color: approx Arsenic. HEX triplet: 39, 40 and 47. RGB value is (57,64,71). Sum of RGB (Red+Green+Blue) = 57+64+71=192 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.69% from 192); Green value is 64 (25.39% from 255 or 33.33% from 192); Blue value is 71 (28.12% from 255 or 36.98% from 192); Max value from RGB is 71 - color contains mainly: blue. Hex color #394047 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394047 is #C6BFB8. Grayscale: #3E3E3E. Windows color (decimal): -13025209 or 4669497. OLE color: 4669497.

HSL color Cylindrical-coordinate representation of color #394047: hue angle of 210º degrees, saturation: 0.11, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #394047 is Cyan = 0.20, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB576471-
CMYK0.200.1000.72
HSL210º10.94%25.1%-
HSV(B)210º19.72%27.84%-
XYZ4.664.996.68-
YUV62.7132.68123.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 57 (22.66% from 255) = 29.69%
GREEN value IS 64 (25.39% from 255) = 33.33%
BLUE value IS 71 (28.12% from 255) = 36.98%
R=29.69%
G=33.33%
B=36.98%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5764710.200.1000.7221010.9425.1
Hex39404714A048d2b19
Octal71100107241201103221331
Binary111001100000010001111010010100100100011010010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394047; }

 p { color: rgb(57,64,71); }

 H1.HeaderClassName
 {
   color: #394047;
 }
 .AnyTagClassName
 {
   color: #394047;
 }
</style>
background-color css

<style>
 a { background-color: #394047; }

 a { background-color: rgb(57,64,71); }

 div.DivClassName
 {
   background-color: #394047;
 }
 .BgClassName
 {
   background-color: #394047;
 }
</style>
border-color css

<style>
 span { border-color: #394047; }

 span { border-color: rgb(57,64,71); }

 td.TdClassName
 {
   border-color: #394047;
 }
 .TagClassName
 {
   border-color: #394047;
 }
</style>