#344043

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

Shades of Mine Shaft #344043

Tints of Mine Shaft #344043

Color information

#344043 (or 0x344043) is unknown color: approx Mine Shaft. HEX triplet: 34, 40 and 43. RGB value is (52,64,67). Sum of RGB (Red+Green+Blue) = 52+64+67=183 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.42% from 183); Green value is 64 (25.39% from 255 or 34.97% from 183); Blue value is 67 (26.56% from 255 or 36.61% from 183); Max value from RGB is 67 - color contains mainly: blue. Hex color #344043 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344043 is #CBBFBC. Grayscale: #3C3C3C. Windows color (decimal): -13352893 or 4407348. OLE color: 4407348.

HSL color Cylindrical-coordinate representation of color #344043: hue angle of 192º degrees, saturation: 0.13, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #344043 is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB526467-
CMYK0.220.0400.74
HSL192º12.61%23.33%-
HSV(B)192º22.39%26.27%-
XYZ4.264.86.01-
YUV60.75131.52121.76-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.42%
GREEN value IS 64 (25.39% from 255) = 34.97%
BLUE value IS 67 (26.56% from 255) = 36.61%
R=28.42%
G=34.97%
B=36.61%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5264670.220.0400.7419212.6123.33
Hex34404316404Ac0d17
Octal6410010326401123001527
Binary11010010000001000011101101000100101011000000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344043; }

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

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

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

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

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

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

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

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