Html Css Color HEX #393953 Payne's Grey

📋 copy color: '#393953'

red 57 ◦ green 57 ◦ blue 83

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

Shades of Payne's Grey #393953

Tints of Payne's Grey #393953

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 42.13%

R = 28.93%
G = 28.93%
B = 42.13%

CMYK

 C value IS 0.31

 M value IS 0.31

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#393953 (or 0x393953) is known color: Payne's Grey. HEX triplet: 39, 39 and 53. RGB value is (57,57,83). Sum of RGB (Red+Green+Blue) = 57+57+83=197 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.93% from 197); Green value is 57 (22.66% from 255 or 28.93% from 197); Blue value is 83 (32.81% from 255 or 42.13% from 197); Max value from RGB is 83 - color contains mainly: blue. Hex color #393953 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393953 is #C6C6AC. Grayscale: #3B3B3B. Windows color (decimal): -13026989 or 5454137. OLE color: 5454137.

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

Color convert

RGB 57 57 83 -
CMYK 0.31 0.31 0 0.67
HSL 240º 0.19% 0.27% -
HSV(B) 240º 0.31% 0.33% -
XYZ 4.71 4.42 8.79 -
YUV 59.96 141 125.89 -
System Red Green Blue C M Y K H S L
Decimal 57 57 83 0.31 0.31 0 0.67 240 0.19 0.27
Hex 39 39 53 1F 1F 0 43 F0 13 1B
Octal 71 71 123 37 37 0 103 360 23 33
Binary 111001 111001 1010011 11111 11111 0 1000011 11110000 10011 11011

Color Harmonies of #393953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393953

Black with #393953

Text Example


Text Example

White with #393953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393953; }

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

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

background-color css

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

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

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

border-color css

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

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

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