Html Css Color HEX #384747 Dark Slate Grey

📋 copy color: '#384747'

red 56 ◦ green 71 ◦ blue 71

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

Shades of Dark Slate Grey #384747

Tints of Dark Slate Grey #384747

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 35.86%

R = 28.28%
G = 35.86%
B = 35.86%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#384747 (or 0x384747) is known color: Dark Slate Grey. HEX triplet: 38, 47 and 47. RGB value is (56,71,71). Sum of RGB (Red+Green+Blue) = 56+71+71=198 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.28% from 198); Green value is 71 (28.12% from 255 or 35.86% from 198); Blue value is 71 (28.12% from 255 or 35.86% from 198); Max value from RGB is 71 - color contains mainly: green, blue. Hex color #384747 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384747 is #C7B8B8. Grayscale: #424242. Windows color (decimal): -13088953 or 4671288. OLE color: 4671288.

HSL color Cylindrical-coordinate representation of color #384747: hue angle of 180º 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 #384747 is Cyan = 0.21, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 56 71 71 -
CMYK 0.21 0 0 0.72
HSL 180º 0.12% 0.25% -
HSV(B) 180º 0.21% 0.28% -
XYZ 5.02 5.8 6.82 -
YUV 66.52 130.53 120.5 -
System Red Green Blue C M Y K H S L
Decimal 56 71 71 0.21 0 0 0.72 180 0.12 0.25
Hex 38 47 47 15 0 0 48 B4 C 19
Octal 70 107 107 25 0 0 110 264 14 31
Binary 111000 1000111 1000111 10101 0 0 1001000 10110100 1100 11001

Color Harmonies of #384747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384747

Black with #384747

Text Example


Text Example

White with #384747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384747; }

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

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

background-color css

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

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

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

border-color css

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

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

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