#384546

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

Shades of Dark Slate Grey #384546

Tints of Dark Slate Grey #384546

Color information

#384546 (or 0x384546) is unknown color: approx Dark Slate Grey. HEX triplet: 38, 45 and 46. RGB value is (56,69,70). Sum of RGB (Red+Green+Blue) = 56+69+70=195 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.72% from 195); Green value is 69 (27.34% from 255 or 35.38% from 195); Blue value is 70 (27.73% from 255 or 35.90% from 195); Max value from RGB is 70 - color contains mainly: blue. Hex color #384546 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384546 is #C7BAB9. Grayscale: #414141. Windows color (decimal): -13089466 or 4605240. OLE color: 4605240.

HSL color Cylindrical-coordinate representation of color #384546: hue angle of 184.29º degrees, saturation: 0.11, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #384546 is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB566970-
CMYK0.200.0100.73
HSL184.29º11.11%24.71%-
HSV(B)184.29º20%27.45%-
XYZ4.865.546.61-
YUV65.23130.69121.42-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.72%
GREEN value IS 69 (27.34% from 255) = 35.38%
BLUE value IS 70 (27.73% from 255) = 35.90%
R=28.72%
G=35.38%
B=35.90%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5669700.200.0100.73184.2911.1124.71
Hex384546141049b8b19
Octal7010510624101112701331
Binary111000100010110001101010010100100110111000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384546; }

 p { color: rgb(56,69,70); }

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

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

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

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

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

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

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