Html Css Color HEX #334340 Firefly

📋 copy color: '#334340'

red 51 ◦ green 67 ◦ blue 64

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

Shades of Firefly #334340

Tints of Firefly #334340

RGB

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

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

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

R = 28.02%
G = 36.81%
B = 35.16%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.04

 K value IS 0.74

RGB Variations

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

Color information

#334340 (or 0x334340) is known color: Firefly. HEX triplet: 33, 43 and 40. RGB value is (51,67,64). Sum of RGB (Red+Green+Blue) = 51+67+64=182 (24% of max value = 765). Red value is 51 (20.31% from 255 or 28.02% from 182); Green value is 67 (26.56% from 255 or 36.81% from 182); Blue value is 64 (25.39% from 255 or 35.16% from 182); Max value from RGB is 67 - color contains mainly: green. Hex color #334340 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334340 is #CCBCBF. Grayscale: #3D3D3D. Windows color (decimal): -13417664 or 4211507. OLE color: 4211507.

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

Color convert

RGB 51 67 64 -
CMYK 0.24 0 0.04 0.74
HSL 168.75º 0.14% 0.23% -
HSV(B) 168.75º 0.24% 0.26% -
XYZ 4.3 5.09 5.61 -
YUV 61.87 129.2 120.24 -
System Red Green Blue C M Y K H S L
Decimal 51 67 64 0.24 0 0.04 0.74 168.75 0.14 0.23
Hex 33 43 40 18 0 4 4A A9 E 17
Octal 63 103 100 30 0 4 112 251 16 27
Binary 110011 1000011 1000000 11000 0 100 1001010 10101001 1110 10111

Color Harmonies of #334340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334340

Black with #334340

Text Example


Text Example

White with #334340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334340; }

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

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

background-color css

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

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

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

border-color css

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

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

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