YouTube Trending Videos of 2019 Data Analysis

Today, I am sharing an enhanced and comprehensive version of YouTube analysis. This analysis is sophisticated and includes new, intriguing elements. It examines all trending videos from the entire year of 2019, totaling over 70,000 videos. The analysis delves into titles, descriptions, thumbnails, tags, views, likes/dislikes, and comments to generate the findings presented in this post. Keep reading to explore the details of the analysis and the data, or skip ahead to the results section if you prefer. The analysis delves into titles, descriptions, thumbnails, tags, views, likes/dislikes, and comments to generate the findings presented in this post. Keep reading to explore the details of the analysis and the data, or skip ahead to the results section if you prefer.

Summary of Key Findings from the Analysis

The primary objective of this analysis was to uncover fascinating patterns and insights by exploring the data and utilizing effective visualizations. If you’re short on time, here are some key takeaways from the analysis, along with links to their respective sections:
  1. Top Trending Channels:
  2. Trending Video Longevity:
  3. Most Popular Video:
  4. Low-View Trending Videos:
  5. Common Title Words:
  6. Emoji Usage:
  7. Title Length:
  8. Low-Comment Trending Videos:
  9. Most Disliked Videos:
  10. Time to Trend:
  11. Description Length:
  12. Social Media Links:
  13. Tag Usage:
  14. Thumbnail Analysis:
This analysis delves into much more, so keep reading to uncover additional insights!

What are YouTube Trending Videos?

YouTube, as you're likely aware, is the world's most popular and widely used video platform. One of its key features is the Trending section, which highlights videos that are currently capturing widespread attention. Here's how YouTube describes its Trending section:

"Trending helps viewers see what's happening on YouTube and in the world. It aims to showcase videos that a broad audience would find interesting. Some trends are predictable, such as a new song from a popular artist or a movie trailer. Others are unexpected, like a viral video. Trending is not personalized; it displays the same list of videos to all users in each country."

The Trending list is refreshed approximately every 15 minutes, and with each update, videos may rise, fall, or maintain their position on the list. This dynamic system ensures that viewers are always in tune with the latest and most engaging content on the platform.

Tools Used

This analysis was performed using Python and a powerful group of Python libraries including Pandas, Matplotlib, NLTK, ImageAI, WordCloud, and more.

The analysis were performed in a Jupyter Notebook.

Data Size and Description

In this analysis, we focus on United States trending videos, which total 72,994 videos. YouTube typically features 200 videos in its Trending list each day, which would theoretically amount to 73,000 videos (365 days x 200 videos). However, the dataset includes 72,994 videos, likely because on some days, the number of trending videos was slightly fewer than 200.

It's important to note that the 72,994 videos are not all unique. Since the same video can appear on the trending list for multiple days, the dataset actually consists of 11,177 unique videos. These 11,177 videos represent the total number of distinct videos that trended throughout 2019. Some videos remained on the list for just a day, while others trended for 10, 20, or even more days. We'll explore this in greater detail later in the analysis.

Dataset statistics

As shown in the dataset, each video is uniquely identified by its video ID, a distinct value that ensures no two videos on YouTube share the same identifier. Alongside the video ID, the dataset includes the following key details for each video:

Additionally, the dataset includes a field called "trending_date", which indicates the specific date the video appeared on the trending list. Since a video can trend for multiple days, there may be multiple records for the same video ID, each with a different "trending_date" and updated metrics (e.g., views, likes, dislikes, and comments). These metrics typically increase over time as the video gains more traction.

For example, a video might have one record for January 1st with 100,000 views and another record for January 2nd with 150,000 views, reflecting its continued presence on the trending list and growing engagement. This structure allows for a detailed analysis of how videos perform over time while trending.

Analysis Results

Now, let's dive into the most exciting part of this post—the analysis results!

Before we proceed, it's important to clarify the approach we've taken for most of the analyses. Unless stated otherwise, the analyses are applied to all 72,994 trending video occurrences, not just the 11,177 unique videos. The reasoning behind this is that a video that trends for multiple days is considered to have stronger "trending power" and more pronounced trending characteristics compared to a video that trends for just one day. By including all occurrences, we give more weight to videos that sustained their popularity over time.

