#334144

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

Shades of Mine Shaft #334144

Tints of Mine Shaft #334144

Color information

#334144 (or 0x334144) is unknown color: approx Mine Shaft. HEX triplet: 33, 41 and 44. RGB value is (51,65,68). Sum of RGB (Red+Green+Blue) = 51+65+68=184 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.72% from 184); Green value is 65 (25.78% from 255 or 35.33% from 184); Blue value is 68 (26.95% from 255 or 36.96% from 184); Max value from RGB is 68 - color contains mainly: blue. Hex color #334144 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334144 is #CCBEBB. Grayscale: #3D3D3D. Windows color (decimal): -13418172 or 4473139. OLE color: 4473139.

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

Color convert

RGB516568-
CMYK0.250.0400.73
HSL190.59º14.29%23.33%-
HSV(B)190.59º25%26.67%-
XYZ4.34.96.19-
YUV61.16131.86120.76-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 27.72%
GREEN value IS 65 (25.78% from 255) = 35.33%
BLUE value IS 68 (26.95% from 255) = 36.96%
R=27.72%
G=35.33%
B=36.96%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5165680.250.0400.73190.5914.2923.33
Hex334144194049bfe17
Octal6310110431401112771627
Binary11001110000011000100110011000100100110111111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334144; }

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

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

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

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

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

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

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

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