#374747

Color #374747 Dark Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Grey #374747

Tints of Dark Slate Grey #374747

Color information

#374747 (or 0x374747) is unknown color: approx Dark Slate Grey. HEX triplet: 37, 47 and 47. RGB value is (55,71,71). Sum of RGB (Red+Green+Blue) = 55+71+71=197 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.92% from 197); Green value is 71 (28.12% from 255 or 36.04% from 197); Blue value is 71 (28.12% from 255 or 36.04% from 197); Max value from RGB is 71 - color contains mainly: green, blue. Hex color #374747 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374747 is #C8B8B8. Grayscale: #424242. Windows color (decimal): -13154489 or 4671287. OLE color: 4671287.

HSL color Cylindrical-coordinate representation of color #374747: hue angle of 180º degrees, saturation: 0.13, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #374747 is Cyan = 0.23, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB557171-
CMYK0.23000.72
HSL180º12.7%24.71%-
HSV(B)180º22.54%27.84%-
XYZ4.975.776.81-
YUV66.22130.7120-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.92%
GREEN value IS 71 (28.12% from 255) = 36.04%
BLUE value IS 71 (28.12% from 255) = 36.04%
R=27.92%
G=36.04%
B=36.04%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5571710.23000.7218012.724.71
Hex374747170048b4d19
Octal6710710727001102641531
Binary110111100011110001111011100100100010110100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374747; }

 p { color: rgb(55,71,71); }

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

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

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

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

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

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

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