#334141

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

Shades of Firefly #334141

Tints of Firefly #334141

Color information

#334141 (or 0x334141) is unknown color: approx Firefly. HEX triplet: 33, 41 and 41. RGB value is (51,65,65). Sum of RGB (Red+Green+Blue) = 51+65+65=181 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.18% from 181); Green value is 65 (25.78% from 255 or 35.91% from 181); Blue value is 65 (25.78% from 255 or 35.91% from 181); Max value from RGB is 65 - color contains mainly: green, blue. Hex color #334141 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334141 is #CCBEBE. Grayscale: #3C3C3C. Windows color (decimal): -13418175 or 4276531. OLE color: 4276531.

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

Color convert

RGB516565-
CMYK0.22000.75
HSL180º12.07%22.75%-
HSV(B)180º21.54%25.49%-
XYZ4.214.875.72-
YUV60.81130.36121-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 28.18%
GREEN value IS 65 (25.78% from 255) = 35.91%
BLUE value IS 65 (25.78% from 255) = 35.91%
R=28.18%
G=35.91%
B=35.91%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5165650.22000.7518012.0722.75
Hex33414116004Bb4c17
Octal6310110126001132641427
Binary110011100000110000011011000100101110110100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334141; }

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

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

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

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

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

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

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

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