#3F5251

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

Shades of Dark Slate #3F5251

Tints of Dark Slate #3F5251

Color information

#3F5251 (or 0x3F5251) is unknown color: approx Dark Slate. HEX triplet: 3F, 52 and 51. RGB value is (63,82,81). Sum of RGB (Red+Green+Blue) = 63+82+81=226 (29% of max value = 765). Red value is 63 (25% from 255 or 27.88% from 226); Green value is 82 (32.42% from 255 or 36.28% from 226); Blue value is 81 (32.03% from 255 or 35.84% from 226); Max value from RGB is 82 - color contains mainly: green. Hex color #3F5251 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5251 is #C0ADAE. Grayscale: #4C4C4C. Windows color (decimal): -12627375 or 5329471. OLE color: 5329471.

HSL color Cylindrical-coordinate representation of color #3F5251: hue angle of 176.84º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #3F5251 is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.68.

Color convert

RGB638281-
CMYK0.2300.010.68
HSL176.84º13.1%28.43%-
HSV(B)176.84º23.17%32.16%-
XYZ6.557.698.92-
YUV76.2130.71118.58-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 27.88%
GREEN value IS 82 (32.42% from 255) = 36.28%
BLUE value IS 81 (32.03% from 255) = 35.84%
R=27.88%
G=36.28%
B=35.84%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6382810.2300.010.68176.8413.128.43
Hex3F5251170144b1d1c
Octal7712212127011042611534
Binary111111101001010100011011101100010010110001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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