#344144

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

Shades of Mine Shaft #344144

Tints of Mine Shaft #344144

Color information

#344144 (or 0x344144) is unknown color: approx Mine Shaft. HEX triplet: 34, 41 and 44. RGB value is (52,65,68). Sum of RGB (Red+Green+Blue) = 52+65+68=185 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.11% from 185); Green value is 65 (25.78% from 255 or 35.14% from 185); Blue value is 68 (26.95% from 255 or 36.76% from 185); Max value from RGB is 68 - color contains mainly: blue. Hex color #344144 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344144 is #CBBEBB. Grayscale: #3D3D3D. Windows color (decimal): -13352636 or 4473140. OLE color: 4473140.

HSL color Cylindrical-coordinate representation of color #344144: hue angle of 191.25º degrees, saturation: 0.13, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #344144 is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB526568-
CMYK0.240.0400.73
HSL191.25º13.33%23.53%-
HSV(B)191.25º23.53%26.67%-
XYZ4.354.936.19-
YUV61.46131.69121.26-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.11%
GREEN value IS 65 (25.78% from 255) = 35.14%
BLUE value IS 68 (26.95% from 255) = 36.76%
R=28.11%
G=35.14%
B=36.76%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5265680.240.0400.73191.2513.3323.53
Hex344144184049bfd18
Octal6410110430401112771530
Binary11010010000011000100110001000100100110111111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344144; }

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

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

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

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

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

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

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

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