#39434A

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

Shades of Arsenic #39434A

Tints of Arsenic #39434A

Color information

#39434A (or 0x39434A) is unknown color: approx Arsenic. HEX triplet: 39, 43 and 4A. RGB value is (57,67,74). Sum of RGB (Red+Green+Blue) = 57+67+74=198 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.79% from 198); Green value is 67 (26.56% from 255 or 33.84% from 198); Blue value is 74 (29.30% from 255 or 37.37% from 198); Max value from RGB is 74 - color contains mainly: blue. Hex color #39434A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39434A is #C6BCB5. Grayscale: #404040. Windows color (decimal): -13024438 or 4866873. OLE color: 4866873.

HSL color Cylindrical-coordinate representation of color #39434A: hue angle of 204.71º degrees, saturation: 0.13, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #39434A is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB576774-
CMYK0.230.0900.71
HSL204.71º12.98%25.69%-
HSV(B)204.71º22.97%29.02%-
XYZ4.935.387.26-
YUV64.81133.19122.43-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 28.79%
GREEN value IS 67 (26.56% from 255) = 33.84%
BLUE value IS 74 (29.30% from 255) = 37.37%
R=28.79%
G=33.84%
B=37.37%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5767740.230.0900.71204.7112.9825.69
Hex39434A179047cdd1a
Octal71103112271101073151532
Binary111001100001110010101011110010100011111001101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39434A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39434A; }

 p { color: rgb(57,67,74); }

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

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

 a { background-color: rgb(57,67,74); }

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

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

 span { border-color: rgb(57,67,74); }

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