Html Css Color HEX #374141 Firefly

📋 copy color: '#374141'

red 55 ◦ green 65 ◦ blue 65

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

Shades of Firefly #374141

Tints of Firefly #374141

RGB

 RED value IS 55 (21.88% from 255) = 29.73%

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

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

R = 29.73%
G = 35.14%
B = 35.14%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#374141 (or 0x374141) is known color: Firefly. HEX triplet: 37, 41 and 41. RGB value is (55,65,65). Sum of RGB (Red+Green+Blue) = 55+65+65=185 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.73% from 185); Green value is 65 (25.78% from 255 or 35.14% from 185); Blue value is 65 (25.78% from 255 or 35.14% from 185); Max value from RGB is 65 - color contains mainly: green, blue. Hex color #374141 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374141 is #C8BEBE. Grayscale: #3E3E3E. Windows color (decimal): -13156031 or 4276535. OLE color: 4276535.

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

Color convert

RGB 55 65 65 -
CMYK 0.15 0 0 0.75
HSL 180º 0.08% 0.24% -
HSV(B) 180º 0.15% 0.25% -
XYZ 4.42 4.97 5.73 -
YUV 62.01 129.69 123 -
System Red Green Blue C M Y K H S L
Decimal 55 65 65 0.15 0 0 0.75 180 0.08 0.24
Hex 37 41 41 F 0 0 4B B4 8 18
Octal 67 101 101 17 0 0 113 264 10 30
Binary 110111 1000001 1000001 1111 0 0 1001011 10110100 1000 11000

Color Harmonies of #374141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374141

Black with #374141

Text Example


Text Example

White with #374141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374141; }

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

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

background-color css

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

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

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

border-color css

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

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

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