#393A41

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

Shades of Payne's Grey #393A41

Tints of Payne's Grey #393A41

Color information

#393A41 (or 0x393A41) is unknown color: approx Payne's Grey. HEX triplet: 39, 3A and 41. RGB value is (57,58,65). Sum of RGB (Red+Green+Blue) = 57+58+65=180 (23% of max value = 765). Red value is 57 (22.66% from 255 or 31.67% from 180); Green value is 58 (23.05% from 255 or 32.22% from 180); Blue value is 65 (25.78% from 255 or 36.11% from 180); Max value from RGB is 65 - color contains mainly: blue. Hex color #393A41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393A41 is #C6C5BE. Grayscale: #3A3A3A. Windows color (decimal): -13026751 or 4274745. OLE color: 4274745.

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

Color convert

RGB575865-
CMYK0.120.1100.75
HSL232.5º6.56%23.92%-
HSV(B)232.5º12.31%25.49%-
XYZ4.154.285.61-
YUV58.5131.67126.93-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 31.67%
GREEN value IS 58 (23.05% from 255) = 32.22%
BLUE value IS 65 (25.78% from 255) = 36.11%
R=31.67%
G=32.22%
B=36.11%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5758650.120.1100.75232.56.5623.92
Hex393A41CB04Be8718
Octal717210114130113350730
Binary111001111010100000111001011010010111110100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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