#3E3D46

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

Shades of Payne's Grey #3E3D46

Tints of Payne's Grey #3E3D46

Color information

#3E3D46 (or 0x3E3D46) is unknown color: approx Payne's Grey. HEX triplet: 3E, 3D and 46. RGB value is (62,61,70). Sum of RGB (Red+Green+Blue) = 62+61+70=193 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.12% from 193); Green value is 61 (24.22% from 255 or 31.61% from 193); Blue value is 70 (27.73% from 255 or 36.27% from 193); Max value from RGB is 70 - color contains mainly: blue. Hex color #3E3D46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3D46 is #C1C2B9. Grayscale: #3E3E3E. Windows color (decimal): -12698298 or 4603198. OLE color: 4603198.

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

Color convert

RGB626170-
CMYK0.110.1300.73
HSL246.67º6.87%25.69%-
HSV(B)246.67º12.86%27.45%-
XYZ4.764.86.47-
YUV62.32132.33127.77-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 32.12%
GREEN value IS 61 (24.22% from 255) = 31.61%
BLUE value IS 70 (27.73% from 255) = 36.27%
R=32.12%
G=31.61%
B=36.27%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6261700.110.1300.73246.676.8725.69
Hex3E3D46BD049f771a
Octal767510613150111367732
Binary111110111101100011010111101010010011111011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,61,70); }

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

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

 a { background-color: rgb(62,61,70); }

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

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

 span { border-color: rgb(62,61,70); }

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