#3C333B

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

Shades of Fuscous Grey #3C333B

Tints of Fuscous Grey #3C333B

Color information

#3C333B (or 0x3C333B) is unknown color: approx Fuscous Grey. HEX triplet: 3C, 33 and 3B. RGB value is (60,51,59). Sum of RGB (Red+Green+Blue) = 60+51+59=170 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.29% from 170); Green value is 51 (20.31% from 255 or 30% from 170); Blue value is 59 (23.44% from 255 or 34.71% from 170); Max value from RGB is 60 - color contains mainly: red. Hex color #3C333B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C333B is #C3CCC4. Grayscale: #363636. Windows color (decimal): -12831941 or 3879740. OLE color: 3879740.

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

Color convert

RGB605159-
CMYK00.150.020.76
HSL306.67º8.11%21.76%-
HSV(B)306.67º15%23.53%-
XYZ3.843.644.64-
YUV54.6130.48131.85-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 35.29%
GREEN value IS 51 (20.31% from 255) = 30%
BLUE value IS 59 (23.44% from 255) = 34.71%
R=35.29%
G=30%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.02
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60515900.150.020.76306.678.1121.76
Hex3C333B0F24C133816
Octal74637301721144631026
Binary11110011001111101101111101001100100110011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C333B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,51,59); }

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

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

 a { background-color: rgb(60,51,59); }

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

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

 span { border-color: rgb(60,51,59); }

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