#393C4E

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

Shades of Payne's Grey #393C4E

Tints of Payne's Grey #393C4E

Color information

#393C4E (or 0x393C4E) is unknown color: approx Payne's Grey. HEX triplet: 39, 3C and 4E. RGB value is (57,60,78). Sum of RGB (Red+Green+Blue) = 57+60+78=195 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.23% from 195); Green value is 60 (23.83% from 255 or 30.77% from 195); Blue value is 78 (30.86% from 255 or 40% from 195); Max value from RGB is 78 - color contains mainly: blue. Hex color #393C4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393C4E is #C6C3B1. Grayscale: #3D3D3D. Windows color (decimal): -13026226 or 5127225. OLE color: 5127225.

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

Color convert

RGB576078-
CMYK0.270.2300.69
HSL231.43º15.56%26.47%-
HSV(B)231.43º26.92%30.59%-
XYZ4.684.657.86-
YUV61.16137.51125.04-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 29.23%
GREEN value IS 60 (23.83% from 255) = 30.77%
BLUE value IS 78 (30.86% from 255) = 40%
R=29.23%
G=30.77%
B=40%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5760780.270.2300.69231.4315.5626.47
Hex393C4E1B17045e7101a
Octal7174116332701053472032
Binary1110011111001001110110111011101000101111001111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393C4E; }

 p { color: rgb(57,60,78); }

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

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

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

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

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

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

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