Html Css Color HEX #324141 Firefly

📋 copy color: '#324141'

red 50 ◦ green 65 ◦ blue 65

#324141
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Firefly #324141

Tints of Firefly #324141

RGB

 RED value IS 50 (19.92% from 255) = 27.78%

 GREEN value IS 65 (25.78% from 255) = 36.11%

 BLUE value IS 65 (25.78% from 255) = 36.11%

R = 27.78%
G = 36.11%
B = 36.11%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#324141 (or 0x324141) is known color: Firefly. HEX triplet: 32, 41 and 41. RGB value is (50,65,65). Sum of RGB (Red+Green+Blue) = 50+65+65=180 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.78% from 180); Green value is 65 (25.78% from 255 or 36.11% from 180); Blue value is 65 (25.78% from 255 or 36.11% from 180); Max value from RGB is 65 - color contains mainly: green, blue. Hex color #324141 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324141 is #CDBEBE. Grayscale: #3C3C3C. Windows color (decimal): -13483711 or 4276530. OLE color: 4276530.

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

Color convert

RGB 50 65 65 -
CMYK 0.23 0 0 0.75
HSL 180º 0.13% 0.23% -
HSV(B) 180º 0.23% 0.25% -
XYZ 4.16 4.84 5.72 -
YUV 60.52 130.53 120.5 -
System Red Green Blue C M Y K H S L
Decimal 50 65 65 0.23 0 0 0.75 180 0.13 0.23
Hex 32 41 41 17 0 0 4B B4 D 17
Octal 62 101 101 27 0 0 113 264 15 27
Binary 110010 1000001 1000001 10111 0 0 1001011 10110100 1101 10111

Color Harmonies of #324141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324141

Black with #324141

Text Example


Text Example

White with #324141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324141; }

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

 H1.HeaderClassName
 {
   color: #324141;
 }
 .AnyTagClassName
 {
   color: #324141;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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