Html Css Color HEX #393A45 Payne's Grey

📋 copy color: '#393A45'

red 57 ◦ green 58 ◦ blue 69

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

Shades of Payne's Grey #393A45

Tints of Payne's Grey #393A45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 37.5%

R = 30.98%
G = 31.52%
B = 37.5%

CMYK

 C value IS 0.17

 M value IS 0.16

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#393A45 (or 0x393A45) is known color: Payne's Grey. HEX triplet: 39, 3A and 45. RGB value is (57,58,69). Sum of RGB (Red+Green+Blue) = 57+58+69=184 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.98% from 184); Green value is 58 (23.05% from 255 or 31.52% from 184); Blue value is 69 (27.34% from 255 or 37.5% from 184); Max value from RGB is 69 - color contains mainly: blue. Hex color #393A45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393A45 is #C6C5BA. Grayscale: #3A3A3A. Windows color (decimal): -13026747 or 4536889. OLE color: 4536889.

HSL color Cylindrical-coordinate representation of color #393A45: hue angle of 235º degrees, saturation: 0.1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #393A45 is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 57 58 69 -
CMYK 0.17 0.16 0 0.73
HSL 235º 0.1% 0.25% -
HSV(B) 235º 0.17% 0.27% -
XYZ 4.27 4.33 6.24 -
YUV 58.96 133.67 126.61 -
System Red Green Blue C M Y K H S L
Decimal 57 58 69 0.17 0.16 0 0.73 235 0.1 0.25
Hex 39 3A 45 11 10 0 49 EB A 19
Octal 71 72 105 21 20 0 111 353 12 31
Binary 111001 111010 1000101 10001 10000 0 1001001 11101011 1010 11001

Color Harmonies of #393A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393A45

Black with #393A45

Text Example


Text Example

White with #393A45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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