#343D41

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

Shades of Mine Shaft #343D41

Tints of Mine Shaft #343D41

Color information

#343D41 (or 0x343D41) is unknown color: approx Mine Shaft. HEX triplet: 34, 3D and 41. RGB value is (52,61,65). Sum of RGB (Red+Green+Blue) = 52+61+65=178 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.21% from 178); Green value is 61 (24.22% from 255 or 34.27% from 178); Blue value is 65 (25.78% from 255 or 36.52% from 178); Max value from RGB is 65 - color contains mainly: blue. Hex color #343D41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343D41 is #CBC2BE. Grayscale: #3A3A3A. Windows color (decimal): -13353663 or 4275508. OLE color: 4275508.

HSL color Cylindrical-coordinate representation of color #343D41: hue angle of 198.46º degrees, saturation: 0.11, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #343D41 is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB526165-
CMYK0.200.0600.75
HSL198.46º11.11%22.94%-
HSV(B)198.46º20%25.49%-
XYZ4.044.455.65-
YUV58.76131.52123.17-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.21%
GREEN value IS 61 (24.22% from 255) = 34.27%
BLUE value IS 65 (25.78% from 255) = 36.52%
R=29.21%
G=34.27%
B=36.52%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5261650.200.0600.75198.4611.1122.94
Hex343D4114604Bc6b17
Octal647510124601133061327
Binary1101001111011000001101001100100101111000110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,61,65); }

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

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

 a { background-color: rgb(52,61,65); }

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

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

 span { border-color: rgb(52,61,65); }

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