Html Css Color HEX #394748 Dark Slate Grey

📋 copy color: '#394748'

red 57 ◦ green 71 ◦ blue 72

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

Shades of Dark Slate Grey #394748

Tints of Dark Slate Grey #394748

RGB

 RED value IS 57 (22.66% from 255) = 28.5%

 GREEN value IS 71 (28.13% from 255) = 35.5%

 BLUE value IS 72 (28.52% from 255) = 36%

R = 28.5%
G = 35.5%
B = 36%

CMYK

 C value IS 0.21

 M value IS 0.01

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#394748 (or 0x394748) is known color: Dark Slate Grey. HEX triplet: 39, 47 and 48. RGB value is (57,71,72). Sum of RGB (Red+Green+Blue) = 57+71+72=200 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.5% from 200); Green value is 71 (28.12% from 255 or 35.5% from 200); Blue value is 72 (28.52% from 255 or 36% from 200); Max value from RGB is 72 - color contains mainly: blue. Hex color #394748 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394748 is #C6B8B7. Grayscale: #424242. Windows color (decimal): -13023416 or 4736825. OLE color: 4736825.

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

Color convert

RGB 57 71 72 -
CMYK 0.21 0.01 0 0.72
HSL 184º 0.12% 0.25% -
HSV(B) 184º 0.21% 0.28% -
XYZ 5.11 5.84 6.99 -
YUV 66.93 130.86 120.92 -
System Red Green Blue C M Y K H S L
Decimal 57 71 72 0.21 0.01 0 0.72 184 0.12 0.25
Hex 39 47 48 15 1 0 48 B8 C 19
Octal 71 107 110 25 1 0 110 270 14 31
Binary 111001 1000111 1001000 10101 1 0 1001000 10111000 1100 11001

Color Harmonies of #394748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394748

Black with #394748

Text Example


Text Example

White with #394748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394748; }

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

 H1.HeaderClassName
 {
   color: #394748;
 }
 .AnyTagClassName
 {
   color: #394748;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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