Html Css Color HEX #393A42 Payne's Grey

📋 copy color: '#393A42'

red 57 ◦ green 58 ◦ blue 66

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

Shades of Payne's Grey #393A42

Tints of Payne's Grey #393A42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 36.46%

R = 31.49%
G = 32.04%
B = 36.46%

CMYK

 C value IS 0.14

 M value IS 0.12

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#393A42 (or 0x393A42) is known color: Payne's Grey. HEX triplet: 39, 3A and 42. RGB value is (57,58,66). Sum of RGB (Red+Green+Blue) = 57+58+66=181 (23% of max value = 765). Red value is 57 (22.66% from 255 or 31.49% from 181); Green value is 58 (23.05% from 255 or 32.04% from 181); Blue value is 66 (26.17% from 255 or 36.46% from 181); Max value from RGB is 66 - color contains mainly: blue. Hex color #393A42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393A42 is #C6C5BD. Grayscale: #3A3A3A. Windows color (decimal): -13026750 or 4340281. OLE color: 4340281.

HSL color Cylindrical-coordinate representation of color #393A42: hue angle of 233.33º degrees, saturation: 0.07, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #393A42 is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 57 58 66 -
CMYK 0.14 0.12 0 0.74
HSL 233.33º 0.07% 0.24% -
HSV(B) 233.33º 0.14% 0.26% -
XYZ 4.18 4.29 5.76 -
YUV 58.61 132.17 126.85 -
System Red Green Blue C M Y K H S L
Decimal 57 58 66 0.14 0.12 0 0.74 233.33 0.07 0.24
Hex 39 3A 42 E C 0 4A E9 7 18
Octal 71 72 102 16 14 0 112 351 7 30
Binary 111001 111010 1000010 1110 1100 0 1001010 11101001 111 11000

Color Harmonies of #393A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393A42

Black with #393A42

Text Example


Text Example

White with #393A42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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