Html Css Color HEX #343D41 Mine Shaft

📋 copy color: '#343D41'

red 52 ◦ green 61 ◦ blue 65

#343D41
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mine Shaft #343D41

Tints of Mine Shaft #343D41

RGB

 RED value IS 52 (20.7% 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 value IS 0.20

 M value IS 0.06

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#343D41 (or 0x343D41) is known color: 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

RGB 52 61 65 -
CMYK 0.20 0.06 0 0.75
HSL 198.46º 0.11% 0.23% -
HSV(B) 198.46º 0.2% 0.25% -
XYZ 4.04 4.45 5.65 -
YUV 58.77 131.52 123.17 -
System Red Green Blue C M Y K H S L
Decimal 52 61 65 0.20 0.06 0 0.75 198.46 0.11 0.23
Hex 34 3D 41 14 6 0 4B C6 B 17
Octal 64 75 101 24 6 0 113 306 13 27
Binary 110100 111101 1000001 10100 110 0 1001011 11000110 1011 10111

Color Harmonies of #343D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343D41

Black with #343D41

Text Example


Text Example

White with #343D41

Text Example


Text Example

HTML Codes & Css Web 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>