Html Css Color HEX #404141 Firefly

📋 copy color: '#404141'

red 64 ◦ green 65 ◦ blue 65

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

Shades of Firefly #404141

Tints of Firefly #404141

RGB

 RED value IS 64 (25.39% from 255) = 32.99%

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

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

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

#404141 (or 0x404141) is known color: Firefly. HEX triplet: 40, 41 and 41. RGB value is (64,65,65). Sum of RGB (Red+Green+Blue) = 64+65+65=194 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.99% from 194); Green value is 65 (25.78% from 255 or 33.51% from 194); Blue value is 65 (25.78% from 255 or 33.51% from 194); Max value from RGB is 65 - color contains mainly: green, blue. Hex color #404141 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404141 is #BFBEBE. Grayscale: #404040. Windows color (decimal): -12566207 or 4276544. OLE color: 4276544.

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

Color convert

RGB 64 65 65 -
CMYK 0.02 0 0 0.75
HSL 180º 0.01% 0.25% -
HSV(B) 180º 0.02% 0.25% -
XYZ 4.96 5.25 5.75 -
YUV 64.7 128.17 127.5 -
System Red Green Blue C M Y K H S L
Decimal 64 65 65 0.02 0 0 0.75 180 0.01 0.25
Hex 40 41 41 2 0 0 4B B4 1 19
Octal 100 101 101 2 0 0 113 264 1 31
Binary 1000000 1000001 1000001 10 0 0 1001011 10110100 1 11001

Color Harmonies of #404141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404141

Black with #404141

Text Example


Text Example

White with #404141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404141; }

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

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

background-color css

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

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

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

border-color css

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

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

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