However, for certain analyses, focusing on unique videos is more appropriate. In such cases, a note will be provided to indicate this adjustment.

Trending Videos and Views

The trending video with the highest number of views is a song by the BTS band named "Boy With Luv." The video was published on 12 April 2019 and appeared on the trending list on 23/04/2019 with 195,376,667 views, the highest number of views a trending video had in 2019.

In the table below, you can see the top 3 trending videos based on the number of views. These videos had the most views when they appeared on the trending list compared to any other trending video. This table was produced by considering unique trending videos only.

Top 3 trending videos by views

And now we will look at the distribution of views for trending videos. The histogram below shows this distribution:

Distribution of views for trending videos

Notice that the y-axis is log scaled. It is 10, 100, 1000... not 10, 20, 30...

We can see that the vast majority of trending videos had less than 20 million views when they became trending. In fact, when they became trending, around 94% of trending videos had less than 10 million views and around 99.9% had less than 100 million views.

Now, we might ask: What are the trending videos with the least amount of views? The table below shows the 3 trending videos with the lowest number of views when appearing on the trending list. This table was produced by considering unique trending videos only.

Trending videos with least views

You can see that these three videos appeared on the trending list on the same day they were published on. Maybe they received a high number of views in the first few hours after they were published which sent them to the trending list.

How Many Views Videos Had When They First Became Trending?

Earlier, we noted that numerous videos appeared on the trending list across multiple days. Now, our focus shifts to the initial appearance of each video. Specifically, we aim to determine the number of views a video had when it first entered the trending list.

The accompanying graph illustrates the distribution of views for trending videos at the time of their first appearance on the trending list.

Distribution of views when videos first became trending

Note: The y-axis is log-scaled (10, 100, 1000...) rather than linear (10, 20, 30...)

From the graph, we can observe that one video gained trending status with approximately 150 million views, while another achieved the same with around 60 million views. However, the majority of videos entered the trending list with fewer than 30 million views.

Trending Videos Titles

Titles are a crucial component of every video, serving as a description that helps viewers decide whether to click and watch. As a result, video titles are a significant factor in a video's success, playing a vital role in determining its click-through rate (CTR). Here are some intriguing insights about the titles of trending videos in 2019:

Approximately 6% of trending video titles were written entirely in uppercase (LIKE THIS). This calculation excludes numbers, symbols, and emojis. For instance, titles such as "FIRST TITLE", "2ND TITLE", and "#3 TITLE 🎉" are all considered fully uppercase.

Number of Fully-Uppercase Words in Titles

If we count the number of fully-uppercase words in each of the trending videos titles we get the following distribution graph:

Distribution of uppercase words in trending video titles

This means that around 50% of trending videos have no fully-uppercase word in their titles, around 20% have 1 fully-uppercase word in their titles, around 10% have 2 fully-uppercase words in their titles, etc.

What are the Most Common Words in Video Titles?

To determine if certain words appear more frequently in trending video titles, I analyzed the titles of all trending videos and counted the occurrences of each word. Before conducting the analysis, symbols were removed, and contractions were expanded to their full forms. For example, "aren't" was replaced with "are not," and "we'll" was replaced with "we will."

Word cloud of most common words in titles (with stop words)

Initial word cloud including stop words

In the initial word cloud, the most prominent word is "the," as it appears the largest. Other large words like "a," "to," and "in" are also visible. These words are known as stop words, which are extremely common in a language (in this case, English). Since stop words do not carry significant meaning for analysis, they were excluded to refine the results.

Word cloud of most common words in titles (without stop words)

Refined word cloud excluding stop words

We can now see more meaningfully the most common words in trending video titles. To see the exact commonness (frequency) values, the following table shows the most common 15 words with their frequencies:

Table of most common words in titles

For more details on the process, method used for word tokenization, stop words specifications, etc., please review the code in the project notebook.

Most Common Symbols in Titles

