#3D4849

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

Shades of Dark Slate Grey #3D4849

Tints of Dark Slate Grey #3D4849

Color information

#3D4849 (or 0x3D4849) is unknown color: approx Dark Slate Grey. HEX triplet: 3D, 48 and 49. RGB value is (61,72,73). Sum of RGB (Red+Green+Blue) = 61+72+73=206 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.61% from 206); Green value is 72 (28.52% from 255 or 34.95% from 206); Blue value is 73 (28.91% from 255 or 35.44% from 206); Max value from RGB is 73 - color contains mainly: blue. Hex color #3D4849 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4849 is #C2B7B6. Grayscale: #444444. Windows color (decimal): -12761015 or 4802621. OLE color: 4802621.

HSL color Cylindrical-coordinate representation of color #3D4849: hue angle of 185º degrees, saturation: 0.09, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #3D4849 is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB617273-
CMYK0.160.0100.71
HSL185º8.96%26.27%-
HSV(B)185º16.44%28.63%-
XYZ5.446.117.2-
YUV68.82130.36122.42-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 29.61%
GREEN value IS 72 (28.52% from 255) = 34.95%
BLUE value IS 73 (28.91% from 255) = 35.44%
R=29.61%
G=34.95%
B=35.44%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6172730.160.0100.711858.9626.27
Hex3D4849101047b991a
Octal7511011120101072711132
Binary111101100100010010011000010100011110111001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D4849; }

 p { color: rgb(61,72,73); }

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

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

 a { background-color: rgb(61,72,73); }

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

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

 span { border-color: rgb(61,72,73); }

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