Html Css Color HEX #393F40 Mine Shaft

📋 copy color: '#393F40'

red 57 ◦ green 63 ◦ blue 64

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

Shades of Mine Shaft #393F40

Tints of Mine Shaft #393F40

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

 M value IS 0.02

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

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

RGB 57 63 64 -
CMYK 0.11 0.02 0 0.75
HSL 188.57º 0.06% 0.24% -
HSV(B) 188.57º 0.11% 0.25% -
XYZ 4.39 4.8 5.54 -
YUV 61.32 129.51 124.92 -
System Red Green Blue C M Y K H S L
Decimal 57 63 64 0.11 0.02 0 0.75 188.57 0.06 0.24
Hex 39 3F 40 B 2 0 4B BD 6 18
Octal 71 77 100 13 2 0 113 275 6 30
Binary 111001 111111 1000000 1011 10 0 1001011 10111101 110 11000

Color Harmonies of #393F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393F40

Black with #393F40

Text Example


Text Example

White with #393F40

Text Example


Text Example

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