Html Css Color HEX #393A46 Payne's Grey

📋 copy color: '#393A46'

red 57 ◦ green 58 ◦ blue 70

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

Shades of Payne's Grey #393A46

Tints of Payne's Grey #393A46

RGB

 RED value IS 57 (22.66% from 255) = 30.81%

 GREEN value IS 58 (23.05% from 255) = 31.35%

 BLUE value IS 70 (27.73% from 255) = 37.84%

R = 30.81%
G = 31.35%
B = 37.84%

CMYK

 C value IS 0.19

 M value IS 0.17

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#393A46 (or 0x393A46) is known color: Payne's Grey. HEX triplet: 39, 3A and 46. RGB value is (57,58,70). Sum of RGB (Red+Green+Blue) = 57+58+70=185 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.81% from 185); Green value is 58 (23.05% from 255 or 31.35% from 185); Blue value is 70 (27.73% from 255 or 37.84% from 185); Max value from RGB is 70 - color contains mainly: blue. Hex color #393A46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393A46 is #C6C5B9. Grayscale: #3B3B3B. Windows color (decimal): -13026746 or 4602425. OLE color: 4602425.

HSL color Cylindrical-coordinate representation of color #393A46: hue angle of 235.38º degrees, saturation: 0.1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #393A46 is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 57 58 70 -
CMYK 0.19 0.17 0 0.73
HSL 235.38º 0.1% 0.25% -
HSV(B) 235.38º 0.19% 0.27% -
XYZ 4.31 4.34 6.4 -
YUV 59.07 134.17 126.52 -
System Red Green Blue C M Y K H S L
Decimal 57 58 70 0.19 0.17 0 0.73 235.38 0.1 0.25
Hex 39 3A 46 13 11 0 49 EB A 19
Octal 71 72 106 23 21 0 111 353 12 31
Binary 111001 111010 1000110 10011 10001 0 1001001 11101011 1010 11001

Color Harmonies of #393A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393A46

Black with #393A46

Text Example


Text Example

White with #393A46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #393A46;
 }
 .AnyTagClassName
 {
   color: #393A46;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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