#393945

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

Shades of Payne's Grey #393945

Tints of Payne's Grey #393945

Color information

#393945 (or 0x393945) is unknown color: approx Payne's Grey. HEX triplet: 39, 39 and 45. RGB value is (57,57,69). Sum of RGB (Red+Green+Blue) = 57+57+69=183 (24% of max value = 765). Red value is 57 (22.66% from 255 or 31.15% from 183); Green value is 57 (22.66% from 255 or 31.15% from 183); Blue value is 69 (27.34% from 255 or 37.70% from 183); Max value from RGB is 69 - color contains mainly: blue. Hex color #393945 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393945 is #C6C6BA. Grayscale: #3A3A3A. Windows color (decimal): -13027003 or 4536633. OLE color: 4536633.

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

Color convert

RGB575769-
CMYK0.170.1700.73
HSL240º9.52%24.71%-
HSV(B)240º17.39%27.06%-
XYZ4.224.236.22-
YUV58.37134127.02-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 31.15%
GREEN value IS 57 (22.66% from 255) = 31.15%
BLUE value IS 69 (27.34% from 255) = 37.70%
R=31.15%
G=31.15%
B=37.70%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5757690.170.1700.732409.5224.71
Hex3939451111049f0a19
Octal7171105212101113601231
Binary111001111001100010110001100010100100111110000101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393945; }

 p { color: rgb(57,57,69); }

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

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

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

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

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

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

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