#343A3C

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

Shades of Mine Shaft #343A3C

Tints of Mine Shaft #343A3C

Color information

#343A3C (or 0x343A3C) is unknown color: approx Mine Shaft. HEX triplet: 34, 3A and 3C. RGB value is (52,58,60). Sum of RGB (Red+Green+Blue) = 52+58+60=170 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.59% from 170); Green value is 58 (23.05% from 255 or 34.12% from 170); Blue value is 60 (23.83% from 255 or 35.29% from 170); Max value from RGB is 60 - color contains mainly: blue. Hex color #343A3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343A3C is #CBC5C3. Grayscale: #383838. Windows color (decimal): -13354436 or 3947060. OLE color: 3947060.

HSL color Cylindrical-coordinate representation of color #343A3C: hue angle of 195º degrees, saturation: 0.07, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #343A3C is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB525860-
CMYK0.130.0300.76
HSL195º7.14%21.96%-
HSV(B)195º13.33%23.53%-
XYZ3.744.084.87-
YUV56.43130.01124.84-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 30.59%
GREEN value IS 58 (23.05% from 255) = 34.12%
BLUE value IS 60 (23.83% from 255) = 35.29%
R=30.59%
G=34.12%
B=35.29%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5258600.130.0300.761957.1421.96
Hex343A3CD304Cc3716
Octal6472741530114303726
Binary110100111010111100110111010011001100001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343A3C; }

 p { color: rgb(52,58,60); }

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

<style>
 a { background-color: #343A3C; }

 a { background-color: rgb(52,58,60); }

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

<style>
 span { border-color: #343A3C; }

 span { border-color: rgb(52,58,60); }

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