#3C4141

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

Shades of Firefly #3C4141

Tints of Firefly #3C4141

Color information

#3C4141 (or 0x3C4141) is unknown color: approx Firefly. HEX triplet: 3C, 41 and 41. RGB value is (60,65,65). Sum of RGB (Red+Green+Blue) = 60+65+65=190 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.58% from 190); Green value is 65 (25.78% from 255 or 34.21% from 190); Blue value is 65 (25.78% from 255 or 34.21% from 190); Max value from RGB is 65 - color contains mainly: green, blue. Hex color #3C4141 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4141 is #C3BEBE. Grayscale: #3F3F3F. Windows color (decimal): -12828351 or 4276540. OLE color: 4276540.

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

Color convert

RGB606565-
CMYK0.08000.75
HSL180º4%24.51%-
HSV(B)180º7.69%25.49%-
XYZ4.715.125.74-
YUV63.5128.84125.5-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 31.58%
GREEN value IS 65 (25.78% from 255) = 34.21%
BLUE value IS 65 (25.78% from 255) = 34.21%
R=31.58%
G=34.21%
B=34.21%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6065650.08000.75180424.51
Hex3C41418004Bb4419
Octal741011011000113264431
Binary1111001000001100000110000010010111011010010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,65,65); }

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

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

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

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

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

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

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