Html Css Color HEX #373E41 Mine Shaft

📋 copy color: '#373E41'

red 55 ◦ green 62 ◦ blue 65

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

Shades of Mine Shaft #373E41

Tints of Mine Shaft #373E41

RGB

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

 GREEN value IS 62 (24.61% from 255) = 34.07%

 BLUE value IS 65 (25.78% from 255) = 35.71%

R = 30.22%
G = 34.07%
B = 35.71%

CMYK

 C value IS 0.15

 M value IS 0.05

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#373E41 (or 0x373E41) is known color: Mine Shaft. HEX triplet: 37, 3E and 41. RGB value is (55,62,65). Sum of RGB (Red+Green+Blue) = 55+62+65=182 (24% of max value = 765). Red value is 55 (21.88% from 255 or 30.22% from 182); Green value is 62 (24.61% from 255 or 34.07% from 182); Blue value is 65 (25.78% from 255 or 35.71% from 182); Max value from RGB is 65 - color contains mainly: blue. Hex color #373E41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373E41 is #C8C1BE. Grayscale: #3C3C3C. Windows color (decimal): -13156799 or 4275767. OLE color: 4275767.

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

Color convert

RGB 55 62 65 -
CMYK 0.15 0.05 0 0.75
HSL 198º 0.08% 0.24% -
HSV(B) 198º 0.15% 0.25% -
XYZ 4.25 4.64 5.67 -
YUV 60.25 130.68 124.26 -
System Red Green Blue C M Y K H S L
Decimal 55 62 65 0.15 0.05 0 0.75 198 0.08 0.24
Hex 37 3E 41 F 5 0 4B C6 8 18
Octal 67 76 101 17 5 0 113 306 10 30
Binary 110111 111110 1000001 1111 101 0 1001011 11000110 1000 11000

Color Harmonies of #373E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373E41

Black with #373E41

Text Example


Text Example

White with #373E41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,62,65); }

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

background-color css

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

 a { background-color: rgb(55,62,65); }

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

border-color css

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

 span { border-color: rgb(55,62,65); }

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