#3A4148

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

Shades of Arsenic #3A4148

Tints of Arsenic #3A4148

Color information

#3A4148 (or 0x3A4148) is unknown color: approx Arsenic. HEX triplet: 3A, 41 and 48. RGB value is (58,65,72). Sum of RGB (Red+Green+Blue) = 58+65+72=195 (25% of max value = 765). Red value is 58 (23.05% from 255 or 29.74% from 195); Green value is 65 (25.78% from 255 or 33.33% 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 #3A4148 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4148 is #C5BEB7. Grayscale: #3F3F3F. Windows color (decimal): -12959416 or 4735290. OLE color: 4735290.

HSL color Cylindrical-coordinate representation of color #3A4148: hue angle of 210º degrees, saturation: 0.11, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #3A4148 is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB586572-
CMYK0.190.1000.72
HSL210º10.77%25.49%-
HSV(B)210º19.44%28.24%-
XYZ4.85.156.87-
YUV63.7132.68123.93-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 29.74%
GREEN value IS 65 (25.78% from 255) = 33.33%
BLUE value IS 72 (28.52% from 255) = 36.92%
R=29.74%
G=33.33%
B=36.92%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5865720.190.1000.7221010.7725.49
Hex3A414813A048d2b19
Octal72101110231201103221331
Binary111010100000110010001001110100100100011010010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,65,72); }

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

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

 a { background-color: rgb(58,65,72); }

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

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

 span { border-color: rgb(58,65,72); }

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