#3C323F

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

Shades of Fuscous Grey #3C323F

Tints of Fuscous Grey #3C323F

Color information

#3C323F (or 0x3C323F) is unknown color: approx Fuscous Grey. HEX triplet: 3C, 32 and 3F. RGB value is (60,50,63). Sum of RGB (Red+Green+Blue) = 60+50+63=173 (22% of max value = 765). Red value is 60 (23.83% from 255 or 34.68% from 173); Green value is 50 (19.92% from 255 or 28.90% from 173); Blue value is 63 (25% from 255 or 36.42% from 173); Max value from RGB is 63 - color contains mainly: blue. Hex color #3C323F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C323F is #C3CDC0. Grayscale: #363636. Windows color (decimal): -12832193 or 4141628. OLE color: 4141628.

HSL color Cylindrical-coordinate representation of color #3C323F: hue angle of 286.15º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #3C323F is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB605063-
CMYK0.050.2100.75
HSL286.15º11.5%22.16%-
HSV(B)286.15º20.63%24.71%-
XYZ3.93.65.19-
YUV54.47132.81131.94-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 34.68%
GREEN value IS 50 (19.92% from 255) = 28.90%
BLUE value IS 63 (25% from 255) = 36.42%
R=34.68%
G=28.90%
B=36.42%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6050630.050.2100.75286.1511.522.16
Hex3C323F51504B11ec16
Octal74627752501134361426
Binary1111001100101111111011010101001011100011110110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C323F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,50,63); }

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

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

 a { background-color: rgb(60,50,63); }

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

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

 span { border-color: rgb(60,50,63); }

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