Colors HWB






<!--
main_leaderboard, all: [728,90][970,90][320,50][468,60]
-->



Colors HWB




❮ Previous
Next ❯



HWB (Hue, Whiteness, Blackness) is a suggested standard for CSS4.






HWB Calculator





 



rgb(255, 0, 0)

#ff0000

hsl(0, 100%, 50%)









H:









W:









B:











function submitOnEnter(e) {
keyboardKey = e.which || e.keyCode;
if (keyboardKey == 13) {
setFullColor();
}
}
function clickHue(hue) {
var h = document.getElementById("hue01");
h.value = hue;
setColor(h);
}
function clickWhite(white) {
var w = document.getElementById("white01");
w.value = white;
setColor(w);
}
function clickBlack(black) {
var b = document.getElementById("black01");
b.value = black;
setColor(b);
}
function drawHueTable(hue) {
var x, i, n;
x = ""
x += "";
n = 0;
for (i = 0; i <= 360; i++) {
n = i;
x += "
" + n + "

Popular posts from this blog

Colors HSL

Google Hardware Icons

SVG Filters