Now let's see what are the most common symbols in the titles of trending videos. Previously, we ignored symbols to produce the word clouds above. Now, we will consider only symbols. The table below shows the most common symbols:

Table of most common symbols in titles

From the analysis, we observe that the hyphen "-" is the most frequently occurring symbol in trending video titles, appearing approximately 23,000 times. Following the hyphen is the pipe symbol "|", which occurs around 21,000 times. The period "." ranks third, appearing 16,560 times in trending titles.

Most Common Emojis in Titles

Shifting the focus to emoji symbols, we can also identify the most common emojis used in the titles of trending videos. These emojis add a visual and expressive element to the titles, often making them more engaging and attention-grabbing for viewers.

Table of most common emojis in titles

So 🔥 is the most common with a frequency of 154 followed by ™️ and then ®.

What are the Most Common 2-Grams in Video Titles?

Before diving into the results, let's clarify what 2-grams are. A 2-gram refers to a sequence of two consecutive words. For example, in the sentence "How are you today?", we can extract three 2-grams: "How are", "are you", and "you today?".

By extracting 2-grams from all trending video titles, we can identify the most frequently occurring pairs of words. The word cloud below visualizes these common 2-grams, with each pair connected by a hyphen ("-"). The size of each 2-gram in the word cloud reflects its frequency, providing insight into the most popular word combinations in trending video titles.

Word cloud of most common 2-grams in video titles
Table showing top 5 most common 2-grams

In the word cloud, we can identify some trends: we can see "reacts to", "react to", "avenger endgame", "star wars", "anwar jibawi", etc.

Titles Lengths

How long are trending video titles? The following box plot answers this question by showing the distribution of titles lengths.

Box plot showing distribution of title lengths

From the analysis, we observe that:

Interestingly, there is one video with a title length of just 3 characters: a video titled "DHL," which appeared on the trending list for 7 days.

Example of shortest video title

Trending Channels

Which channels produced more trending videos? The following bar chart tells us the answer:

Bar chart of channels with most trending videos

1. Linus Tech Tips

We can see that Linus Tech Tips is the channel with most trending videos (365 videos). And the surprise is that it is a technology channel! This channel started in 2008 and has now (22/June/2020) 5,018 published videos.

Linus Tech Tips channel page Linus Tech Tips most popular videos

2. Binging with Babish

The second channel with most trending videos is Binging with Babish with 361 trending videos. This channel started in 2006 and has now 311 published videos.

Binging with Babish channel page Binging with Babish most popular videos

3. Bon Appétit

And finally, the third top channel in the number of trending videos is Bon Appétit with 355 trending videos. This channel started back in 2008 and has now 1,149 published videos.

Bon Appétit channel page Bon Appétit most popular videos

Trending Videos Categories

YouTube organizes videos into various categories, such as Entertainment, Music, Sports, Comedy, Education, and more. The bar chart below illustrates the number of trending videos within each category for the year 2019. It's important to note that the chart does not include every category, as some categories had no trending videos during that year. The chart provides a clear comparison of how many trending videos emerged from each included category, highlighting the most popular genres on the platform.

Bar chart of trending video categories in 2019

The Entertainment category leads with 20,849 trending videos, accounting for 28.6% of all trending videos in 2019. Following Entertainment is the Music category, which had 10,236 trending videos, making up 14% of the total. In third place is the Sports category, with 7,565 trending videos, representing 10.4% of the year's trending videos.

This graph provides valuable insights into the types of videos that are more likely to appear on the trending list. It highlights the dominance of Entertainment, Music, and Sports categories, suggesting that these genres resonate strongly with viewers and are more frequently featured as trending content.

When were Trending Videos Published?

To answer whether more trending videos were published on Saturday compared to Monday, or in the evening versus the morning, we can analyze the data using visualizations. It's important to note that the following graphs display dates and times in the GMT time zone, which is currently 4 hours ahead of Washington, DC.

Publication by Day of Week

Trending videos published by day of week

From the first graph, we observe that Tuesday had the highest number of trending videos published, with a total of 11,986. The other days of the week, except for Saturday, are relatively close to Tuesday in terms of the number of trending videos. Saturday stands out with significantly fewer trending videos published, totaling only 7,345.

