Html Css Color HEX #3E3D50 Payne's Grey

📋 copy color: '#3E3D50'

red 62 ◦ green 61 ◦ blue 80

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

Shades of Payne's Grey #3E3D50

Tints of Payne's Grey #3E3D50

RGB

 RED value IS 62 (24.61% from 255) = 30.54%

 GREEN value IS 61 (24.22% from 255) = 30.05%

 BLUE value IS 80 (31.64% from 255) = 39.41%

R = 30.54%
G = 30.05%
B = 39.41%

CMYK

 C value IS 0.22

 M value IS 0.24

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3E3D50 (or 0x3E3D50) is known color: Payne's Grey. HEX triplet: 3E, 3D and 50. RGB value is (62,61,80). Sum of RGB (Red+Green+Blue) = 62+61+80=203 (26% of max value = 765). Red value is 62 (24.61% from 255 or 30.54% from 203); Green value is 61 (24.22% from 255 or 30.05% from 203); Blue value is 80 (31.64% from 255 or 39.41% from 203); Max value from RGB is 80 - color contains mainly: blue. Hex color #3E3D50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3D50 is #C1C2AF. Grayscale: #3F3F3F. Windows color (decimal): -12698288 or 5258558. OLE color: 5258558.

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

Color convert

RGB 62 61 80 -
CMYK 0.22 0.24 0 0.69
HSL 243.16º 0.13% 0.28% -
HSV(B) 243.16º 0.24% 0.31% -
XYZ 5.1 4.94 8.27 -
YUV 63.47 137.33 126.96 -
System Red Green Blue C M Y K H S L
Decimal 62 61 80 0.22 0.24 0 0.69 243.16 0.13 0.28
Hex 3E 3D 50 16 18 0 45 F3 D 1C
Octal 76 75 120 26 30 0 105 363 15 34
Binary 111110 111101 1010000 10110 11000 0 1000101 11110011 1101 11100

Color Harmonies of #3E3D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E3D50

Black with #3E3D50

Text Example


Text Example

White with #3E3D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3E3D50; }

 p { color: rgb(62,61,80); }

 H1.HeaderClassName
 {
   color: #3E3D50;
 }
 .AnyTagClassName
 {
   color: #3E3D50;
 }
</style>

background-color css

<style>
 a { background-color: #3E3D50; }

 a { background-color: rgb(62,61,80); }

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

border-color css

<style>
 span { border-color: #3E3D50; }

 span { border-color: rgb(62,61,80); }

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