Html Css Color HEX #384748 Dark Slate Grey

📋 copy color: '#384748'

red 56 ◦ green 71 ◦ blue 72

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

Shades of Dark Slate Grey #384748

Tints of Dark Slate Grey #384748

RGB

 RED value IS 56 (22.27% from 255) = 28.14%

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

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

R = 28.14%
G = 35.68%
B = 36.18%

CMYK

 C value IS 0.22

 M value IS 0.01

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#384748 (or 0x384748) is known color: Dark Slate Grey. HEX triplet: 38, 47 and 48. RGB value is (56,71,72). Sum of RGB (Red+Green+Blue) = 56+71+72=199 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.14% from 199); Green value is 71 (28.12% from 255 or 35.68% from 199); Blue value is 72 (28.52% from 255 or 36.18% from 199); Max value from RGB is 72 - color contains mainly: blue. Hex color #384748 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384748 is #C7B8B7. Grayscale: #424242. Windows color (decimal): -13088952 or 4736824. OLE color: 4736824.

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

Color convert

RGB 56 71 72 -
CMYK 0.22 0.01 0 0.72
HSL 183.75º 0.13% 0.25% -
HSV(B) 183.75º 0.22% 0.28% -
XYZ 5.05 5.82 6.99 -
YUV 66.63 131.03 120.42 -
System Red Green Blue C M Y K H S L
Decimal 56 71 72 0.22 0.01 0 0.72 183.75 0.13 0.25
Hex 38 47 48 16 1 0 48 B8 C 19
Octal 70 107 110 26 1 0 110 270 14 31
Binary 111000 1000111 1001000 10110 1 0 1001000 10111000 1100 11001

Color Harmonies of #384748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384748

Black with #384748

Text Example


Text Example

White with #384748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384748; }

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

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

background-color css

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

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

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

border-color css

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

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

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