#373F42

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

Shades of Mine Shaft #373F42

Tints of Mine Shaft #373F42

Color information

#373F42 (or 0x373F42) is unknown color: approx Mine Shaft. HEX triplet: 37, 3F and 42. RGB value is (55,63,66). Sum of RGB (Red+Green+Blue) = 55+63+66=184 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.89% from 184); Green value is 63 (25% from 255 or 34.24% from 184); Blue value is 66 (26.17% from 255 or 35.87% from 184); Max value from RGB is 66 - color contains mainly: blue. Hex color #373F42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373F42 is #C8C0BD. Grayscale: #3C3C3C. Windows color (decimal): -13156542 or 4341559. OLE color: 4341559.

HSL color Cylindrical-coordinate representation of color #373F42: hue angle of 196.36º degrees, saturation: 0.09, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #373F42 is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB556366-
CMYK0.170.0500.74
HSL196.36º9.09%23.73%-
HSV(B)196.36º16.67%25.88%-
XYZ4.344.765.84-
YUV60.95130.85123.76-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 29.89%
GREEN value IS 63 (25% from 255) = 34.24%
BLUE value IS 66 (26.17% from 255) = 35.87%
R=29.89%
G=34.24%
B=35.87%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5563660.170.0500.74196.369.0923.73
Hex373F4211504Ac4918
Octal677710221501123041130
Binary1101111111111000010100011010100101011000100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #373F42;
 }
 .AnyTagClassName
 {
   color: #373F42;
 }
</style>
background-color css

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

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

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

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

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

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