Html Css Color HEX #394441 Firefly

📋 copy color: '#394441'

red 57 ◦ green 68 ◦ blue 65

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

Shades of Firefly #394441

Tints of Firefly #394441

RGB

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

 GREEN value IS 68 (26.95% from 255) = 35.79%

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

R = 30%
G = 35.79%
B = 34.21%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.04

 K value IS 0.73

RGB Variations

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

Color information

#394441 (or 0x394441) is known color: Firefly. HEX triplet: 39, 44 and 41. RGB value is (57,68,65). Sum of RGB (Red+Green+Blue) = 57+68+65=190 (25% of max value = 765). Red value is 57 (22.66% from 255 or 30% from 190); Green value is 68 (26.95% from 255 or 35.79% from 190); Blue value is 65 (25.78% from 255 or 34.21% from 190); Max value from RGB is 68 - color contains mainly: green. Hex color #394441 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394441 is #C6BBBE. Grayscale: #404040. Windows color (decimal): -13024191 or 4277305. OLE color: 4277305.

HSL color Cylindrical-coordinate representation of color #394441: hue angle of 163.64º degrees, saturation: 0.09, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #394441 is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.73.

Color convert

RGB 57 68 65 -
CMYK 0.16 0 0.04 0.73
HSL 163.64º 0.09% 0.25% -
HSV(B) 163.64º 0.16% 0.27% -
XYZ 4.71 5.39 5.79 -
YUV 64.37 128.36 122.74 -
System Red Green Blue C M Y K H S L
Decimal 57 68 65 0.16 0 0.04 0.73 163.64 0.09 0.25
Hex 39 44 41 10 0 4 49 A4 9 19
Octal 71 104 101 20 0 4 111 244 11 31
Binary 111001 1000100 1000001 10000 0 100 1001001 10100100 1001 11001

Color Harmonies of #394441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394441

Black with #394441

Text Example


Text Example

White with #394441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394441; }

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

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

background-color css

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

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

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

border-color css

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

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

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