Html Css Color HEX #3E4040 Firefly

📋 copy color: '#3E4040'

red 62 ◦ green 64 ◦ blue 64

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

Shades of Firefly #3E4040

Tints of Firefly #3E4040

RGB

 RED value IS 62 (24.61% from 255) = 32.63%

 GREEN value IS 64 (25.39% from 255) = 33.68%

 BLUE value IS 64 (25.39% from 255) = 33.68%

R = 32.63%
G = 33.68%
B = 33.68%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3E4040 (or 0x3E4040) is known color: Firefly. HEX triplet: 3E, 40 and 40. RGB value is (62,64,64). Sum of RGB (Red+Green+Blue) = 62+64+64=190 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.63% from 190); Green value is 64 (25.39% from 255 or 33.68% from 190); Blue value is 64 (25.39% from 255 or 33.68% from 190); Max value from RGB is 64 - color contains mainly: green, blue. Hex color #3E4040 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E4040 is #C1BFBF. Grayscale: #3F3F3F. Windows color (decimal): -12697536 or 4210750. OLE color: 4210750.

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

Color convert

RGB 62 64 64 -
CMYK 0.03 0 0 0.75
HSL 180º 0.02% 0.25% -
HSV(B) 180º 0.03% 0.25% -
XYZ 4.75 5.06 5.58 -
YUV 63.4 128.34 127 -
System Red Green Blue C M Y K H S L
Decimal 62 64 64 0.03 0 0 0.75 180 0.02 0.25
Hex 3E 40 40 3 0 0 4B B4 2 19
Octal 76 100 100 3 0 0 113 264 2 31
Binary 111110 1000000 1000000 11 0 0 1001011 10110100 10 11001

Color Harmonies of #3E4040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E4040

Black with #3E4040

Text Example


Text Example

White with #3E4040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,64,64); }

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

background-color css

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

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

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

border-color css

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

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

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