#323D40

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

Shades of Mine Shaft #323D40

Tints of Mine Shaft #323D40

Color information

#323D40 (or 0x323D40) is unknown color: approx Mine Shaft. HEX triplet: 32, 3D and 40. RGB value is (50,61,64). Sum of RGB (Red+Green+Blue) = 50+61+64=175 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.57% from 175); Green value is 61 (24.22% from 255 or 34.86% from 175); Blue value is 64 (25.39% from 255 or 36.57% from 175); Max value from RGB is 64 - color contains mainly: blue. Hex color #323D40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323D40 is #CDC2BF. Grayscale: #3A3A3A. Windows color (decimal): -13484736 or 4209970. OLE color: 4209970.

HSL color Cylindrical-coordinate representation of color #323D40: hue angle of 192.86º 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 #323D40 is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB506164-
CMYK0.220.0500.75
HSL192.86º12.28%22.35%-
HSV(B)192.86º21.88%25.1%-
XYZ3.914.395.49-
YUV58.05131.36122.26-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 28.57%
GREEN value IS 61 (24.22% from 255) = 34.86%
BLUE value IS 64 (25.39% from 255) = 36.57%
R=28.57%
G=34.86%
B=36.57%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5061640.220.0500.75192.8612.2822.35
Hex323D4016504Bc1c16
Octal627510026501133011426
Binary1100101111011000000101101010100101111000001110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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