#384749

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

Shades of Dark Slate Grey #384749

Tints of Dark Slate Grey #384749

Color information

#384749 (or 0x384749) is unknown color: approx Dark Slate Grey. HEX triplet: 38, 47 and 49. RGB value is (56,71,73). Sum of RGB (Red+Green+Blue) = 56+71+73=200 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28% from 200); Green value is 71 (28.12% from 255 or 35.5% from 200); Blue value is 73 (28.91% from 255 or 36.5% from 200); Max value from RGB is 73 - color contains mainly: blue. Hex color #384749 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384749 is #C7B8B6. Grayscale: #424242. Windows color (decimal): -13088951 or 4802360. OLE color: 4802360.

HSL color Cylindrical-coordinate representation of color #384749: hue angle of 187.06º degrees, saturation: 0.13, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #384749 is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB567173-
CMYK0.230.0300.71
HSL187.06º13.18%25.29%-
HSV(B)187.06º23.29%28.63%-
XYZ5.095.837.16-
YUV66.74131.53120.34-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28%
GREEN value IS 71 (28.12% from 255) = 35.5%
BLUE value IS 73 (28.91% from 255) = 36.5%
R=28%
G=35.5%
B=36.5%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5671730.230.0300.71187.0613.1825.29
Hex384749173047bbd19
Octal7010711127301072731531
Binary1110001000111100100110111110100011110111011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384749; }

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

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

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

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

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

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

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

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