#324043

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

Shades of Mine Shaft #324043

Tints of Mine Shaft #324043

Color information

#324043 (or 0x324043) is unknown color: approx Mine Shaft. HEX triplet: 32, 40 and 43. RGB value is (50,64,67). Sum of RGB (Red+Green+Blue) = 50+64+67=181 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.62% from 181); Green value is 64 (25.39% from 255 or 35.36% from 181); Blue value is 67 (26.56% from 255 or 37.02% from 181); Max value from RGB is 67 - color contains mainly: blue. Hex color #324043 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324043 is #CDBFBC. Grayscale: #3C3C3C. Windows color (decimal): -13483965 or 4407346. OLE color: 4407346.

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

Color convert

RGB506467-
CMYK0.250.0400.74
HSL190.59º14.53%22.94%-
HSV(B)190.59º25.37%26.27%-
XYZ4.164.756.01-
YUV60.16131.86120.76-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.62%
GREEN value IS 64 (25.39% from 255) = 35.36%
BLUE value IS 67 (26.56% from 255) = 37.02%
R=27.62%
G=35.36%
B=37.02%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5064670.250.0400.74190.5914.5322.94
Hex32404319404Abff17
Octal6210010331401122771727
Binary11001010000001000011110011000100101010111111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324043; }

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

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

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

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

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

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

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

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