Html Css Color HEX #393948 Payne's Grey

📋 copy color: '#393948'

red 57 ◦ green 57 ◦ blue 72

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

Shades of Payne's Grey #393948

Tints of Payne's Grey #393948

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 38.71%

R = 30.65%
G = 30.65%
B = 38.71%

CMYK

 C value IS 0.21

 M value IS 0.21

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#393948 (or 0x393948) is known color: Payne's Grey. HEX triplet: 39, 39 and 48. RGB value is (57,57,72). Sum of RGB (Red+Green+Blue) = 57+57+72=186 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.65% from 186); Green value is 57 (22.66% from 255 or 30.65% from 186); Blue value is 72 (28.52% from 255 or 38.71% from 186); Max value from RGB is 72 - color contains mainly: blue. Hex color #393948 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393948 is #C6C6B7. Grayscale: #3A3A3A. Windows color (decimal): -13027000 or 4733241. OLE color: 4733241.

HSL color Cylindrical-coordinate representation of color #393948: hue angle of 240º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #393948 is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 57 57 72 -
CMYK 0.21 0.21 0 0.72
HSL 240º 0.12% 0.25% -
HSV(B) 240º 0.21% 0.28% -
XYZ 4.32 4.26 6.73 -
YUV 58.71 135.5 126.78 -
System Red Green Blue C M Y K H S L
Decimal 57 57 72 0.21 0.21 0 0.72 240 0.12 0.25
Hex 39 39 48 15 15 0 48 F0 C 19
Octal 71 71 110 25 25 0 110 360 14 31
Binary 111001 111001 1001000 10101 10101 0 1001000 11110000 1100 11001

Color Harmonies of #393948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393948

Black with #393948

Text Example


Text Example

White with #393948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393948; }

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

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

background-color css

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

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

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

border-color css

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

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

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