Publication by Time of Day

Trending videos published by hour of day

From the second graph, we can see that the peak hours for publishing trending videos were between 16 and 18 (4 PM to 6 PM GMT). When adjusted for Washington time (considering daylight saving time), these peak hours translate to 12 PM to 2 PM. Additionally, the graph shows that significantly fewer trending videos were published between 6 and 11 (6 AM to 11 AM GMT), which corresponds to 2 AM to 7 AM in Washington time.

However, the two graphs do not necessarily imply that videos published on Tuesday or during peak hours have a higher likelihood of becoming trending. This is because Tuesday might simply be the day with the highest number of videos uploaded overall, rather than a day with a higher success rate for trending videos. Similarly, the peak hours might reflect a general increase in video uploads rather than a higher chance of trending.

To make accurate claims about the likelihood of videos trending based on the day or time of publication, we would need data on the total number of videos (not just trending videos) published on each day of the week and during each hour of the day in 2019. This additional context would help determine whether the observed trends are due to higher upload volumes or other factors influencing video success.

Trending Videos and Comments

How many comments do trending videos have? The histogram below answers this question by showing the distribution of the number of comments for our trending videos:

Distribution of comments on trending videos

Note: The y-axis is log-scaled (10, 100, 1000...) rather than linear (10, 20, 30...)

From the graph, we can observe that:

The table below highlights the top three trending videos based on their number of comments, showcasing the videos with the highest engagement in terms of viewer interaction.

Top 3 trending videos by number of comments

From the data, we can see that:

These three videos stand out as the most engaging in terms of viewer interaction through comments.

How Many Comments Videos Had When they First Became Trending?

Like we did with the number of views, we will see the number of comments videos have when whey appear on the trending list for the first time. The following graph shows us that:

Distribution of comments when videos first became trending

Note: The y-axis is log-scaled (10, 100, 1000...) rather than linear (10, 20, 30...)

From the graph, we can observe that the vast majority of videos had fewer than 50,000 comments when they first appeared on the trending list. To provide more specific details:

This data highlights that most videos gain trending status with relatively low comment counts, though there are exceptions with significantly higher engagement.

Trending Videos and Likes and Dislikes

Similar to what we did with views and comments, we want to see the distribution of the number of likes/dislikes for trending videos. The histogram below shows the likes distribution:

Likes Distribution

Notice that the y-axis is log scaled. It is 10, 100, 1000… not 10, 20, 30…

95% of trending videos have less than 500,000 likes and 72.4% have less than 100,000 likes.

The table below shows the 3 most liked trending videos in 2019:

Top 3 Most Liked Videos

Then we move to dislikes. This histogram shows the distribution of dislikes of our trending videos:

Dislikes Distribution

Notice that the y-axis is log-scaled. It is 10, 100, 1000… not 10, 20, 30…

99.4% of trending videos have less than 100,000 dislikes and 91.5% have less than 10,000 dislikes.

The following table shows the 3 most disliked trending videos:

Top 3 Most Disliked Videos

From the data, we can observe that the YouTube Rewind videos for 2018 and 2019 are the two most disliked trending videos of 2019. Interestingly, the number of dislikes for these videos, as well as the third video in the table, exceeds the number of likes. Despite this, they still managed to appear on the trending list.

Additionally, while the song "Boy With Luv" by BTS was the most liked trending video, as highlighted earlier, it also ranks as the 5th most disliked video, with a total of 446,003 dislikes. This demonstrates that even highly popular and engaging content can attract significant criticism or negative feedback while still achieving trending status.

How Long Does it Take a Video to Become Trending?

In other words, how many days are between publishing a video and its appearance on the trending list? The box plot below can answer this question:

Days to Become Trending

On average, a video appears on the trending list approximately 5.6 days after it is published. Additionally, 95% of videos take fewer than 13 days to appear on the trending list. There are also instances where videos achieved trending status in less than a day, showcasing the variability in how quickly content can gain traction.

