#323C40

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

Shades of Mine Shaft #323C40

Tints of Mine Shaft #323C40

Color information

#323C40 (or 0x323C40) is unknown color: approx Mine Shaft. HEX triplet: 32, 3C and 40. RGB value is (50,60,64). Sum of RGB (Red+Green+Blue) = 50+60+64=174 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.74% from 174); Green value is 60 (23.83% from 255 or 34.48% from 174); Blue value is 64 (25.39% from 255 or 36.78% from 174); Max value from RGB is 64 - color contains mainly: blue. Hex color #323C40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323C40 is #CDC3BF. Grayscale: #393939. Windows color (decimal): -13484992 or 4209714. OLE color: 4209714.

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

Color convert

RGB506064-
CMYK0.220.0600.75
HSL197.14º12.28%22.35%-
HSV(B)197.14º21.88%25.1%-
XYZ3.864.285.47-
YUV57.47131.69122.67-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 28.74%
GREEN value IS 60 (23.83% from 255) = 34.48%
BLUE value IS 64 (25.39% from 255) = 36.78%
R=28.74%
G=34.48%
B=36.78%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5060640.220.0600.75197.1412.2822.35
Hex323C4016604Bc5c16
Octal627410026601133051426
Binary1100101111001000000101101100100101111000101110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,60,64); }

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

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

 a { background-color: rgb(50,60,64); }

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

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

 span { border-color: rgb(50,60,64); }

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