<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Why are colored tags turning black?]]></title><description><![CDATA[<p dir="auto">I’ve had like, 15 tags that I’ve had to move because they were colored but now they’re black? Does anyone know why this is or is it just a glitch?</p>
]]></description><link>https://browsedns.net/topic/23421/why-are-colored-tags-turning-black</link><generator>RSS for Node</generator><lastBuildDate>Sat, 26 Sep 2026 07:14:43 GMT</lastBuildDate><atom:link href="https://browsedns.net/topic/23421.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 25 Sep 2026 12:09:11 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Why are colored tags turning black? on Sat, 26 Sep 2026 04:53:06 GMT]]></title><description><![CDATA[<p dir="auto">That's really interesting, and is definitely why they broke! For future reference, here's a list of all html color names: <a href="https://htmlcolorcodes.com/color-names/" rel="nofollow ugc">https://htmlcolorcodes.com/color-names/</a></p>
<p dir="auto">I just had a script go through the DB though and convert any groups using color names to their hex values. Thank you for reporting (and debugging) this! Let me know if any other groups are still having the issue.</p>
<p dir="auto">As for why this behavior changed, NodeBB added stricter color code validation on <a href="https://github.com/NodeBB/NodeBB/commit/a30dfd18f0" rel="nofollow ugc">August 5</a>, likely as a security measure, which defaulted non-hex values to #000000 (all black, no color). Previously, the these color names were passed directly into the CSS of the page, which can cause problems.</p>
<hr />
<p dir="auto">More background info on how to work with these color hex codes, if anyone reading is interested:</p>
<ul>
<li>A hex color has three parts: #<span style="color:red">FF</span><span style="color:green">FF</span><span style="color:blue">FF</span> (RGB, red green blue in that order)</li>
<li>Each component is actually the number 0 through 255 in <a href="https://en.wikipedia.org/wiki/Hexadecimal" rel="nofollow ugc">hexadecimal</a>. (00 is 0, and FF is 255)</li>
<li>So <span style="color:mediumseagreen">MediumSeaGreen</span> for instance, is: #<span style="color:#3c0000">3C</span><span style="color:#00b300">B3</span><span style="color:#000071">71</span>
<ul>
<li>3C in hex is 60 in decimal, aka 60/255 or 23% red (aka dull red)</li>
<li>B3 in hex is 179 in decimal, aka 179/255 or 70% green (aka bright green)</li>
<li>71 in hex is 113 in decimal, aka 113/255 or 44% blue (aka medium blue)</li>
</ul>
</li>
<li>Note: Hexadecimal is a strange concept if you haven't seen it before, but all you really need to know is you can use into sites like <a href="https://www.wolframalpha.com/input?i=3c+in+hex+to+decimal" rel="nofollow ugc">WolframAlpha</a> to convert them
<ul>
<li>Hexadecimal is base-16 (sixteen possible values for each digit), whereas our normal decimal counting system is base-10</li>
<li>In short, base 10 goes from 0 through 9 for each digit, and base 16 goes from 0 through F instead
<ul>
<li>A is 10, B is 11, C is 12, D is 13, E is 14, F is 15. The alphabet is used to make the extra digits.</li>
</ul>
</li>
<li>In base 10, you count: ... 7, 8, 9, 10, 11, 12, ... (It wraps around after 9, and becomes 10 with a new <strong>tens place</strong>)</li>
<li>In base 16, you count: ... 7, 8, 9, A, B, C, D, E, F, 10, 11, 12, 13, 14, ... (It wraps around after F, and becomes 10 with a new <strong>sixteens place</strong>)</li>
</ul>
</li>
</ul>
<p dir="auto">Anyway this became a longer post, but I wanted to explain it because I remember also stumped by these color codes for probably way too long when I first started seeing them on the Internet. And I hope this explanation doesn't just make them seem more confusing... The list of full color names mapping to these codes is actually really old, like from the 80s on early computer systems, and it was re-used in HTML in the 90s.</p>
<p dir="auto">For even more info, this Vsauce video goes into much deeper detail about how screen pixels work using RGB subpixels to create other colors. The hex percents (eg. 23% red, 70% green, and 44% blue for MediumSeaGreen) directly control the brightness levels of these subpixels, creating the optical illusion of one solid color: </p><div class="embed-wrapper"><div class="embed-container"><iframe src="https://www.youtube.com/embed/R3unPcJDbCc" frameborder="0"></iframe></div></div><p></p>
]]></description><link>https://browsedns.net/post/259347</link><guid isPermaLink="true">https://browsedns.net/post/259347</guid><dc:creator><![CDATA[VGMoose]]></dc:creator><pubDate>Sat, 26 Sep 2026 04:53:06 GMT</pubDate></item><item><title><![CDATA[Reply to Why are colored tags turning black? on Sat, 26 Sep 2026 02:15:27 GMT]]></title><description><![CDATA[<p dir="auto">That happened with the tags I created!! I think it's because I typed the colour I wanted rather than the hex code or wtv because typing "red" for example doesn't change the colour to red, but a certain set of numbers does.</p>
<p dir="auto">This is unfortunate for me because I don't kniw any hex codes and just tried to kind of guess them? As you can see, there are some I'm yet to guess.</p>
<p dir="auto">But it's annoying</p>
]]></description><link>https://browsedns.net/post/259318</link><guid isPermaLink="true">https://browsedns.net/post/259318</guid><dc:creator><![CDATA[tyler_x]]></dc:creator><pubDate>Sat, 26 Sep 2026 02:15:27 GMT</pubDate></item><item><title><![CDATA[Reply to Why are colored tags turning black? on Fri, 25 Sep 2026 21:50:06 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/raven" aria-label="Profile: Raven">@<bdi>Raven</bdi></a> oh mb sorry</p>
]]></description><link>https://browsedns.net/post/259268</link><guid isPermaLink="true">https://browsedns.net/post/259268</guid><dc:creator><![CDATA[french_fry_guy]]></dc:creator><pubDate>Fri, 25 Sep 2026 21:50:06 GMT</pubDate></item><item><title><![CDATA[Reply to Why are colored tags turning black? on Fri, 25 Sep 2026 21:48:46 GMT]]></title><description><![CDATA[<p dir="auto"></p><div class="card col-md-9 col-lg-6 position-relative link-preview p-0">



