#343B3D

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

Shades of Mine Shaft #343B3D

Tints of Mine Shaft #343B3D

Color information

#343B3D (or 0x343B3D) is unknown color: approx Mine Shaft. HEX triplet: 34, 3B and 3D. RGB value is (52,59,61). Sum of RGB (Red+Green+Blue) = 52+59+61=172 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.23% from 172); Green value is 59 (23.44% from 255 or 34.30% from 172); Blue value is 61 (24.22% from 255 or 35.47% from 172); Max value from RGB is 61 - color contains mainly: blue. Hex color #343B3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343B3D is #CBC4C2. Grayscale: #393939. Windows color (decimal): -13354179 or 4012852. OLE color: 4012852.

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

Color convert

RGB525961-
CMYK0.150.0300.76
HSL193.33º7.96%22.16%-
HSV(B)193.33º14.75%23.92%-
XYZ3.824.195.02-
YUV57.14130.18124.34-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 30.23%
GREEN value IS 59 (23.44% from 255) = 34.30%
BLUE value IS 61 (24.22% from 255) = 35.47%
R=30.23%
G=34.30%
B=35.47%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5259610.150.0300.76193.337.9622.16
Hex343B3DF304Cc1816
Octal64737517301143011026
Binary1101001110111111011111110100110011000001100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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