Html Css Color HEX #3F4141 Firefly

📋 copy color: '#3F4141'

red 63 ◦ green 65 ◦ blue 65

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

Shades of Firefly #3F4141

Tints of Firefly #3F4141

RGB

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

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

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

R = 32.64%
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

#3F4141 (or 0x3F4141) is known color: Firefly. HEX triplet: 3F, 41 and 41. RGB value is (63,65,65). Sum of RGB (Red+Green+Blue) = 63+65+65=193 (25% of max value = 765). Red value is 63 (25% from 255 or 32.64% from 193); Green value is 65 (25.78% from 255 or 33.68% from 193); Blue value is 65 (25.78% from 255 or 33.68% from 193); Max value from RGB is 65 - color contains mainly: green, blue. Hex color #3F4141 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4141 is #C0BEBE. Grayscale: #404040. Windows color (decimal): -12631743 or 4276543. OLE color: 4276543.

HSL color Cylindrical-coordinate representation of color #3F4141: 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 #3F4141 is Cyan = 0.03, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 65 65 -
CMYK 0.03 0 0 0.75
HSL 180º 0.02% 0.25% -
HSV(B) 180º 0.03% 0.25% -
XYZ 4.89 5.22 5.75 -
YUV 64.4 128.34 127 -
System Red Green Blue C M Y K H S L
Decimal 63 65 65 0.03 0 0 0.75 180 0.02 0.25
Hex 3F 41 41 3 0 0 4B B4 2 19
Octal 77 101 101 3 0 0 113 264 2 31
Binary 111111 1000001 1000001 11 0 0 1001011 10110100 10 11001

Color Harmonies of #3F4141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4141

Black with #3F4141

Text Example


Text Example

White with #3F4141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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