#394647

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

Shades of Dark Slate Grey #394647

Tints of Dark Slate Grey #394647

Color information

#394647 (or 0x394647) is unknown color: approx Dark Slate Grey. HEX triplet: 39, 46 and 47. RGB value is (57,70,71). Sum of RGB (Red+Green+Blue) = 57+70+71=198 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.79% from 198); Green value is 70 (27.73% from 255 or 35.35% from 198); Blue value is 71 (28.12% from 255 or 35.86% from 198); Max value from RGB is 71 - color contains mainly: blue. Hex color #394647 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394647 is #C6B9B8. Grayscale: #424242. Windows color (decimal): -13023673 or 4671033. OLE color: 4671033.

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

Color convert

RGB577071-
CMYK0.200.0100.72
HSL184.29º10.94%25.1%-
HSV(B)184.29º19.72%27.84%-
XYZ5.015.716.8-
YUV66.23130.69121.42-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 28.79%
GREEN value IS 70 (27.73% from 255) = 35.35%
BLUE value IS 71 (28.12% from 255) = 35.86%
R=28.79%
G=35.35%
B=35.86%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5770710.200.0100.72184.2910.9425.1
Hex394647141048b8b19
Octal7110610724101102701331
Binary111001100011010001111010010100100010111000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394647; }

 p { color: rgb(57,70,71); }

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

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

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

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

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

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

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