Html Css Color HEX #394040 Firefly

📋 copy color: '#394040'

red 57 ◦ green 64 ◦ blue 64

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

Shades of Firefly #394040

Tints of Firefly #394040

RGB

 RED value IS 57 (22.66% from 255) = 30.81%

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

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

R = 30.81%
G = 34.59%
B = 34.59%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#394040 (or 0x394040) is known color: Firefly. HEX triplet: 39, 40 and 40. RGB value is (57,64,64). Sum of RGB (Red+Green+Blue) = 57+64+64=185 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.81% from 185); Green value is 64 (25.39% from 255 or 34.59% from 185); Blue value is 64 (25.39% from 255 or 34.59% from 185); Max value from RGB is 64 - color contains mainly: green, blue. Hex color #394040 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394040 is #C6BFBF. Grayscale: #3D3D3D. Windows color (decimal): -13025216 or 4210745. OLE color: 4210745.

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

Color convert

RGB 57 64 64 -
CMYK 0.11 0 0 0.75
HSL 180º 0.06% 0.24% -
HSV(B) 180º 0.11% 0.25% -
XYZ 4.45 4.91 5.56 -
YUV 61.91 129.18 124.5 -
System Red Green Blue C M Y K H S L
Decimal 57 64 64 0.11 0 0 0.75 180 0.06 0.24
Hex 39 40 40 B 0 0 4B B4 6 18
Octal 71 100 100 13 0 0 113 264 6 30
Binary 111001 1000000 1000000 1011 0 0 1001011 10110100 110 11000

Color Harmonies of #394040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394040

Black with #394040

Text Example


Text Example

White with #394040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394040; }

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

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

background-color css

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

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

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

border-color css

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

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

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