Html Css Color HEX #393A43 Payne's Grey

📋 copy color: '#393A43'

red 57 ◦ green 58 ◦ blue 67

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

Shades of Payne's Grey #393A43

Tints of Payne's Grey #393A43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 36.81%

R = 31.32%
G = 31.87%
B = 36.81%

CMYK

 C value IS 0.15

 M value IS 0.13

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#393A43 (or 0x393A43) is known color: Payne's Grey. HEX triplet: 39, 3A and 43. RGB value is (57,58,67). Sum of RGB (Red+Green+Blue) = 57+58+67=182 (24% of max value = 765). Red value is 57 (22.66% from 255 or 31.32% from 182); Green value is 58 (23.05% from 255 or 31.87% from 182); Blue value is 67 (26.56% from 255 or 36.81% from 182); Max value from RGB is 67 - color contains mainly: blue. Hex color #393A43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393A43 is #C6C5BC. Grayscale: #3A3A3A. Windows color (decimal): -13026749 or 4405817. OLE color: 4405817.

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

Color convert

RGB 57 58 67 -
CMYK 0.15 0.13 0 0.74
HSL 234º 0.08% 0.24% -
HSV(B) 234º 0.15% 0.26% -
XYZ 4.21 4.3 5.92 -
YUV 58.73 132.67 126.77 -
System Red Green Blue C M Y K H S L
Decimal 57 58 67 0.15 0.13 0 0.74 234 0.08 0.24
Hex 39 3A 43 F D 0 4A EA 8 18
Octal 71 72 103 17 15 0 112 352 10 30
Binary 111001 111010 1000011 1111 1101 0 1001010 11101010 1000 11000

Color Harmonies of #393A43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393A43

Black with #393A43

Text Example


Text Example

White with #393A43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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