Html Css Color HEX #393C3D Mine Shaft

📋 copy color: '#393C3D'

red 57 ◦ green 60 ◦ blue 61

#393C3D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mine Shaft #393C3D

Tints of Mine Shaft #393C3D

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 value IS 0.07

 M value IS 0.02

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#393C3D (or 0x393C3D) is known color: 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

RGB 57 60 61 -
CMYK 0.07 0.02 0 0.76
HSL 195º 0.03% 0.23% -
HSV(B) 195º 0.07% 0.24% -
XYZ 4.15 4.44 5.05 -
YUV 59.22 129.01 126.42 -
System Red Green Blue C M Y K H S L
Decimal 57 60 61 0.07 0.02 0 0.76 195 0.03 0.23
Hex 39 3C 3D 7 2 0 4C C3 3 17
Octal 71 74 75 7 2 0 114 303 3 27
Binary 111001 111100 111101 111 10 0 1001100 11000011 11 10111

Color Harmonies of #393C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393C3D

Black with #393C3D

Text Example


Text Example

White with #393C3D

Text Example


Text Example

HTML Codes & Css Web 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>