#3C4146

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

Shades of Arsenic #3C4146

Tints of Arsenic #3C4146

Color information

#3C4146 (or 0x3C4146) is unknown color: approx Arsenic. HEX triplet: 3C, 41 and 46. RGB value is (60,65,70). Sum of RGB (Red+Green+Blue) = 60+65+70=195 (25% of max value = 765). Red value is 60 (23.83% from 255 or 30.77% from 195); Green value is 65 (25.78% from 255 or 33.33% from 195); Blue value is 70 (27.73% from 255 or 35.90% from 195); Max value from RGB is 70 - color contains mainly: blue. Hex color #3C4146 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4146 is #C3BEB9. Grayscale: #404040. Windows color (decimal): -12828346 or 4604220. OLE color: 4604220.

HSL color Cylindrical-coordinate representation of color #3C4146: hue angle of 210º degrees, saturation: 0.08, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #3C4146 is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB606570-
CMYK0.140.0700.73
HSL210º7.69%25.49%-
HSV(B)210º14.29%27.45%-
XYZ4.865.186.54-
YUV64.08131.34125.09-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 30.77%
GREEN value IS 65 (25.78% from 255) = 33.33%
BLUE value IS 70 (27.73% from 255) = 35.90%
R=30.77%
G=33.33%
B=35.90%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6065700.140.0700.732107.6925.49
Hex3C4146E7049d2819
Octal7410110616701113221031
Binary1111001000001100011011101110100100111010010100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C4146; }

 p { color: rgb(60,65,70); }

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

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

 a { background-color: rgb(60,65,70); }

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

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

 span { border-color: rgb(60,65,70); }

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