#3B4040

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

Shades of Firefly #3B4040

Tints of Firefly #3B4040

Color information

#3B4040 (or 0x3B4040) is unknown color: approx Firefly. HEX triplet: 3B, 40 and 40. RGB value is (59,64,64). Sum of RGB (Red+Green+Blue) = 59+64+64=187 (24% of max value = 765). Red value is 59 (23.44% from 255 or 31.55% from 187); Green value is 64 (25.39% from 255 or 34.22% from 187); Blue value is 64 (25.39% from 255 or 34.22% from 187); Max value from RGB is 64 - color contains mainly: green, blue. Hex color #3B4040 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B4040 is #C4BFBF. Grayscale: #3E3E3E. Windows color (decimal): -12894144 or 4210747. OLE color: 4210747.

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

Color convert

RGB596464-
CMYK0.08000.75
HSL180º4.07%24.12%-
HSV(B)180º7.81%25.1%-
XYZ4.564.975.57-
YUV62.5128.84125.5-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 31.55%
GREEN value IS 64 (25.39% from 255) = 34.22%
BLUE value IS 64 (25.39% from 255) = 34.22%
R=31.55%
G=34.22%
B=34.22%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5964640.08000.751804.0724.12
Hex3B40408004Bb4418
Octal731001001000113264430
Binary1110111000000100000010000010010111011010010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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