#393950

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

Shades of Payne's Grey #393950

Tints of Payne's Grey #393950

Color information

#393950 (or 0x393950) is unknown color: approx Payne's Grey. HEX triplet: 39, 39 and 50. RGB value is (57,57,80). Sum of RGB (Red+Green+Blue) = 57+57+80=194 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.38% from 194); Green value is 57 (22.66% from 255 or 29.38% from 194); Blue value is 80 (31.64% from 255 or 41.24% from 194); Max value from RGB is 80 - color contains mainly: blue. Hex color #393950 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393950 is #C6C6AF. Grayscale: #3B3B3B. Windows color (decimal): -13026992 or 5257529. OLE color: 5257529.

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

Color convert

RGB575780-
CMYK0.290.2900.69
HSL240º16.79%26.86%-
HSV(B)240º28.75%31.37%-
XYZ4.64.388.19-
YUV59.62139.5126.13-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 29.38%
GREEN value IS 57 (22.66% from 255) = 29.38%
BLUE value IS 80 (31.64% from 255) = 41.24%
R=29.38%
G=29.38%
B=41.24%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5757800.290.2900.6924016.7926.86
Hex3939501D1D045f0111b
Octal7171120353501053602133
Binary1110011110011010000111011110101000101111100001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393950; }

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

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

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

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

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

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

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

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