Html Css Color HEX #334240 Firefly

📋 copy color: '#334240'

red 51 ◦ green 66 ◦ blue 64

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

Shades of Firefly #334240

Tints of Firefly #334240

RGB

 RED value IS 51 (20.31% from 255) = 28.18%

 GREEN value IS 66 (26.17% from 255) = 36.46%

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

R = 28.18%
G = 36.46%
B = 35.36%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.03

 K value IS 0.74

RGB Variations

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

Color information

#334240 (or 0x334240) is known color: Firefly. HEX triplet: 33, 42 and 40. RGB value is (51,66,64). Sum of RGB (Red+Green+Blue) = 51+66+64=181 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.18% from 181); Green value is 66 (26.17% from 255 or 36.46% from 181); Blue value is 64 (25.39% from 255 or 35.36% from 181); Max value from RGB is 66 - color contains mainly: green. Hex color #334240 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334240 is #CCBDBF. Grayscale: #3D3D3D. Windows color (decimal): -13417920 or 4211251. OLE color: 4211251.

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

Color convert

RGB 51 66 64 -
CMYK 0.23 0 0.03 0.74
HSL 172º 0.13% 0.23% -
HSV(B) 172º 0.23% 0.26% -
XYZ 4.24 4.97 5.59 -
YUV 61.29 129.53 120.66 -
System Red Green Blue C M Y K H S L
Decimal 51 66 64 0.23 0 0.03 0.74 172 0.13 0.23
Hex 33 42 40 17 0 3 4A AC D 17
Octal 63 102 100 27 0 3 112 254 15 27
Binary 110011 1000010 1000000 10111 0 11 1001010 10101100 1101 10111

Color Harmonies of #334240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334240

Black with #334240

Text Example


Text Example

White with #334240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334240; }

 p { color: rgb(51,66,64); }

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

background-color css

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

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

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

border-color css

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

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

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