#32414F

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

Shades of Arsenic #32414F

Tints of Arsenic #32414F

Color information

#32414F (or 0x32414F) is unknown color: approx Arsenic. HEX triplet: 32, 41 and 4F. RGB value is (50,65,79). Sum of RGB (Red+Green+Blue) = 50+65+79=194 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.77% from 194); Green value is 65 (25.78% from 255 or 33.51% from 194); Blue value is 79 (31.25% from 255 or 40.72% from 194); Max value from RGB is 79 - color contains mainly: blue. Hex color #32414F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32414F is #CDBEB0. Grayscale: #3E3E3E. Windows color (decimal): -13483697 or 5194034. OLE color: 5194034.

HSL color Cylindrical-coordinate representation of color #32414F: hue angle of 208.97º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #32414F is Cyan = 0.37, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB506579-
CMYK0.370.1800.69
HSL208.97º22.48%25.29%-
HSV(B)208.97º36.71%30.98%-
XYZ4.625.028.12-
YUV62.11137.53119.36-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.77%
GREEN value IS 65 (25.78% from 255) = 33.51%
BLUE value IS 79 (31.25% from 255) = 40.72%
R=25.77%
G=33.51%
B=40.72%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5065790.370.1800.69208.9722.4825.29
Hex32414F2512045d11619
Octal62101117452201053212631
Binary110010100000110011111001011001001000101110100011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32414F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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