#323C3F

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

Shades of Mine Shaft #323C3F

Tints of Mine Shaft #323C3F

Color information

#323C3F (or 0x323C3F) is unknown color: approx Mine Shaft. HEX triplet: 32, 3C and 3F. RGB value is (50,60,63). Sum of RGB (Red+Green+Blue) = 50+60+63=173 (22% of max value = 765). Red value is 50 (19.92% from 255 or 28.90% from 173); Green value is 60 (23.83% from 255 or 34.68% from 173); Blue value is 63 (25% from 255 or 36.42% from 173); Max value from RGB is 63 - color contains mainly: blue. Hex color #323C3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323C3F is #CDC3C0. Grayscale: #393939. Windows color (decimal): -13484993 or 4144178. OLE color: 4144178.

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

Color convert

RGB506063-
CMYK0.210.0500.75
HSL193.85º11.5%22.16%-
HSV(B)193.85º20.63%24.71%-
XYZ3.834.275.32-
YUV57.35131.19122.76-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 28.90%
GREEN value IS 60 (23.83% from 255) = 34.68%
BLUE value IS 63 (25% from 255) = 36.42%
R=28.90%
G=34.68%
B=36.42%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5060630.210.0500.75193.8511.522.16
Hex323C3F15504Bc2c16
Octal62747725501133021426
Binary110010111100111111101011010100101111000010110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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