Html Css Color HEX #373D40 Mine Shaft

📋 copy color: '#373D40'

red 55 ◦ green 61 ◦ blue 64

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

Shades of Mine Shaft #373D40

Tints of Mine Shaft #373D40

RGB

 RED value IS 55 (21.88% from 255) = 30.56%

 GREEN value IS 61 (24.22% from 255) = 33.89%

 BLUE value IS 64 (25.39% from 255) = 35.56%

R = 30.56%
G = 33.89%
B = 35.56%

CMYK

 C value IS 0.14

 M value IS 0.05

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#373D40 (or 0x373D40) is known color: Mine Shaft. HEX triplet: 37, 3D and 40. RGB value is (55,61,64). Sum of RGB (Red+Green+Blue) = 55+61+64=180 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.56% from 180); Green value is 61 (24.22% from 255 or 33.89% from 180); Blue value is 64 (25.39% from 255 or 35.56% from 180); Max value from RGB is 64 - color contains mainly: blue. Hex color #373D40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373D40 is #C8C2BF. Grayscale: #3B3B3B. Windows color (decimal): -13157056 or 4209975. OLE color: 4209975.

HSL color Cylindrical-coordinate representation of color #373D40: hue angle of 200º degrees, saturation: 0.08, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #373D40 is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 55 61 64 -
CMYK 0.14 0.05 0 0.75
HSL 200º 0.08% 0.23% -
HSV(B) 200º 0.14% 0.25% -
XYZ 4.17 4.52 5.5 -
YUV 59.55 130.51 124.76 -
System Red Green Blue C M Y K H S L
Decimal 55 61 64 0.14 0.05 0 0.75 200 0.08 0.23
Hex 37 3D 40 E 5 0 4B C8 8 17
Octal 67 75 100 16 5 0 113 310 10 27
Binary 110111 111101 1000000 1110 101 0 1001011 11001000 1000 10111

Color Harmonies of #373D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373D40

Black with #373D40

Text Example


Text Example

White with #373D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373D40; }

 p { color: rgb(55,61,64); }

 H1.HeaderClassName
 {
   color: #373D40;
 }
 .AnyTagClassName
 {
   color: #373D40;
 }
</style>

background-color css

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

 a { background-color: rgb(55,61,64); }

 div.DivClassName
 {
   background-color: #373D40;
 }
 .BgClassName
 {
   background-color: #373D40;
 }
</style>

border-color css

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

 span { border-color: rgb(55,61,64); }

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