#3F4048

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

Shades of Payne's Grey #3F4048

Tints of Payne's Grey #3F4048

Color information

#3F4048 (or 0x3F4048) is unknown color: approx Payne's Grey. HEX triplet: 3F, 40 and 48. RGB value is (63,64,72). Sum of RGB (Red+Green+Blue) = 63+64+72=199 (26% of max value = 765). Red value is 63 (25% from 255 or 31.66% from 199); Green value is 64 (25.39% from 255 or 32.16% from 199); Blue value is 72 (28.52% from 255 or 36.18% from 199); Max value from RGB is 72 - color contains mainly: blue. Hex color #3F4048 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4048 is #C0BFB7. Grayscale: #404040. Windows color (decimal): -12631992 or 4735039. OLE color: 4735039.

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

Color convert

RGB636472-
CMYK0.120.1100.72
HSL233.33º6.67%26.47%-
HSV(B)233.33º12.5%28.24%-
XYZ5.055.196.87-
YUV64.61132.17126.85-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 31.66%
GREEN value IS 64 (25.39% from 255) = 32.16%
BLUE value IS 72 (28.52% from 255) = 36.18%
R=31.66%
G=32.16%
B=36.18%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6364720.120.1100.72233.336.6726.47
Hex3F4048CB048e971a
Octal7710011014130110351732
Binary1111111000000100100011001011010010001110100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,64,72); }

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

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

 a { background-color: rgb(63,64,72); }

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

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

 span { border-color: rgb(63,64,72); }

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