Html Css Color HEX #394141 Firefly

📋 copy color: '#394141'

red 57 ◦ green 65 ◦ blue 65

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

Shades of Firefly #394141

Tints of Firefly #394141

RGB

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

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

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

R = 30.48%
G = 34.76%
B = 34.76%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#394141 (or 0x394141) is known color: Firefly. HEX triplet: 39, 41 and 41. RGB value is (57,65,65). Sum of RGB (Red+Green+Blue) = 57+65+65=187 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.48% from 187); Green value is 65 (25.78% from 255 or 34.76% from 187); Blue value is 65 (25.78% from 255 or 34.76% from 187); Max value from RGB is 65 - color contains mainly: green, blue. Hex color #394141 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394141 is #C6BEBE. Grayscale: #3E3E3E. Windows color (decimal): -13024959 or 4276537. OLE color: 4276537.

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

Color convert

RGB 57 65 65 -
CMYK 0.12 0 0 0.75
HSL 180º 0.07% 0.24% -
HSV(B) 180º 0.12% 0.25% -
XYZ 4.53 5.03 5.73 -
YUV 62.61 129.35 124 -
System Red Green Blue C M Y K H S L
Decimal 57 65 65 0.12 0 0 0.75 180 0.07 0.24
Hex 39 41 41 C 0 0 4B B4 7 18
Octal 71 101 101 14 0 0 113 264 7 30
Binary 111001 1000001 1000001 1100 0 0 1001011 10110100 111 11000

Color Harmonies of #394141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394141

Black with #394141

Text Example


Text Example

White with #394141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394141; }

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

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

background-color css

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

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

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

border-color css

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

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

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