#324241

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

Shades of Firefly #324241

Tints of Firefly #324241

Color information

#324241 (or 0x324241) is unknown color: approx Firefly. HEX triplet: 32, 42 and 41. RGB value is (50,66,65). Sum of RGB (Red+Green+Blue) = 50+66+65=181 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.62% from 181); Green value is 66 (26.17% from 255 or 36.46% from 181); Blue value is 65 (25.78% from 255 or 35.91% from 181); Max value from RGB is 66 - color contains mainly: green. Hex color #324241 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324241 is #CDBDBE. Grayscale: #3D3D3D. Windows color (decimal): -13483455 or 4276786. OLE color: 4276786.

HSL color Cylindrical-coordinate representation of color #324241: hue angle of 176.25º degrees, saturation: 0.14, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #324241 is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.74.

Color convert

RGB506665-
CMYK0.2400.020.74
HSL176.25º13.79%22.75%-
HSV(B)176.25º24.24%25.88%-
XYZ4.224.965.74-
YUV61.1130.2120.08-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.62%
GREEN value IS 66 (26.17% from 255) = 36.46%
BLUE value IS 65 (25.78% from 255) = 35.91%
R=27.62%
G=36.46%
B=35.91%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5066650.2400.020.74176.2513.7922.75
Hex32424118024Ab0e17
Octal6210210130021122601627
Binary1100101000010100000111000010100101010110000111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324241; }

 p { color: rgb(50,66,65); }

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

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

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

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

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

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

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