#3D4040

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

Shades of Firefly #3D4040

Tints of Firefly #3D4040

Color information

#3D4040 (or 0x3D4040) is unknown color: approx Firefly. HEX triplet: 3D, 40 and 40. RGB value is (61,64,64). Sum of RGB (Red+Green+Blue) = 61+64+64=189 (25% of max value = 765). Red value is 61 (24.22% from 255 or 32.28% from 189); Green value is 64 (25.39% from 255 or 33.86% from 189); Blue value is 64 (25.39% from 255 or 33.86% from 189); Max value from RGB is 64 - color contains mainly: green, blue. Hex color #3D4040 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4040 is #C2BFBF. Grayscale: #3F3F3F. Windows color (decimal): -12763072 or 4210749. OLE color: 4210749.

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

Color convert

RGB616464-
CMYK0.05000.75
HSL180º2.4%24.51%-
HSV(B)180º4.69%25.1%-
XYZ4.685.035.57-
YUV63.1128.51126.5-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 32.28%
GREEN value IS 64 (25.39% from 255) = 33.86%
BLUE value IS 64 (25.39% from 255) = 33.86%
R=32.28%
G=33.86%
B=33.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6164640.05000.751802.424.51
Hex3D40405004Bb4219
Octal75100100500113264231
Binary11110110000001000000101001001011101101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,64,64); }

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

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

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

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

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

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

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