#393A42

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

Shades of Payne's Grey #393A42

Tints of Payne's Grey #393A42

Color information

#393A42 (or 0x393A42) is unknown color: approx Payne's Grey. HEX triplet: 39, 3A and 42. RGB value is (57,58,66). Sum of RGB (Red+Green+Blue) = 57+58+66=181 (23% of max value = 765). Red value is 57 (22.66% from 255 or 31.49% from 181); Green value is 58 (23.05% from 255 or 32.04% from 181); Blue value is 66 (26.17% from 255 or 36.46% from 181); Max value from RGB is 66 - color contains mainly: blue. Hex color #393A42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393A42 is #C6C5BD. Grayscale: #3A3A3A. Windows color (decimal): -13026750 or 4340281. OLE color: 4340281.

HSL color Cylindrical-coordinate representation of color #393A42: hue angle of 233.33º degrees, saturation: 0.07, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #393A42 is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB575866-
CMYK0.140.1200.74
HSL233.33º7.32%24.12%-
HSV(B)233.33º13.64%25.88%-
XYZ4.184.295.76-
YUV58.61132.17126.85-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 31.49%
GREEN value IS 58 (23.05% from 255) = 32.04%
BLUE value IS 66 (26.17% from 255) = 36.46%
R=31.49%
G=32.04%
B=36.46%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5758660.140.1200.74233.337.3224.12
Hex393A42EC04Ae9718
Octal717210216140112351730
Binary111001111010100001011101100010010101110100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,58,66); }

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

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

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

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

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

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

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