#394148

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

Shades of Arsenic #394148

Tints of Arsenic #394148

Color information

#394148 (or 0x394148) is unknown color: approx 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

RGB576572-
CMYK0.210.1000.72
HSL208º11.63%25.29%-
HSV(B)208º20.83%28.24%-
XYZ4.755.126.87-
YUV63.41132.85123.43-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 29.38%
GREEN value IS 65 (25.78% from 255) = 33.51%
BLUE value IS 72 (28.52% from 255) = 37.11%
R=29.38%
G=33.51%
B=37.11%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5765720.210.1000.7220811.6325.29
Hex39414815A048d0c19
Octal71101110251201103201431
Binary111001100000110010001010110100100100011010000110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>