#3B4141

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

Shades of Firefly #3B4141

Tints of Firefly #3B4141

Color information

#3B4141 (or 0x3B4141) is unknown color: approx Firefly. HEX triplet: 3B, 41 and 41. RGB value is (59,65,65). Sum of RGB (Red+Green+Blue) = 59+65+65=189 (25% of max value = 765). Red value is 59 (23.44% from 255 or 31.22% from 189); Green value is 65 (25.78% from 255 or 34.39% from 189); Blue value is 65 (25.78% from 255 or 34.39% from 189); Max value from RGB is 65 - color contains mainly: green, blue. Hex color #3B4141 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B4141 is #C4BEBE. Grayscale: #3F3F3F. Windows color (decimal): -12893887 or 4276539. OLE color: 4276539.

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

Color convert

RGB596565-
CMYK0.09000.75
HSL180º4.84%24.31%-
HSV(B)180º9.23%25.49%-
XYZ4.655.095.74-
YUV63.21129.01125-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 31.22%
GREEN value IS 65 (25.78% from 255) = 34.39%
BLUE value IS 65 (25.78% from 255) = 34.39%
R=31.22%
G=34.39%
B=34.39%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5965650.09000.751804.8424.31
Hex3B41419004Bb4518
Octal731011011100113264530
Binary1110111000001100000110010010010111011010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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