Html Css Color HEX #373C3E Mine Shaft

📋 copy color: '#373C3E'

red 55 ◦ green 60 ◦ blue 62

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

Shades of Mine Shaft #373C3E

Tints of Mine Shaft #373C3E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 33.9%

 BLUE value IS 62 (24.61% from 255) = 35.03%

R = 31.07%
G = 33.9%
B = 35.03%

CMYK

 C value IS 0.11

 M value IS 0.03

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#373C3E (or 0x373C3E) is known color: Mine Shaft. HEX triplet: 37, 3C and 3E. RGB value is (55,60,62). Sum of RGB (Red+Green+Blue) = 55+60+62=177 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.07% from 177); Green value is 60 (23.83% from 255 or 33.90% from 177); Blue value is 62 (24.61% from 255 or 35.03% from 177); Max value from RGB is 62 - color contains mainly: blue. Hex color #373C3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373C3E is #C8C3C1. Grayscale: #3A3A3A. Windows color (decimal): -13157314 or 4078647. OLE color: 4078647.

HSL color Cylindrical-coordinate representation of color #373C3E: hue angle of 197.14º degrees, saturation: 0.06, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #373C3E is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 55 60 62 -
CMYK 0.11 0.03 0 0.76
HSL 197.14º 0.06% 0.23% -
HSV(B) 197.14º 0.11% 0.24% -
XYZ 4.06 4.39 5.19 -
YUV 58.73 129.84 125.34 -
System Red Green Blue C M Y K H S L
Decimal 55 60 62 0.11 0.03 0 0.76 197.14 0.06 0.23
Hex 37 3C 3E B 3 0 4C C5 6 17
Octal 67 74 76 13 3 0 114 305 6 27
Binary 110111 111100 111110 1011 11 0 1001100 11000101 110 10111

Color Harmonies of #373C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373C3E

Black with #373C3E

Text Example


Text Example

White with #373C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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