#3F5250

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

Shades of Dark Slate #3F5250

Tints of Dark Slate #3F5250

Color information

#3F5250 (or 0x3F5250) is unknown color: approx Dark Slate. HEX triplet: 3F, 52 and 50. RGB value is (63,82,80). Sum of RGB (Red+Green+Blue) = 63+82+80=225 (29% of max value = 765). Red value is 63 (25% from 255 or 28% from 225); Green value is 82 (32.42% from 255 or 36.44% from 225); Blue value is 80 (31.64% from 255 or 35.56% from 225); Max value from RGB is 82 - color contains mainly: green. Hex color #3F5250 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5250 is #C0ADAF. Grayscale: #4C4C4C. Windows color (decimal): -12627376 or 5263935. OLE color: 5263935.

HSL color Cylindrical-coordinate representation of color #3F5250: hue angle of 173.68º 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 #3F5250 is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.68.

Color convert

RGB638280-
CMYK0.2300.020.68
HSL173.68º13.1%28.43%-
HSV(B)173.68º23.17%32.16%-
XYZ6.527.678.73-
YUV76.09130.21118.66-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 28%
GREEN value IS 82 (32.42% from 255) = 36.44%
BLUE value IS 80 (31.64% from 255) = 35.56%
R=28%
G=36.44%
B=35.56%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6382800.2300.020.68173.6813.128.43
Hex3F5250170244aed1c
Octal7712212027021042561534
Binary1111111010010101000010111010100010010101110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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