#3F5351

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

Shades of Dark Slate #3F5351

Tints of Dark Slate #3F5351

Color information

#3F5351 (or 0x3F5351) is unknown color: approx Dark Slate. HEX triplet: 3F, 53 and 51. RGB value is (63,83,81). Sum of RGB (Red+Green+Blue) = 63+83+81=227 (30% of max value = 765). Red value is 63 (25% from 255 or 27.75% from 227); Green value is 83 (32.81% from 255 or 36.56% from 227); Blue value is 81 (32.03% from 255 or 35.68% from 227); Max value from RGB is 83 - color contains mainly: green. Hex color #3F5351 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5351 is #C0ACAE. Grayscale: #4C4C4C. Windows color (decimal): -12627119 or 5329727. OLE color: 5329727.

HSL color Cylindrical-coordinate representation of color #3F5351: hue angle of 174º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #3F5351 is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB638381-
CMYK0.2400.020.67
HSL174º13.7%28.63%-
HSV(B)174º24.1%32.55%-
XYZ6.637.848.95-
YUV76.79130.37118.16-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 27.75%
GREEN value IS 83 (32.81% from 255) = 36.56%
BLUE value IS 81 (32.03% from 255) = 35.68%
R=27.75%
G=36.56%
B=35.68%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6383810.2400.020.6717413.728.63
Hex3F5351180243aee1d
Octal7712312130021032561635
Binary1111111010011101000111000010100001110101110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,83,81); }

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

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

 a { background-color: rgb(63,83,81); }

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

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

 span { border-color: rgb(63,83,81); }

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