Html Css Color HEX #393850 Payne's Grey

📋 copy color: '#393850'

red 57 ◦ green 56 ◦ blue 80

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

Shades of Payne's Grey #393850

Tints of Payne's Grey #393850

RGB

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

 GREEN value IS 56 (22.27% from 255) = 29.02%

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

R = 29.53%
G = 29.02%
B = 41.45%

CMYK

 C value IS 0.29

 M value IS 0.30

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#393850 (or 0x393850) is known color: Payne's Grey. HEX triplet: 39, 38 and 50. RGB value is (57,56,80). Sum of RGB (Red+Green+Blue) = 57+56+80=193 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.53% from 193); Green value is 56 (22.27% from 255 or 29.02% from 193); Blue value is 80 (31.64% from 255 or 41.45% from 193); Max value from RGB is 80 - color contains mainly: blue. Hex color #393850 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393850 is #C6C7AF. Grayscale: #3A3A3A. Windows color (decimal): -13027248 or 5257273. OLE color: 5257273.

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

Color convert

RGB 57 56 80 -
CMYK 0.29 0.30 0 0.69
HSL 242.5º 0.18% 0.27% -
HSV(B) 242.5º 0.3% 0.31% -
XYZ 4.55 4.28 8.18 -
YUV 59.04 139.83 126.55 -
System Red Green Blue C M Y K H S L
Decimal 57 56 80 0.29 0.30 0 0.69 242.5 0.18 0.27
Hex 39 38 50 1D 1E 0 45 F2 12 1B
Octal 71 70 120 35 36 0 105 362 22 33
Binary 111001 111000 1010000 11101 11110 0 1000101 11110010 10010 11011

Color Harmonies of #393850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393850

Black with #393850

Text Example


Text Example

White with #393850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393850; }

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

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

background-color css

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

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

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

border-color css

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

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

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