Html Css Color HEX #393A41 Payne's Grey

📋 copy color: '#393A41'

red 57 ◦ green 58 ◦ blue 65

#393A41
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Payne's Grey #393A41

Tints of Payne's Grey #393A41

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 value IS 0.12

 M value IS 0.11

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#393A41 (or 0x393A41) is known color: 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

RGB 57 58 65 -
CMYK 0.12 0.11 0 0.75
HSL 232.5º 0.07% 0.24% -
HSV(B) 232.5º 0.12% 0.25% -
XYZ 4.15 4.28 5.61 -
YUV 58.5 131.67 126.93 -
System Red Green Blue C M Y K H S L
Decimal 57 58 65 0.12 0.11 0 0.75 232.5 0.07 0.24
Hex 39 3A 41 C B 0 4B E8 7 18
Octal 71 72 101 14 13 0 113 350 7 30
Binary 111001 111010 1000001 1100 1011 0 1001011 11101000 111 11000

Color Harmonies of #393A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393A41

Black with #393A41

Text Example


Text Example

White with #393A41

Text Example


Text Example

HTML Codes & Css Web 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>