Html Css Color HEX #394341 Firefly

📋 copy color: '#394341'

red 57 ◦ green 67 ◦ blue 65

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

Shades of Firefly #394341

Tints of Firefly #394341

RGB

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

 GREEN value IS 67 (26.56% from 255) = 35.45%

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

R = 30.16%
G = 35.45%
B = 34.39%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.03

 K value IS 0.74

RGB Variations

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

Color information

#394341 (or 0x394341) is known color: Firefly. HEX triplet: 39, 43 and 41. RGB value is (57,67,65). Sum of RGB (Red+Green+Blue) = 57+67+65=189 (25% of max value = 765). Red value is 57 (22.66% from 255 or 30.16% from 189); Green value is 67 (26.56% from 255 or 35.45% from 189); Blue value is 65 (25.78% from 255 or 34.39% from 189); Max value from RGB is 67 - color contains mainly: green. Hex color #394341 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394341 is #C6BCBE. Grayscale: #3F3F3F. Windows color (decimal): -13024447 or 4277049. OLE color: 4277049.

HSL color Cylindrical-coordinate representation of color #394341: hue angle of 168º degrees, saturation: 0.08, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #394341 is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.74.

Color convert

RGB 57 67 65 -
CMYK 0.15 0 0.03 0.74
HSL 168º 0.08% 0.24% -
HSV(B) 168º 0.15% 0.26% -
XYZ 4.65 5.27 5.77 -
YUV 63.78 128.69 123.16 -
System Red Green Blue C M Y K H S L
Decimal 57 67 65 0.15 0 0.03 0.74 168 0.08 0.24
Hex 39 43 41 F 0 3 4A A8 8 18
Octal 71 103 101 17 0 3 112 250 10 30
Binary 111001 1000011 1000001 1111 0 11 1001010 10101000 1000 11000

Color Harmonies of #394341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394341

Black with #394341

Text Example


Text Example

White with #394341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394341; }

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

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

background-color css

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

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

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

border-color css

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

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

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