Html Css Color HEX #3F4040 Firefly

📋 copy color: '#3F4040'

red 63 ◦ green 64 ◦ blue 64

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

Shades of Firefly #3F4040

Tints of Firefly #3F4040

RGB

 RED value IS 63 (25% from 255) = 32.98%

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

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

R = 32.98%
G = 33.51%
B = 33.51%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3F4040 (or 0x3F4040) is known color: Firefly. HEX triplet: 3F, 40 and 40. RGB value is (63,64,64). Sum of RGB (Red+Green+Blue) = 63+64+64=191 (25% of max value = 765). Red value is 63 (25% from 255 or 32.98% from 191); Green value is 64 (25.39% from 255 or 33.51% from 191); Blue value is 64 (25.39% from 255 or 33.51% from 191); Max value from RGB is 64 - color contains mainly: green, blue. Hex color #3F4040 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4040 is #C0BFBF. Grayscale: #3F3F3F. Windows color (decimal): -12632000 or 4210751. OLE color: 4210751.

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

Color convert

RGB 63 64 64 -
CMYK 0.02 0 0 0.75
HSL 180º 0.01% 0.25% -
HSV(B) 180º 0.02% 0.25% -
XYZ 4.81 5.09 5.58 -
YUV 63.7 128.17 127.5 -
System Red Green Blue C M Y K H S L
Decimal 63 64 64 0.02 0 0 0.75 180 0.01 0.25
Hex 3F 40 40 2 0 0 4B B4 1 19
Octal 77 100 100 2 0 0 113 264 1 31
Binary 111111 1000000 1000000 10 0 0 1001011 10110100 1 11001

Color Harmonies of #3F4040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4040

Black with #3F4040

Text Example


Text Example

White with #3F4040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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