Html Css Color HEX #373F41 Mine Shaft

📋 copy color: '#373F41'

red 55 ◦ green 63 ◦ blue 65

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

Shades of Mine Shaft #373F41

Tints of Mine Shaft #373F41

RGB

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

 GREEN value IS 63 (25% from 255) = 34.43%

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

R = 30.05%
G = 34.43%
B = 35.52%

CMYK

 C value IS 0.15

 M value IS 0.03

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#373F41 (or 0x373F41) is known color: Mine Shaft. HEX triplet: 37, 3F and 41. RGB value is (55,63,65). Sum of RGB (Red+Green+Blue) = 55+63+65=183 (24% of max value = 765). Red value is 55 (21.88% from 255 or 30.05% from 183); Green value is 63 (25% from 255 or 34.43% from 183); Blue value is 65 (25.78% from 255 or 35.52% from 183); Max value from RGB is 65 - color contains mainly: blue. Hex color #373F41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373F41 is #C8C0BE. Grayscale: #3C3C3C. Windows color (decimal): -13156543 or 4276023. OLE color: 4276023.

HSL color Cylindrical-coordinate representation of color #373F41: hue angle of 192º 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 #373F41 is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 55 63 65 -
CMYK 0.15 0.03 0 0.75
HSL 192º 0.08% 0.24% -
HSV(B) 192º 0.15% 0.25% -
XYZ 4.31 4.75 5.69 -
YUV 60.84 130.35 123.84 -
System Red Green Blue C M Y K H S L
Decimal 55 63 65 0.15 0.03 0 0.75 192 0.08 0.24
Hex 37 3F 41 F 3 0 4B C0 8 18
Octal 67 77 101 17 3 0 113 300 10 30
Binary 110111 111111 1000001 1111 11 0 1001011 11000000 1000 11000

Color Harmonies of #373F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373F41

Black with #373F41

Text Example


Text Example

White with #373F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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