#394248

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

Shades of Arsenic #394248

Tints of Arsenic #394248

Color information

#394248 (or 0x394248) is unknown color: approx Arsenic. HEX triplet: 39, 42 and 48. RGB value is (57,66,72). Sum of RGB (Red+Green+Blue) = 57+66+72=195 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.23% from 195); Green value is 66 (26.17% from 255 or 33.85% from 195); Blue value is 72 (28.52% from 255 or 36.92% from 195); Max value from RGB is 72 - color contains mainly: blue. Hex color #394248 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394248 is #C6BDB7. Grayscale: #3F3F3F. Windows color (decimal): -13024696 or 4735545. OLE color: 4735545.

HSL color Cylindrical-coordinate representation of color #394248: hue angle of 204º 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 #394248 is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB576672-
CMYK0.210.0800.72
HSL204º11.63%25.29%-
HSV(B)204º20.83%28.24%-
XYZ4.815.236.89-
YUV63.99132.52123.01-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 29.23%
GREEN value IS 66 (26.17% from 255) = 33.85%
BLUE value IS 72 (28.52% from 255) = 36.92%
R=29.23%
G=33.85%
B=36.92%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5766720.210.0800.7220411.6325.29
Hex394248158048ccc19
Octal71102110251001103141431
Binary111001100001010010001010110000100100011001100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394248; }

 p { color: rgb(57,66,72); }

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

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

 a { background-color: rgb(57,66,72); }

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

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

 span { border-color: rgb(57,66,72); }

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