#32424D

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

Shades of Arsenic #32424D

Tints of Arsenic #32424D

Color information

#32424D (or 0x32424D) is unknown color: approx Arsenic. HEX triplet: 32, 42 and 4D. RGB value is (50,66,77). Sum of RGB (Red+Green+Blue) = 50+66+77=193 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.91% from 193); Green value is 66 (26.17% from 255 or 34.20% from 193); Blue value is 77 (30.47% from 255 or 39.90% from 193); Max value from RGB is 77 - color contains mainly: blue. Hex color #32424D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32424D is #CDBDB2. Grayscale: #3E3E3E. Windows color (decimal): -13483443 or 5063218. OLE color: 5063218.

HSL color Cylindrical-coordinate representation of color #32424D: hue angle of 204.44º 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 #32424D is Cyan = 0.35, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB506677-
CMYK0.350.1400.70
HSL204.44º21.26%24.9%-
HSV(B)204.44º35.06%30.2%-
XYZ4.65.117.76-
YUV62.47136.2119.11-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.91%
GREEN value IS 66 (26.17% from 255) = 34.20%
BLUE value IS 77 (30.47% from 255) = 39.90%
R=25.91%
G=34.20%
B=39.90%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5066770.350.1400.70204.4421.2624.9
Hex32424D23E046cc1519
Octal62102115431601063142531
Binary11001010000101001101100011111001000110110011001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32424D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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