#323C41

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

Shades of Mine Shaft #323C41

Tints of Mine Shaft #323C41

Color information

#323C41 (or 0x323C41) is unknown color: approx Mine Shaft. HEX triplet: 32, 3C and 41. RGB value is (50,60,65). Sum of RGB (Red+Green+Blue) = 50+60+65=175 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.57% from 175); Green value is 60 (23.83% from 255 or 34.29% from 175); Blue value is 65 (25.78% from 255 or 37.14% from 175); Max value from RGB is 65 - color contains mainly: blue. Hex color #323C41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323C41 is #CDC3BE. Grayscale: #393939. Windows color (decimal): -13484991 or 4275250. OLE color: 4275250.

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

Color convert

RGB506065-
CMYK0.230.0800.75
HSL200º13.04%22.55%-
HSV(B)200º23.08%25.49%-
XYZ3.894.295.62-
YUV57.58132.19122.59-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 28.57%
GREEN value IS 60 (23.83% from 255) = 34.29%
BLUE value IS 65 (25.78% from 255) = 37.14%
R=28.57%
G=34.29%
B=37.14%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5060650.230.0800.7520013.0422.55
Hex323C4117804Bc8d17
Octal6274101271001133101527
Binary11001011110010000011011110000100101111001000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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