Html Css Color HEX #3C3D47 Payne's Grey

📋 copy color: '#3C3D47'

red 60 ◦ green 61 ◦ blue 71

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

Shades of Payne's Grey #3C3D47

Tints of Payne's Grey #3C3D47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 36.98%

R = 31.25%
G = 31.77%
B = 36.98%

CMYK

 C value IS 0.15

 M value IS 0.14

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#3C3D47 (or 0x3C3D47) is known color: Payne's Grey. HEX triplet: 3C, 3D and 47. RGB value is (60,61,71). Sum of RGB (Red+Green+Blue) = 60+61+71=192 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.25% from 192); Green value is 61 (24.22% from 255 or 31.77% from 192); Blue value is 71 (28.12% from 255 or 36.98% from 192); Max value from RGB is 71 - color contains mainly: blue. Hex color #3C3D47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3D47 is #C3C2B8. Grayscale: #3D3D3D. Windows color (decimal): -12829369 or 4668732. OLE color: 4668732.

HSL color Cylindrical-coordinate representation of color #3C3D47: hue angle of 234.55º degrees, saturation: 0.08, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #3C3D47 is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 60 61 71 -
CMYK 0.15 0.14 0 0.72
HSL 234.55º 0.08% 0.26% -
HSV(B) 234.55º 0.15% 0.28% -
XYZ 4.67 4.75 6.63 -
YUV 61.84 133.17 126.69 -
System Red Green Blue C M Y K H S L
Decimal 60 61 71 0.15 0.14 0 0.72 234.55 0.08 0.26
Hex 3C 3D 47 F E 0 48 EB 8 1A
Octal 74 75 107 17 16 0 110 353 10 32
Binary 111100 111101 1000111 1111 1110 0 1001000 11101011 1000 11010

Color Harmonies of #3C3D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3D47

Black with #3C3D47

Text Example


Text Example

White with #3C3D47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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