Html Css Color HEX #393750 Payne's Grey

📋 copy color: '#393750'

red 57 ◦ green 55 ◦ blue 80

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

Shades of Payne's Grey #393750

Tints of Payne's Grey #393750

RGB

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

 GREEN value IS 55 (21.88% from 255) = 28.65%

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

R = 29.69%
G = 28.65%
B = 41.67%

CMYK

 C value IS 0.29

 M value IS 0.31

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#393750 (or 0x393750) is known color: Payne's Grey. HEX triplet: 39, 37 and 50. RGB value is (57,55,80). Sum of RGB (Red+Green+Blue) = 57+55+80=192 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.69% from 192); Green value is 55 (21.88% from 255 or 28.65% from 192); Blue value is 80 (31.64% from 255 or 41.67% from 192); Max value from RGB is 80 - color contains mainly: blue. Hex color #393750 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393750 is #C6C8AF. Grayscale: #3A3A3A. Windows color (decimal): -13027504 or 5257017. OLE color: 5257017.

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

Color convert

RGB 57 55 80 -
CMYK 0.29 0.31 0 0.69
HSL 244.8º 0.19% 0.26% -
HSV(B) 244.8º 0.31% 0.31% -
XYZ 4.5 4.18 8.16 -
YUV 58.45 140.16 126.97 -
System Red Green Blue C M Y K H S L
Decimal 57 55 80 0.29 0.31 0 0.69 244.8 0.19 0.26
Hex 39 37 50 1D 1F 0 45 F5 13 1A
Octal 71 67 120 35 37 0 105 365 23 32
Binary 111001 110111 1010000 11101 11111 0 1000101 11110101 10011 11010

Color Harmonies of #393750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393750

Black with #393750

Text Example


Text Example

White with #393750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393750; }

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

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

background-color css

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

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

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

border-color css

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

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

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