Html Css Color HEX #3D3C49 Payne's Grey

📋 copy color: '#3D3C49'

red 61 ◦ green 60 ◦ blue 73

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

Shades of Payne's Grey #3D3C49

Tints of Payne's Grey #3D3C49

RGB

 RED value IS 61 (24.22% from 255) = 31.44%

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

 BLUE value IS 73 (28.91% from 255) = 37.63%

R = 31.44%
G = 30.93%
B = 37.63%

CMYK

 C value IS 0.16

 M value IS 0.18

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3D3C49 (or 0x3D3C49) is known color: Payne's Grey. HEX triplet: 3D, 3C and 49. RGB value is (61,60,73). Sum of RGB (Red+Green+Blue) = 61+60+73=194 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.44% from 194); Green value is 60 (23.83% from 255 or 30.93% from 194); Blue value is 73 (28.91% from 255 or 37.63% from 194); Max value from RGB is 73 - color contains mainly: blue. Hex color #3D3C49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3C49 is #C2C3B6. Grayscale: #3D3D3D. Windows color (decimal): -12764087 or 4799549. OLE color: 4799549.

HSL color Cylindrical-coordinate representation of color #3D3C49: hue angle of 244.62º degrees, saturation: 0.1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #3D3C49 is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 61 60 73 -
CMYK 0.16 0.18 0 0.71
HSL 244.62º 0.1% 0.26% -
HSV(B) 244.62º 0.18% 0.29% -
XYZ 4.74 4.7 6.96 -
YUV 61.78 134.33 127.44 -
System Red Green Blue C M Y K H S L
Decimal 61 60 73 0.16 0.18 0 0.71 244.62 0.1 0.26
Hex 3D 3C 49 10 12 0 47 F5 A 1A
Octal 75 74 111 20 22 0 107 365 12 32
Binary 111101 111100 1001001 10000 10010 0 1000111 11110101 1010 11010

Color Harmonies of #3D3C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3C49

Black with #3D3C49

Text Example


Text Example

White with #3D3C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,60,73); }

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

background-color css

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

 a { background-color: rgb(61,60,73); }

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

border-color css

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

 span { border-color: rgb(61,60,73); }

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