Html Css Color HEX #334141 Firefly

📋 copy color: '#334141'

red 51 ◦ green 65 ◦ blue 65

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

Shades of Firefly #334141

Tints of Firefly #334141

RGB

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

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

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

R = 28.18%
G = 35.91%
B = 35.91%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#334141 (or 0x334141) is known color: Firefly. HEX triplet: 33, 41 and 41. RGB value is (51,65,65). Sum of RGB (Red+Green+Blue) = 51+65+65=181 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.18% from 181); Green value is 65 (25.78% from 255 or 35.91% from 181); Blue value is 65 (25.78% from 255 or 35.91% from 181); Max value from RGB is 65 - color contains mainly: green, blue. Hex color #334141 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334141 is #CCBEBE. Grayscale: #3C3C3C. Windows color (decimal): -13418175 or 4276531. OLE color: 4276531.

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

Color convert

RGB 51 65 65 -
CMYK 0.22 0 0 0.75
HSL 180º 0.12% 0.23% -
HSV(B) 180º 0.22% 0.25% -
XYZ 4.21 4.87 5.72 -
YUV 60.81 130.36 121 -
System Red Green Blue C M Y K H S L
Decimal 51 65 65 0.22 0 0 0.75 180 0.12 0.23
Hex 33 41 41 16 0 0 4B B4 C 17
Octal 63 101 101 26 0 0 113 264 14 27
Binary 110011 1000001 1000001 10110 0 0 1001011 10110100 1100 10111

Color Harmonies of #334141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334141

Black with #334141

Text Example


Text Example

White with #334141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334141; }

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

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

background-color css

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

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

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

border-color css

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

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

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