#3F414F

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

Shades of Payne's Grey #3F414F

Tints of Payne's Grey #3F414F

Color information

#3F414F (or 0x3F414F) is unknown color: approx Payne's Grey. HEX triplet: 3F, 41 and 4F. RGB value is (63,65,79). Sum of RGB (Red+Green+Blue) = 63+65+79=207 (27% of max value = 765). Red value is 63 (25% from 255 or 30.43% from 207); Green value is 65 (25.78% from 255 or 31.40% from 207); Blue value is 79 (31.25% from 255 or 38.16% from 207); Max value from RGB is 79 - color contains mainly: blue. Hex color #3F414F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F414F is #C0BEB0. Grayscale: #414141. Windows color (decimal): -12631729 or 5194047. OLE color: 5194047.

HSL color Cylindrical-coordinate representation of color #3F414F: hue angle of 232.5º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #3F414F is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB636579-
CMYK0.200.1800.69
HSL232.5º11.27%27.84%-
HSV(B)232.5º20.25%30.98%-
XYZ5.355.48.16-
YUV66135.34125.86-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 30.43%
GREEN value IS 65 (25.78% from 255) = 31.40%
BLUE value IS 79 (31.25% from 255) = 38.16%
R=30.43%
G=31.40%
B=38.16%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6365790.200.1800.69232.511.2727.84
Hex3F414F1412045e8b1c
Octal77101117242201053501334
Binary1111111000001100111110100100100100010111101000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F414F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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