When focusing solely on the first appearance of a video on the trending list, the box plot below provides a detailed visualization of the distribution. This plot highlights the range, median, and outliers, offering a clearer understanding of the time it takes for videos to initially trend after publication. The box plot helps identify patterns and exceptions in the data, such as videos that trended unusually quickly or took longer than average.

First Appearance Days to Trend

In this case, the video takes on average 1.5 days to become trending. And 97% of the videos appeared on the trending list in less than 2 days after they were published.

Trending Videos Descriptions

How Long is the Description?

We know that each YouTube video can have a description and that the maximum length of the description is 5,000 characters. Now we ask: How long are the descriptions of trending videos? The box plot below tells us the answer:

Description Length Distribution

Here are some facts about trending video descriptions:

Most Common Words in Trending Video Descriptions

The word cloud below visualizes the most common 100 words found in the descriptions of trending videos. Similar to the analysis of video titles, stop words (common words like "the," "a," and "in") have been excluded, and contractions (e.g., "aren't" expanded to "are not") have been expanded to ensure accuracy.

In this word cloud, the size of each word corresponds to its frequency in the descriptions—the larger the word, the more frequently it appears. This visualization provides insight into the language and themes commonly used in the descriptions of trending videos, helping to identify key terms that may contribute to a video's appeal or discoverability.

Common Words in Descriptions

From the word cloud, we can observe that words like "https," "http," "com," and "www" are among the most common. This suggests that descriptions of trending videos frequently include URLs, likely linking to external websites or resources. Additionally, the names of social media platforms such as "Instagram," "Twitter," and "Facebook" appear prominently, indicating that descriptions often contain links to these platforms, possibly for promotional or engagement purposes.

Top 15 Words in Descriptions

And the following word cloud shows the most common 2-grams in trending videos descriptions (Again, see the titles section above for the meaning of 2-grams):

Common 2-grams in Descriptions

We can see that websites URLs are very common 2-grams in trending videos descriptions.

Does Trending Videos Descriptions Contain Hashtags?

