#393951

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

Shades of Payne's Grey #393951

Tints of Payne's Grey #393951

Color information

#393951 (or 0x393951) is unknown color: approx Payne's Grey. HEX triplet: 39, 39 and 51. RGB value is (57,57,81). Sum of RGB (Red+Green+Blue) = 57+57+81=195 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.23% from 195); Green value is 57 (22.66% from 255 or 29.23% from 195); Blue value is 81 (32.03% from 255 or 41.54% from 195); Max value from RGB is 81 - color contains mainly: blue. Hex color #393951 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393951 is #C6C6AE. Grayscale: #3B3B3B. Windows color (decimal): -13026991 or 5323065. OLE color: 5323065.

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

Color convert

RGB575781-
CMYK0.300.3000.68
HSL240º17.39%27.06%-
HSV(B)240º29.63%31.76%-
XYZ4.644.398.39-
YUV59.74140126.05-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 29.23%
GREEN value IS 57 (22.66% from 255) = 29.23%
BLUE value IS 81 (32.03% from 255) = 41.54%
R=29.23%
G=29.23%
B=41.54%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5757810.300.3000.6824017.3927.06
Hex3939511E1E044f0111b
Octal7171121363601043602133
Binary1110011110011010001111101111001000100111100001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393951; }

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

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

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

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

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

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

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

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