#394149

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

Shades of Arsenic #394149

Tints of Arsenic #394149

Color information

#394149 (or 0x394149) is unknown color: approx Arsenic. HEX triplet: 39, 41 and 49. RGB value is (57,65,73). Sum of RGB (Red+Green+Blue) = 57+65+73=195 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.23% from 195); Green value is 65 (25.78% from 255 or 33.33% from 195); Blue value is 73 (28.91% from 255 or 37.44% from 195); Max value from RGB is 73 - color contains mainly: blue. Hex color #394149 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394149 is #C6BEB6. Grayscale: #3F3F3F. Windows color (decimal): -13024951 or 4800825. OLE color: 4800825.

HSL color Cylindrical-coordinate representation of color #394149: hue angle of 210º 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 #394149 is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB576573-
CMYK0.220.1100.71
HSL210º12.31%25.49%-
HSV(B)210º21.92%28.63%-
XYZ4.785.137.04-
YUV63.52133.35123.35-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 29.23%
GREEN value IS 65 (25.78% from 255) = 33.33%
BLUE value IS 73 (28.91% from 255) = 37.44%
R=29.23%
G=33.33%
B=37.44%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5765730.220.1100.7121012.3125.49
Hex39414916B047d2c19
Octal71101111261301073221431
Binary111001100000110010011011010110100011111010010110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394149; }

 p { color: rgb(57,65,73); }

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

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

 a { background-color: rgb(57,65,73); }

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

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

 span { border-color: rgb(57,65,73); }

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