Html Css Color HEX #394647 Dark Slate Grey

📋 copy color: '#394647'

red 57 ◦ green 70 ◦ blue 71

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

Shades of Dark Slate Grey #394647

Tints of Dark Slate Grey #394647

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.13% from 255) = 35.86%

R = 28.79%
G = 35.35%
B = 35.86%

CMYK

 C value IS 0.20

 M value IS 0.01

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#394647 (or 0x394647) is known color: 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

RGB 57 70 71 -
CMYK 0.20 0.01 0 0.72
HSL 184.29º 0.11% 0.25% -
HSV(B) 184.29º 0.2% 0.28% -
XYZ 5.01 5.71 6.8 -
YUV 66.23 130.69 121.42 -
System Red Green Blue C M Y K H S L
Decimal 57 70 71 0.20 0.01 0 0.72 184.29 0.11 0.25
Hex 39 46 47 14 1 0 48 B8 B 19
Octal 71 106 107 24 1 0 110 270 13 31
Binary 111001 1000110 1000111 10100 1 0 1001000 10111000 1011 11001

Color Harmonies of #394647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394647

Black with #394647

Text Example


Text Example

White with #394647

Text Example


Text Example

HTML Codes & Css Web 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>