#393F40

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

Shades of Mine Shaft #393F40

Tints of Mine Shaft #393F40

Color information

#393F40 (or 0x393F40) is unknown color: approx Mine Shaft. HEX triplet: 39, 3F and 40. RGB value is (57,63,64). Sum of RGB (Red+Green+Blue) = 57+63+64=184 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.98% from 184); Green value is 63 (25% from 255 or 34.24% from 184); Blue value is 64 (25.39% from 255 or 34.78% from 184); Max value from RGB is 64 - color contains mainly: blue. Hex color #393F40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393F40 is #C6C0BF. Grayscale: #3D3D3D. Windows color (decimal): -13025472 or 4210489. OLE color: 4210489.

HSL color Cylindrical-coordinate representation of color #393F40: hue angle of 188.57º degrees, saturation: 0.06, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #393F40 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB576364-
CMYK0.110.0200.75
HSL188.57º5.79%23.73%-
HSV(B)188.57º10.94%25.1%-
XYZ4.394.85.54-
YUV61.32129.51124.92-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30.98%
GREEN value IS 63 (25% from 255) = 34.24%
BLUE value IS 64 (25.39% from 255) = 34.78%
R=30.98%
G=34.24%
B=34.78%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5763640.110.0200.75188.575.7923.73
Hex393F40B204Bbd618
Octal71771001320113275630
Binary1110011111111000000101110010010111011110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393F40; }

 p { color: rgb(57,63,64); }

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

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

 a { background-color: rgb(57,63,64); }

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

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

 span { border-color: rgb(57,63,64); }

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