Html Css Color HEX #393C4F Payne's Grey

📋 copy color: '#393C4F'

red 57 ◦ green 60 ◦ blue 79

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

Shades of Payne's Grey #393C4F

Tints of Payne's Grey #393C4F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 30.61%

 BLUE value IS 79 (31.25% from 255) = 40.31%

R = 29.08%
G = 30.61%
B = 40.31%

CMYK

 C value IS 0.28

 M value IS 0.24

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#393C4F (or 0x393C4F) is known color: Payne's Grey. HEX triplet: 39, 3C and 4F. RGB value is (57,60,79). Sum of RGB (Red+Green+Blue) = 57+60+79=196 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.08% from 196); Green value is 60 (23.83% from 255 or 30.61% from 196); Blue value is 79 (31.25% from 255 or 40.31% from 196); Max value from RGB is 79 - color contains mainly: blue. Hex color #393C4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393C4F is #C6C3B0. Grayscale: #3D3D3D. Windows color (decimal): -13026225 or 5192761. OLE color: 5192761.

HSL color Cylindrical-coordinate representation of color #393C4F: hue angle of 231.82º degrees, saturation: 0.16, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #393C4F is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 57 60 79 -
CMYK 0.28 0.24 0 0.69
HSL 231.82º 0.16% 0.27% -
HSV(B) 231.82º 0.28% 0.31% -
XYZ 4.71 4.67 8.05 -
YUV 61.27 138.01 124.96 -
System Red Green Blue C M Y K H S L
Decimal 57 60 79 0.28 0.24 0 0.69 231.82 0.16 0.27
Hex 39 3C 4F 1C 18 0 45 E8 10 1B
Octal 71 74 117 34 30 0 105 350 20 33
Binary 111001 111100 1001111 11100 11000 0 1000101 11101000 10000 11011

Color Harmonies of #393C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393C4F

Black with #393C4F

Text Example


Text Example

White with #393C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,60,79); }

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

background-color css

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

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

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

border-color css

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

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

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