Html Css Color HEX #343C40 Mine Shaft

📋 copy color: '#343C40'

red 52 ◦ green 60 ◦ blue 64

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

Shades of Mine Shaft #343C40

Tints of Mine Shaft #343C40

RGB

 RED value IS 52 (20.7% from 255) = 29.55%

 GREEN value IS 60 (23.83% from 255) = 34.09%

 BLUE value IS 64 (25.39% from 255) = 36.36%

R = 29.55%
G = 34.09%
B = 36.36%

CMYK

 C value IS 0.19

 M value IS 0.06

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#343C40 (or 0x343C40) is known color: Mine Shaft. HEX triplet: 34, 3C and 40. RGB value is (52,60,64). Sum of RGB (Red+Green+Blue) = 52+60+64=176 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.55% from 176); Green value is 60 (23.83% from 255 or 34.09% from 176); Blue value is 64 (25.39% from 255 or 36.36% from 176); Max value from RGB is 64 - color contains mainly: blue. Hex color #343C40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343C40 is #CBC3BF. Grayscale: #3A3A3A. Windows color (decimal): -13353920 or 4209716. OLE color: 4209716.

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

Color convert

RGB 52 60 64 -
CMYK 0.19 0.06 0 0.75
HSL 200º 0.1% 0.23% -
HSV(B) 200º 0.19% 0.25% -
XYZ 3.96 4.33 5.48 -
YUV 58.06 131.35 123.67 -
System Red Green Blue C M Y K H S L
Decimal 52 60 64 0.19 0.06 0 0.75 200 0.1 0.23
Hex 34 3C 40 13 6 0 4B C8 A 17
Octal 64 74 100 23 6 0 113 310 12 27
Binary 110100 111100 1000000 10011 110 0 1001011 11001000 1010 10111

Color Harmonies of #343C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343C40

Black with #343C40

Text Example


Text Example

White with #343C40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #343C40;
 }
 .AnyTagClassName
 {
   color: #343C40;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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