#393C3D

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

Shades of Mine Shaft #393C3D

Tints of Mine Shaft #393C3D

Color information

#393C3D (or 0x393C3D) is unknown color: approx Mine Shaft. HEX triplet: 39, 3C and 3D. RGB value is (57,60,61). Sum of RGB (Red+Green+Blue) = 57+60+61=178 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.02% from 178); Green value is 60 (23.83% from 255 or 33.71% from 178); Blue value is 61 (24.22% from 255 or 34.27% from 178); Max value from RGB is 61 - color contains mainly: blue. Hex color #393C3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393C3D is #C6C3C2. Grayscale: #3B3B3B. Windows color (decimal): -13026243 or 4013113. OLE color: 4013113.

HSL color Cylindrical-coordinate representation of color #393C3D: hue angle of 195º degrees, saturation: 0.03, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #393C3D is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB576061-
CMYK0.070.0200.76
HSL195º3.39%23.14%-
HSV(B)195º6.56%23.92%-
XYZ4.154.445.05-
YUV59.22129.01126.42-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 32.02%
GREEN value IS 60 (23.83% from 255) = 33.71%
BLUE value IS 61 (24.22% from 255) = 34.27%
R=32.02%
G=33.71%
B=34.27%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5760610.070.0200.761953.3923.14
Hex393C3D7204Cc3317
Octal717475720114303327
Binary1110011111001111011111001001100110000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,60,61); }

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

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

 a { background-color: rgb(57,60,61); }

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

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

 span { border-color: rgb(57,60,61); }

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