#3C353D

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

Shades of Fuscous Grey #3C353D

Tints of Fuscous Grey #3C353D

Color information

#3C353D (or 0x3C353D) is unknown color: approx Fuscous Grey. HEX triplet: 3C, 35 and 3D. RGB value is (60,53,61). Sum of RGB (Red+Green+Blue) = 60+53+61=174 (23% of max value = 765). Red value is 60 (23.83% from 255 or 34.48% from 174); Green value is 53 (21.09% from 255 or 30.46% from 174); Blue value is 61 (24.22% from 255 or 35.06% from 174); Max value from RGB is 61 - color contains mainly: blue. Hex color #3C353D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C353D is #C3CAC2. Grayscale: #373737. Windows color (decimal): -12831427 or 4011324. OLE color: 4011324.

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

Color convert

RGB605361-
CMYK0.020.1300.76
HSL292.5º7.02%22.35%-
HSV(B)292.5º13.11%23.92%-
XYZ3.983.844.95-
YUV56130.82130.85-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 34.48%
GREEN value IS 53 (21.09% from 255) = 30.46%
BLUE value IS 61 (24.22% from 255) = 35.06%
R=34.48%
G=30.46%
B=35.06%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6053610.020.1300.76292.57.0222.35
Hex3C353D2D04C124716
Octal7465752150114444726
Binary1111001101011111011011010100110010010010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C353D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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