#3F4F4D

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

Shades of Dark Slate #3F4F4D

Tints of Dark Slate #3F4F4D

Color information

#3F4F4D (or 0x3F4F4D) is unknown color: approx Dark Slate. HEX triplet: 3F, 4F and 4D. RGB value is (63,79,77). Sum of RGB (Red+Green+Blue) = 63+79+77=219 (29% of max value = 765). Red value is 63 (25% from 255 or 28.77% from 219); Green value is 79 (31.25% from 255 or 36.07% from 219); Blue value is 77 (30.47% from 255 or 35.16% from 219); Max value from RGB is 79 - color contains mainly: green. Hex color #3F4F4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F4F4D is #C0B0B2. Grayscale: #494949. Windows color (decimal): -12628147 or 5066559. OLE color: 5066559.

HSL color Cylindrical-coordinate representation of color #3F4F4D: hue angle of 172.5º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #3F4F4D is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.69.

Color convert

RGB637977-
CMYK0.2000.030.69
HSL172.5º11.27%27.84%-
HSV(B)172.5º20.25%30.98%-
XYZ6.197.188.08-
YUV73.99129.7120.16-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 28.77%
GREEN value IS 79 (31.25% from 255) = 36.07%
BLUE value IS 77 (30.47% from 255) = 35.16%
R=28.77%
G=36.07%
B=35.16%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6379770.2000.030.69172.511.2727.84
Hex3F4F4D140345acb1c
Octal7711711524031052541334
Binary1111111001111100110110100011100010110101100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,79,77); }

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

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

 a { background-color: rgb(63,79,77); }

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

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

 span { border-color: rgb(63,79,77); }

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