#3F4151

Color #3F4151 Payne's Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Payne's Grey #3F4151

Tints of Payne's Grey #3F4151

Color information

#3F4151 (or 0x3F4151) is unknown color: approx Payne's Grey. HEX triplet: 3F, 41 and 51. RGB value is (63,65,81). Sum of RGB (Red+Green+Blue) = 63+65+81=209 (27% of max value = 765). Red value is 63 (25% from 255 or 30.14% from 209); Green value is 65 (25.78% from 255 or 31.10% from 209); Blue value is 81 (32.03% from 255 or 38.76% from 209); Max value from RGB is 81 - color contains mainly: blue. Hex color #3F4151 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4151 is #C0BEAE. Grayscale: #424242. Windows color (decimal): -12631727 or 5325119. OLE color: 5325119.

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

Color convert

RGB636581-
CMYK0.220.2000.68
HSL233.33º12.5%28.24%-
HSV(B)233.33º22.22%31.76%-
XYZ5.435.438.55-
YUV66.23136.34125.7-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 30.14%
GREEN value IS 65 (25.78% from 255) = 31.10%
BLUE value IS 81 (32.03% from 255) = 38.76%
R=30.14%
G=31.10%
B=38.76%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6365810.220.2000.68233.3312.528.24
Hex3F41511614044e9c1c
Octal77101121262401043511434
Binary1111111000001101000110110101000100010011101001110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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