#373D40

Color #373D40 Mine Shaft (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mine Shaft #373D40

Tints of Mine Shaft #373D40

Color information

#373D40 (or 0x373D40) is unknown color: approx 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

RGB556164-
CMYK0.140.0500.75
HSL200º7.56%23.33%-
HSV(B)200º14.06%25.1%-
XYZ4.174.525.5-
YUV59.55130.51124.76-

RGB Variations

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

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 (Cyan) values IS 0.14
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5561640.140.0500.752007.5623.33
Hex373D40E504Bc8817
Octal677510016501133101027
Binary110111111101100000011101010100101111001000100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>