#3C3D48

Color #3C3D48 Payne's Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Payne's Grey #3C3D48

Tints of Payne's Grey #3C3D48

Color information

#3C3D48 (or 0x3C3D48) is unknown color: approx Payne's Grey. HEX triplet: 3C, 3D and 48. RGB value is (60,61,72). Sum of RGB (Red+Green+Blue) = 60+61+72=193 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.09% from 193); Green value is 61 (24.22% from 255 or 31.61% from 193); Blue value is 72 (28.52% from 255 or 37.31% from 193); Max value from RGB is 72 - color contains mainly: blue. Hex color #3C3D48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3D48 is #C3C2B7. Grayscale: #3D3D3D. Windows color (decimal): -12829368 or 4734268. OLE color: 4734268.

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

Color convert

RGB606172-
CMYK0.170.1500.72
HSL235º9.09%25.88%-
HSV(B)235º16.67%28.24%-
XYZ4.74.776.8-
YUV61.95133.67126.61-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 31.09%
GREEN value IS 61 (24.22% from 255) = 31.61%
BLUE value IS 72 (28.52% from 255) = 37.31%
R=31.09%
G=31.61%
B=37.31%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6061720.170.1500.722359.0925.88
Hex3C3D4811F048eb91a
Octal7475110211701103531132
Binary11110011110110010001000111110100100011101011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3C3D48;
 }
 .AnyTagClassName
 {
   color: #3C3D48;
 }
</style>
background-color css

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

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

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

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

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

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