#323E41

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

Shades of Mine Shaft #323E41

Tints of Mine Shaft #323E41

Color information

#323E41 (or 0x323E41) is unknown color: approx Mine Shaft. HEX triplet: 32, 3E and 41. RGB value is (50,62,65). Sum of RGB (Red+Green+Blue) = 50+62+65=177 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.25% from 177); Green value is 62 (24.61% from 255 or 35.03% from 177); Blue value is 65 (25.78% from 255 or 36.72% from 177); Max value from RGB is 65 - color contains mainly: blue. Hex color #323E41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323E41 is #CDC1BE. Grayscale: #3A3A3A. Windows color (decimal): -13484479 or 4275762. OLE color: 4275762.

HSL color Cylindrical-coordinate representation of color #323E41: hue angle of 192º degrees, saturation: 0.13, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #323E41 is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB506265-
CMYK0.230.0500.75
HSL192º13.04%22.55%-
HSV(B)192º23.08%25.49%-
XYZ3.994.515.66-
YUV58.75131.52121.76-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 28.25%
GREEN value IS 62 (24.61% from 255) = 35.03%
BLUE value IS 65 (25.78% from 255) = 36.72%
R=28.25%
G=35.03%
B=36.72%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5062650.230.0500.7519213.0422.55
Hex323E4117504Bc0d17
Octal627610127501133001527
Binary1100101111101000001101111010100101111000000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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