#394048

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

Shades of Arsenic #394048

Tints of Arsenic #394048

Color information

#394048 (or 0x394048) is unknown color: approx Arsenic. HEX triplet: 39, 40 and 48. RGB value is (57,64,72). Sum of RGB (Red+Green+Blue) = 57+64+72=193 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.53% from 193); Green value is 64 (25.39% from 255 or 33.16% from 193); Blue value is 72 (28.52% from 255 or 37.31% from 193); Max value from RGB is 72 - color contains mainly: blue. Hex color #394048 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394048 is #C6BFB7. Grayscale: #3E3E3E. Windows color (decimal): -13025208 or 4735033. OLE color: 4735033.

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

Color convert

RGB576472-
CMYK0.210.1100.72
HSL212º11.63%25.29%-
HSV(B)212º20.83%28.24%-
XYZ4.6956.85-
YUV62.82133.18123.85-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 29.53%
GREEN value IS 64 (25.39% from 255) = 33.16%
BLUE value IS 72 (28.52% from 255) = 37.31%
R=29.53%
G=33.16%
B=37.31%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5764720.210.1100.7221211.6325.29
Hex39404815B048d4c19
Octal71100110251301103241431
Binary111001100000010010001010110110100100011010100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394048; }

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

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

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

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

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

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

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

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