#3D3E45

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

Shades of Payne's Grey #3D3E45

Tints of Payne's Grey #3D3E45

Color information

#3D3E45 (or 0x3D3E45) is unknown color: approx Payne's Grey. HEX triplet: 3D, 3E and 45. RGB value is (61,62,69). Sum of RGB (Red+Green+Blue) = 61+62+69=192 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.77% from 192); Green value is 62 (24.61% from 255 or 32.29% from 192); Blue value is 69 (27.34% from 255 or 35.94% from 192); Max value from RGB is 69 - color contains mainly: blue. Hex color #3D3E45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3E45 is #C2C1BA. Grayscale: #3E3E3E. Windows color (decimal): -12763579 or 4537917. OLE color: 4537917.

HSL color Cylindrical-coordinate representation of color #3D3E45: hue angle of 232.5º degrees, saturation: 0.06, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #3D3E45 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB616269-
CMYK0.120.1000.73
HSL232.5º6.15%25.49%-
HSV(B)232.5º11.59%27.06%-
XYZ4.724.876.32-
YUV62.5131.67126.93-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 31.77%
GREEN value IS 62 (24.61% from 255) = 32.29%
BLUE value IS 69 (27.34% from 255) = 35.94%
R=31.77%
G=32.29%
B=35.94%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6162690.120.1000.73232.56.1525.49
Hex3D3E45CA049e8619
Octal757610514120111350631
Binary111101111110100010111001010010010011110100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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