How many trending videos contain hashtags (like #abc) in their descriptions? It turns out that 33% of trending videos include hashtags in their descriptions. This leads us to another question: How many hashtags do those descriptions have? The following box plot answers this question. It shows the distribution of the number of hashtags in the description:

Box plot showing distribution of number of hashtags in trending video descriptions

This plot focuses exclusively on videos that include hashtags in their descriptions. From the visualization, we can observe that the majority of these videos contain fewer than 6 hashtags. On average, videos have 2.7 hashtags in their descriptions. Additionally, 94% of these videos have fewer than 6 hashtags, indicating that most creators use hashtags sparingly rather than excessively. This suggests a trend toward strategic and moderate use of hashtags in video descriptions to enhance discoverability without overwhelming the content.

Extract Hashtags from YouTube Videos Automatically

Extract hashtags from YouTube videos effortlessly! This actor helps content creators and social media managers analyze and collect hashtags used in YouTube videos. The actor provides a clean JSON output containing:

Input Parameters

Field Type Description
youtubeVideoUrls Array List of YouTube video URLs to process
maxItems Integer Maximum number of items to extract (optional)
proxyConfiguration Object Proxy settings (optional)

Perfect for integration with various platforms, the actor is optimized for performance and reliability.

Example Input JSON

{
  "youtubeVideoUrls": [
    "https://www.youtube.com/watch?v=HV23VDFWC3o"
  ]
}

The results will be wrapped into a dataset which you can always find in the Storage tab. Here's an excerpt from the data you'd get if you apply the input parameters above.

Trending Videos Tags

When uploading a video to YouTube, creators have the option to add tags, which are not displayed on the video page but can be viewed through the page’s source code or browser extensions like TubeBuddy and vidIQ. There is ongoing debate about whether tags influence how YouTube’s algorithm promotes videos. Specifically, do effective tags help the algorithm reach more viewers, or do they impact a video’s placement in search results? The answer remains unclear. YouTube itself provides a note above the tag section during upload, stating:

“Tags can be useful if content in your video is commonly misspelled. Otherwise, tags play a minimal role in helping viewers find your video.”

However, this raises questions, as YouTube often adds numerous tags to its own videos. For example, the YouTube Rewind 2019 video includes a long list of tags, such as:

Rewind, Rewind 2019, youtube rewind 2019, #YouTubeRewind, MrBeast, PewDiePie, James Charles, Shane Dawson, CaseyNeistat, RiceGum, Simone Giertz, JennaMarbles, Lilly Singh, emma chamberlain, The Try Guys, Fortnite, Minecraft, Roblox, Marshmello, Garena Free Fire, GTA V, Lachlan, Anaysa, jeffreestar, Noah Schnapp, Jennelle Eliana, T-Series, Azzyland, LazarBeam, Dude Perfect, David Dobrik, KSI, NikkieTutorials, Kurzgesagt, Jelly, Ariana Grande, Billie Eilish, BLACKPINK, Year in Review.

Despite YouTube’s disclaimer, the use of extensive tags by the platform itself suggests that tags may hold some significance, even if their exact impact remains uncertain.

The following violin plot illustrates the distribution of the number of tags in trending videos. This visualization provides insight into how many tags trending videos typically include, helping to identify patterns or trends in tag usage among successful content. The plot reveals the range, density, and commonalities in the number of tags used, offering a clearer picture of how creators leverage tags for their trending videos.

Violin plot showing distribution of number of tags in trending videos

From the violin plot, we can observe that the majority of trending videos have between 10 and 30 tags. Here are some key insights about the tags used in trending videos:

After examining the number of tags, we now turn to the length of the tags used in trending videos. YouTube allows creators to add as many tags as they want, but the total combined length of all tags must not exceed 500 characters. This constraint ensures that tags remain concise and relevant.

The following violin plot illustrates the distribution of tag lengths for trending videos. This visualization helps us understand how creators utilize the available character limit for tags, revealing patterns in the length of tags and how they might contribute to a video's discoverability or success. The plot highlights the range, density, and commonalities in tag lengths, providing further insight into the tagging strategies of trending videos.

Violin plot showing distribution of tag lengths in trending videos

The length of tags in trending videos ranges from 0 to 457 characters. While almost all tag lengths are equally common, there is a noticeable peak in usage between 400 and 450 characters. Here are some key facts about the tag lengths of trending videos:

This data suggests that while some creators maximize the use of available tag space, the majority tend to use around half of the allowed character limit. The peak between 400 and 450 characters indicates that a significant portion of creators aim to utilize most of the available tag space, possibly to enhance discoverability or optimize their video's performance in search results.

Most Common Words in Trending Video Tags

As we did with titles and descriptions, let’s see the most common words in the tags of trending videos. The word cloud below shows us the most common 100 words:

Word cloud of the most common 100 words in trending video tags

We can see that words like “video”, “2019”, “funny”, etc. are more common than the other words. The table below shows the most common 15 words with their exact frequency:

Table of the most common 15 words in trending video tags with frequencies

After we saw the most common words in video tags, let’s now see the most common tags used in trending videos which are shown in this word cloud:

Word cloud of the most common tags in trending videos

Correlations of Trending Videos

Now let’s see how different metrics of trending videos are correlated. We want to see how views are correlated with likes and how title length is correlated with views and more. Let’s visualize the correlation between different metrics by using a heatmap:

Heatmap showing correlations between different metrics of trending videos

In this heatmap, lighter colors represent higher positive correlations, while darker colors indicate lower positive correlations (or sometimes negative correlations). The correlation values range from -1 (perfect negative correlation) to 1 (perfect positive correlation).

From the heatmap, we can observe the following key insights:

  1. Views and Likes: There is a high positive correlation (0.81) between views and likes, indicating that as the number of views increases, the number of likes tends to increase as well. This suggests that popular videos with high view counts often receive more likes.
  2. Comments and Views: There is a significant positive correlation (0.61) between comments and views, meaning that videos with more views tend to generate more comments. This highlights the relationship between viewer engagement and video popularity.
  3. Comments and Likes: A significant positive correlation exists between comments and likes, showing that videos with more likes also tend to have more comments. This reinforces the idea that engagement metrics (likes and comments) often go hand in hand.
  4. Comments and Dislikes: There is also a positive correlation between comments and dislikes, suggesting that videos with more dislikes tend to generate more comments. This could indicate that controversial or polarizing content often sparks higher viewer interaction, even if it is negative.

Overall, the heatmap reveals strong relationships between key engagement metrics, emphasizing how views, likes, comments, and dislikes are interconnected in trending videos.

What are the Most Used Colors in Trending Videos Thumbnails?

YouTube video thumbnails are the small images you see when you browse YouTube videos

Thumbnails play a crucial role in the success of a YouTube video, as they significantly influence the click-through rate (CTR)-the percentage of viewers who click on a video after seeing it. A higher CTR signals to YouTube’s algorithm that the video is engaging and attractive, prompting the platform to promote it to a wider audience. As a result, many successful YouTubers invest considerable time and effort into designing thumbnails that capture attention and encourage clicks.

To analyze the most commonly used colors in the thumbnails of 2019’s trending videos, we followed these steps:

  1. Downloading Thumbnails: We downloaded the thumbnails of all trending videos, ensuring that duplicates were excluded. For example, if a video appeared on the trending list multiple times, only one copy of its thumbnail was downloaded. In total, we collected 11,177 unique thumbnails.
  2. Pixel Analysis: Each thumbnail has a resolution of 320 x 180 pixels, meaning it contains 57,600 pixels. Across all thumbnails, this amounts to 643,795,200 pixels. We extracted the color of each pixel and counted the occurrences of every color.
  3. Color Dictionary: The result was a dictionary mapping each color to its frequency across all thumbnails. This allowed us to identify the most dominant colors used in trending video thumbnails.

By analyzing these colors, we can uncover patterns and trends in thumbnail design, providing insights into what visual elements might contribute to higher engagement and CTR. This analysis helps creators understand the importance of color choices in crafting thumbnails that stand out and attract viewers.

{
 (255, 255, 255): 7572881,
 (254, 255, 255): 660165,
 (251, 255, 255): 280416,
 (249, 255, 255): 154100,
 (248, 255, 255): 131042,
 (255, 254, 255): 626143,
 ...
}

The dictionary generated from the pixel analysis contained 4,098,274 unique colors, each with its corresponding frequency. For example, the snippet shows that 7,572,881 pixels are white, represented by the RGB color (255, 255, 255). Additionally, 660,165 pixels are also white but represented by the slightly different RGB color (254, 255, 255). While these two shades of white are visually indistinguishable to the human eye, they are technically different in their RGB values.

This level of granularity poses a challenge when trying to identify the most used colors in thumbnails. If we were to list the 100 most common colors from the dictionary, they would predominantly consist of shades of white and black, with minor variations in their RGB values. For instance, the top 100 colors might include (255, 255, 255), (254, 255, 255), (255, 254, 255), and similar shades, all of which appear nearly identical to the viewer.

The following image illustrates the 100 most common colors according to the dictionary. As expected, these colors are overwhelmingly white and black, with subtle differences in their RGB representations. This highlights the need for a more practical approach to analyzing thumbnail colors, such as grouping similar shades into broader color categories or using color quantization techniques to reduce the complexity and focus on visually distinct colors.

The 100 most common colors in trending video thumbnails, mostly white and black shades

As you can see, they are essentially white and black colors with a few grey colors.

The approach we followed then to find the most used colors was by taking the most common 10,000 colors from that dictionary then removing “duplicate” colors. For example, we kept only one black and removed all other blacks that were similar to that black.

To measure the similarity between two RGB colors, we converted the colors to Lab colors and calculated the Euclidean distance between these Lab colors. Then we considered the colors similar if the following quantity fell between 0.9 and 1.0:
where 375.6 is the maximum possible distance between two Lab colors.

After this process, we ended up with 19 colors which are the most used colors in video thumbnails. Here are the colors sorted by popularity:

The 19 most used colors in trending video thumbnails sorted by popularity