Html Css Color HEX #3D4040 Firefly

📋 copy color: '#3D4040'

red 61 ◦ green 64 ◦ blue 64

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

Shades of Firefly #3D4040

Tints of Firefly #3D4040

RGB

 RED value IS 61 (24.22% from 255) = 32.28%

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

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

R = 32.28%
G = 33.86%
B = 33.86%

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

#3D4040 (or 0x3D4040) is known color: Firefly. HEX triplet: 3D, 40 and 40. RGB value is (61,64,64). Sum of RGB (Red+Green+Blue) = 61+64+64=189 (25% of max value = 765). Red value is 61 (24.22% from 255 or 32.28% from 189); Green value is 64 (25.39% from 255 or 33.86% from 189); Blue value is 64 (25.39% from 255 or 33.86% from 189); Max value from RGB is 64 - color contains mainly: green, blue. Hex color #3D4040 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4040 is #C2BFBF. Grayscale: #3F3F3F. Windows color (decimal): -12763072 or 4210749. OLE color: 4210749.

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

Color convert

RGB 61 64 64 -
CMYK 0.05 0 0 0.75
HSL 180º 0.02% 0.25% -
HSV(B) 180º 0.05% 0.25% -
XYZ 4.68 5.03 5.57 -
YUV 63.1 128.51 126.5 -
System Red Green Blue C M Y K H S L
Decimal 61 64 64 0.05 0 0 0.75 180 0.02 0.25
Hex 3D 40 40 5 0 0 4B B4 2 19
Octal 75 100 100 5 0 0 113 264 2 31
Binary 111101 1000000 1000000 101 0 0 1001011 10110100 10 11001

Color Harmonies of #3D4040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4040

Black with #3D4040

Text Example


Text Example

White with #3D4040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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