#3A494B

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

Shades of Dark Slate Grey #3A494B

Tints of Dark Slate Grey #3A494B

Color information

#3A494B (or 0x3A494B) is unknown color: approx Dark Slate Grey. HEX triplet: 3A, 49 and 4B. RGB value is (58,73,75). Sum of RGB (Red+Green+Blue) = 58+73+75=206 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.16% from 206); Green value is 73 (28.91% from 255 or 35.44% from 206); Blue value is 75 (29.69% from 255 or 36.41% from 206); Max value from RGB is 75 - color contains mainly: blue. Hex color #3A494B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A494B is #C5B6B4. Grayscale: #444444. Windows color (decimal): -12957365 or 4933946. OLE color: 4933946.

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

Color convert

RGB587375-
CMYK0.230.0300.71
HSL187.06º12.78%26.08%-
HSV(B)187.06º22.67%29.41%-
XYZ5.46.177.56-
YUV68.74131.53120.34-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 28.16%
GREEN value IS 73 (28.91% from 255) = 35.44%
BLUE value IS 75 (29.69% from 255) = 36.41%
R=28.16%
G=35.44%
B=36.41%

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
Decimal5873750.230.0300.71187.0612.7826.08
Hex3A494B173047bbd1a
Octal7211111327301072731532
Binary1110101001001100101110111110100011110111011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A494B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,73,75); }

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

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

 a { background-color: rgb(58,73,75); }

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

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

 span { border-color: rgb(58,73,75); }

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