Html Css Color HEX #393A48 Payne's Grey

📋 copy color: '#393A48'

red 57 ◦ green 58 ◦ blue 72

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

Shades of Payne's Grey #393A48

Tints of Payne's Grey #393A48

RGB

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

 GREEN value IS 58 (23.05% from 255) = 31.02%

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

R = 30.48%
G = 31.02%
B = 38.5%

CMYK

 C value IS 0.21

 M value IS 0.19

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#393A48 (or 0x393A48) is known color: Payne's Grey. HEX triplet: 39, 3A and 48. RGB value is (57,58,72). Sum of RGB (Red+Green+Blue) = 57+58+72=187 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.48% from 187); Green value is 58 (23.05% from 255 or 31.02% from 187); Blue value is 72 (28.52% from 255 or 38.50% from 187); Max value from RGB is 72 - color contains mainly: blue. Hex color #393A48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393A48 is #C6C5B7. Grayscale: #3B3B3B. Windows color (decimal): -13026744 or 4733497. OLE color: 4733497.

HSL color Cylindrical-coordinate representation of color #393A48: hue angle of 236º 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 #393A48 is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 57 58 72 -
CMYK 0.21 0.19 0 0.72
HSL 236º 0.12% 0.25% -
HSV(B) 236º 0.21% 0.28% -
XYZ 4.37 4.36 6.74 -
YUV 59.3 135.17 126.36 -
System Red Green Blue C M Y K H S L
Decimal 57 58 72 0.21 0.19 0 0.72 236 0.12 0.25
Hex 39 3A 48 15 13 0 48 EC C 19
Octal 71 72 110 25 23 0 110 354 14 31
Binary 111001 111010 1001000 10101 10011 0 1001000 11101100 1100 11001

Color Harmonies of #393A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393A48

Black with #393A48

Text Example


Text Example

White with #393A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393A48; }

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

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

background-color css

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

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

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

border-color css

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

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

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