#3C393D

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

Shades of Fuscous Grey #3C393D

Tints of Fuscous Grey #3C393D

Color information

#3C393D (or 0x3C393D) is unknown color: approx Fuscous Grey. HEX triplet: 3C, 39 and 3D. RGB value is (60,57,61). Sum of RGB (Red+Green+Blue) = 60+57+61=178 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.71% from 178); Green value is 57 (22.66% from 255 or 32.02% from 178); Blue value is 61 (24.22% from 255 or 34.27% from 178); Max value from RGB is 61 - color contains mainly: blue. Hex color #3C393D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C393D is #C3C6C2. Grayscale: #3A3A3A. Windows color (decimal): -12830403 or 4012348. OLE color: 4012348.

HSL color Cylindrical-coordinate representation of color #3C393D: hue angle of 285º degrees, saturation: 0.03, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #3C393D is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB605761-
CMYK0.020.0700.76
HSL285º3.39%23.14%-
HSV(B)285º6.56%23.92%-
XYZ4.174.225.01-
YUV58.35129.49129.17-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 33.71%
GREEN value IS 57 (22.66% from 255) = 32.02%
BLUE value IS 61 (24.22% from 255) = 34.27%
R=33.71%
G=32.02%
B=34.27%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6057610.020.0700.762853.3923.14
Hex3C393D2704C11d317
Octal747175270114435327
Binary11110011100111110110111010011001000111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C393D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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