Html Css Color HEX #3C3D49 Payne's Grey

📋 copy color: '#3C3D49'

red 60 ◦ green 61 ◦ blue 73

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

Shades of Payne's Grey #3C3D49

Tints of Payne's Grey #3C3D49

RGB

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

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

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

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

CMYK

 C value IS 0.18

 M value IS 0.16

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3C3D49 (or 0x3C3D49) is known color: Payne's Grey. HEX triplet: 3C, 3D and 49. RGB value is (60,61,73). Sum of RGB (Red+Green+Blue) = 60+61+73=194 (25% of max value = 765). Red value is 60 (23.83% from 255 or 30.93% from 194); Green value is 61 (24.22% from 255 or 31.44% 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 #3C3D49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3D49 is #C3C2B6. Grayscale: #3E3E3E. Windows color (decimal): -12829367 or 4799804. OLE color: 4799804.

HSL color Cylindrical-coordinate representation of color #3C3D49: hue angle of 235.38º 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 #3C3D49 is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 60 61 73 -
CMYK 0.18 0.16 0 0.71
HSL 235.38º 0.1% 0.26% -
HSV(B) 235.38º 0.18% 0.29% -
XYZ 4.73 4.78 6.98 -
YUV 62.07 134.17 126.52 -
System Red Green Blue C M Y K H S L
Decimal 60 61 73 0.18 0.16 0 0.71 235.38 0.1 0.26
Hex 3C 3D 49 12 10 0 47 EB A 1A
Octal 74 75 111 22 20 0 107 353 12 32
Binary 111100 111101 1001001 10010 10000 0 1000111 11101011 1010 11010

Color Harmonies of #3C3D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3D49

Black with #3C3D49

Text Example


Text Example

White with #3C3D49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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