#323D48

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

Shades of Arsenic #323D48

Tints of Arsenic #323D48

Color information

#323D48 (or 0x323D48) is unknown color: approx Arsenic. HEX triplet: 32, 3D and 48. RGB value is (50,61,72). Sum of RGB (Red+Green+Blue) = 50+61+72=183 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.32% from 183); Green value is 61 (24.22% from 255 or 33.33% from 183); Blue value is 72 (28.52% from 255 or 39.34% from 183); Max value from RGB is 72 - color contains mainly: blue. Hex color #323D48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323D48 is #CDC2B7. Grayscale: #3A3A3A. Windows color (decimal): -13484728 or 4734258. OLE color: 4734258.

HSL color Cylindrical-coordinate representation of color #323D48: hue angle of 210º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #323D48 is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB506172-
CMYK0.310.1500.72
HSL210º18.03%23.92%-
HSV(B)210º30.56%28.24%-
XYZ4.154.486.78-
YUV58.96135.36121.61-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.32%
GREEN value IS 61 (24.22% from 255) = 33.33%
BLUE value IS 72 (28.52% from 255) = 39.34%
R=27.32%
G=33.33%
B=39.34%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5061720.310.1500.7221018.0323.92
Hex323D481FF048d21218
Octal6275110371701103222230
Binary110010111101100100011111111101001000110100101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323D48; }

 p { color: rgb(50,61,72); }

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

<style>
 a { background-color: #323D48; }

 a { background-color: rgb(50,61,72); }

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

<style>
 span { border-color: #323D48; }

 span { border-color: rgb(50,61,72); }

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