Html Css Color HEX #3E4141 Firefly

📋 copy color: '#3E4141'

red 62 ◦ green 65 ◦ blue 65

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

Shades of Firefly #3E4141

Tints of Firefly #3E4141

RGB

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

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

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

R = 32.29%
G = 33.85%
B = 33.85%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3E4141 (or 0x3E4141) is known color: Firefly. HEX triplet: 3E, 41 and 41. RGB value is (62,65,65). Sum of RGB (Red+Green+Blue) = 62+65+65=192 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.29% from 192); Green value is 65 (25.78% from 255 or 33.85% from 192); Blue value is 65 (25.78% from 255 or 33.85% from 192); Max value from RGB is 65 - color contains mainly: green, blue. Hex color #3E4141 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E4141 is #C1BEBE. Grayscale: #404040. Windows color (decimal): -12697279 or 4276542. OLE color: 4276542.

HSL color Cylindrical-coordinate representation of color #3E4141: 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.05%. Process color model (Four color, CMYK) of #3E4141 is Cyan = 0.05, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 62 65 65 -
CMYK 0.05 0 0 0.75
HSL 180º 0.02% 0.25% -
HSV(B) 180º 0.05% 0.25% -
XYZ 4.83 5.19 5.75 -
YUV 64.1 128.51 126.5 -
System Red Green Blue C M Y K H S L
Decimal 62 65 65 0.05 0 0 0.75 180 0.02 0.25
Hex 3E 41 41 5 0 0 4B B4 2 19
Octal 76 101 101 5 0 0 113 264 2 31
Binary 111110 1000001 1000001 101 0 0 1001011 10110100 10 11001

Color Harmonies of #3E4141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E4141

Black with #3E4141

Text Example


Text Example

White with #3E4141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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