#343E41

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

Shades of Mine Shaft #343E41

Tints of Mine Shaft #343E41

Color information

#343E41 (or 0x343E41) is unknown color: approx Mine Shaft. HEX triplet: 34, 3E and 41. RGB value is (52,62,65). Sum of RGB (Red+Green+Blue) = 52+62+65=179 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.05% from 179); Green value is 62 (24.61% from 255 or 34.64% from 179); Blue value is 65 (25.78% from 255 or 36.31% from 179); Max value from RGB is 65 - color contains mainly: blue. Hex color #343E41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343E41 is #CBC1BE. Grayscale: #3B3B3B. Windows color (decimal): -13353407 or 4275764. OLE color: 4275764.

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

Color convert

RGB526265-
CMYK0.200.0500.75
HSL193.85º11.11%22.94%-
HSV(B)193.85º20%25.49%-
XYZ4.094.565.66-
YUV59.35131.19122.76-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.05%
GREEN value IS 62 (24.61% from 255) = 34.64%
BLUE value IS 65 (25.78% from 255) = 36.31%
R=29.05%
G=34.64%
B=36.31%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5262650.200.0500.75193.8511.1122.94
Hex343E4114504Bc2b17
Octal647610124501133021327
Binary1101001111101000001101001010100101111000010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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