Html Css Color HEX #393950 Payne's Grey

📋 copy color: '#393950'

red 57 ◦ green 57 ◦ blue 80

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

Shades of Payne's Grey #393950

Tints of Payne's Grey #393950

RGB

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

 GREEN value IS 57 (22.66% from 255) = 29.38%

 BLUE value IS 80 (31.64% from 255) = 41.24%

R = 29.38%
G = 29.38%
B = 41.24%

CMYK

 C value IS 0.29

 M value IS 0.29

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#393950 (or 0x393950) is known color: Payne's Grey. HEX triplet: 39, 39 and 50. RGB value is (57,57,80). Sum of RGB (Red+Green+Blue) = 57+57+80=194 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.38% from 194); Green value is 57 (22.66% from 255 or 29.38% from 194); Blue value is 80 (31.64% from 255 or 41.24% from 194); Max value from RGB is 80 - color contains mainly: blue. Hex color #393950 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393950 is #C6C6AF. Grayscale: #3B3B3B. Windows color (decimal): -13026992 or 5257529. OLE color: 5257529.

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

Color convert

RGB 57 57 80 -
CMYK 0.29 0.29 0 0.69
HSL 240º 0.17% 0.27% -
HSV(B) 240º 0.29% 0.31% -
XYZ 4.6 4.38 8.19 -
YUV 59.62 139.5 126.13 -
System Red Green Blue C M Y K H S L
Decimal 57 57 80 0.29 0.29 0 0.69 240 0.17 0.27
Hex 39 39 50 1D 1D 0 45 F0 11 1B
Octal 71 71 120 35 35 0 105 360 21 33
Binary 111001 111001 1010000 11101 11101 0 1000101 11110000 10001 11011

Color Harmonies of #393950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393950

Black with #393950

Text Example


Text Example

White with #393950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393950; }

 p { color: rgb(57,57,80); }

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

background-color css

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

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

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

border-color css

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

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

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