#3B403F

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

Shades of Firefly #3B403F

Tints of Firefly #3B403F

Color information

#3B403F (or 0x3B403F) is unknown color: approx Firefly. HEX triplet: 3B, 40 and 3F. RGB value is (59,64,63). Sum of RGB (Red+Green+Blue) = 59+64+63=186 (24% of max value = 765). Red value is 59 (23.44% from 255 or 31.72% from 186); Green value is 64 (25.39% from 255 or 34.41% from 186); Blue value is 63 (25% from 255 or 33.87% from 186); Max value from RGB is 64 - color contains mainly: green. Hex color #3B403F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B403F is #C4BFC0. Grayscale: #3E3E3E. Windows color (decimal): -12894145 or 4145211. OLE color: 4145211.

HSL color Cylindrical-coordinate representation of color #3B403F: hue angle of 168º 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 #3B403F is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.75.

Color convert

RGB596463-
CMYK0.0800.020.75
HSL168º4.07%24.12%-
HSV(B)168º7.81%25.1%-
XYZ4.534.965.42-
YUV62.39128.34125.58-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 31.72%
GREEN value IS 64 (25.39% from 255) = 34.41%
BLUE value IS 63 (25% from 255) = 33.87%
R=31.72%
G=34.41%
B=33.87%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5964630.0800.020.751684.0724.12
Hex3B403F8024Ba8418
Octal73100771002113250430
Binary1110111000000111111100001010010111010100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B403F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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