#393750

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

Shades of Payne's Grey #393750

Tints of Payne's Grey #393750

Color information

#393750 (or 0x393750) is unknown color: approx Payne's Grey. HEX triplet: 39, 37 and 50. RGB value is (57,55,80). Sum of RGB (Red+Green+Blue) = 57+55+80=192 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.69% from 192); Green value is 55 (21.88% from 255 or 28.65% from 192); Blue value is 80 (31.64% from 255 or 41.67% from 192); Max value from RGB is 80 - color contains mainly: blue. Hex color #393750 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393750 is #C6C8AF. Grayscale: #3A3A3A. Windows color (decimal): -13027504 or 5257017. OLE color: 5257017.

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

Color convert

RGB575580-
CMYK0.290.3100.69
HSL244.8º18.52%26.47%-
HSV(B)244.8º31.25%31.37%-
XYZ4.54.188.16-
YUV58.45140.16126.97-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 29.69%
GREEN value IS 55 (21.88% from 255) = 28.65%
BLUE value IS 80 (31.64% from 255) = 41.67%
R=29.69%
G=28.65%
B=41.67%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5755800.290.3100.69244.818.5226.47
Hex3937501D1F045f5131a
Octal7167120353701053652332
Binary1110011101111010000111011111101000101111101011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393750; }

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

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

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

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

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

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

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

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