<a href="https://browsedns.net/topic/23252/read-before-posting" title="Read before posting!">
<img src="https://browsedns.net/assets/uploads/profile/uid-7772/7772-profileavatar-1787614797045.png" class="card-img-top not-responsive" style="max-height:15rem" alt="Link Preview Image" />
</a>





<div class="card-body">
<h5 class="card-title">
<a class="text-decoration-none" href="https://browsedns.net/topic/23252/read-before-posting">
Read before posting!
</a>
</h5>
<p class="card-text line-clamp-3">This category is NOT used for general inquiries, questions about BrowseDNS,  or anything of that nature. This is strictly for asking questions regarding beco...</p>
</div>
<a href="https://browsedns.net/topic/23252/read-before-posting" class="card-footer text-body-secondary small d-flex gap-2 align-items-center lh-2">



<img src="https://browsedns.net/assets/uploads/system/favicon.ico" alt="favicon" class="not-responsive overflow-hiddden" style="max-width:21px;max-height:21px" />

















<p class="d-inline-block text-truncate mb-0">NodeBB <span class="text-secondary">(browsedns.net)</span></p>
</a>
</div><p></p>
]]></description><link>https://browsedns.net/post/259266</link><guid isPermaLink="true">https://browsedns.net/post/259266</guid><dc:creator><![CDATA[Raven]]></dc:creator><pubDate>Fri, 25 Sep 2026 21:48:46 GMT</pubDate></item><item><title><![CDATA[Reply to Why are colored tags turning black? on Fri, 25 Sep 2026 13:23:36 GMT]]></title><description><![CDATA[<ul>
<li>node just updated soo</li>
</ul>
]]></description><link>https://browsedns.net/post/259129</link><guid isPermaLink="true">https://browsedns.net/post/259129</guid><dc:creator><![CDATA[Faust]]></dc:creator><pubDate>Fri, 25 Sep 2026 13:23:36 GMT</pubDate></item><item><title><![CDATA[Reply to Why are colored tags turning black? on Fri, 25 Sep 2026 12:27:41 GMT]]></title><description><![CDATA[<p dir="auto">probibly just apart of the continued breaking of this site- i mean it has gone down ALOT and i assume theres lots of errors because of their new version or wtv... probibly their new changes conflicting with previous code or smth...</p>
]]></description><link>https://browsedns.net/post/259120</link><guid isPermaLink="true">https://browsedns.net/post/259120</guid><dc:creator><![CDATA[xenth]]></dc:creator><pubDate>Fri, 25 Sep 2026 12:27:41 GMT</pubDate></item></channel></rss>