#3F414D

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

Shades of Payne's Grey #3F414D

Tints of Payne's Grey #3F414D

Color information

#3F414D (or 0x3F414D) is unknown color: approx Payne's Grey. HEX triplet: 3F, 41 and 4D. RGB value is (63,65,77). Sum of RGB (Red+Green+Blue) = 63+65+77=205 (27% of max value = 765). Red value is 63 (25% from 255 or 30.73% from 205); Green value is 65 (25.78% from 255 or 31.71% from 205); Blue value is 77 (30.47% from 255 or 37.56% from 205); Max value from RGB is 77 - color contains mainly: blue. Hex color #3F414D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F414D is #C0BEB2. Grayscale: #414141. Windows color (decimal): -12631731 or 5062975. OLE color: 5062975.

HSL color Cylindrical-coordinate representation of color #3F414D: hue angle of 231.43º degrees, saturation: 0.1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #3F414D is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB636577-
CMYK0.180.1600.70
HSL231.43º10%27.45%-
HSV(B)231.43º18.18%30.2%-
XYZ5.285.377.78-
YUV65.77134.34126.02-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 30.73%
GREEN value IS 65 (25.78% from 255) = 31.71%
BLUE value IS 77 (30.47% from 255) = 37.56%
R=30.73%
G=31.71%
B=37.56%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6365770.180.1600.70231.431027.45
Hex3F414D1210046e7a1b
Octal77101115222001063471233
Binary1111111000001100110110010100000100011011100111101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F414D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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