#32414D

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

Shades of Arsenic #32414D

Tints of Arsenic #32414D

Color information

#32414D (or 0x32414D) is unknown color: approx Arsenic. HEX triplet: 32, 41 and 4D. RGB value is (50,65,77). Sum of RGB (Red+Green+Blue) = 50+65+77=192 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.04% from 192); Green value is 65 (25.78% from 255 or 33.85% from 192); Blue value is 77 (30.47% from 255 or 40.10% from 192); Max value from RGB is 77 - color contains mainly: blue. Hex color #32414D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32414D is #CDBEB2. Grayscale: #3D3D3D. Windows color (decimal): -13483699 or 5062962. OLE color: 5062962.

HSL color Cylindrical-coordinate representation of color #32414D: hue angle of 206.67º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #32414D is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB506577-
CMYK0.350.1600.70
HSL206.67º21.26%24.9%-
HSV(B)206.67º35.06%30.2%-
XYZ4.554.997.75-
YUV61.88136.53119.52-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.04%
GREEN value IS 65 (25.78% from 255) = 33.85%
BLUE value IS 77 (30.47% from 255) = 40.10%
R=26.04%
G=33.85%
B=40.10%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5065770.350.1600.70206.6721.2624.9
Hex32414D2310046cf1519
Octal62101115432001063172531
Binary110010100000110011011000111000001000110110011111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32414D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32414D; }

 p { color: rgb(50,65,77); }

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

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

 a { background-color: rgb(50,65,77); }

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

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

 span { border-color: rgb(50,65,77); }

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