Highlight

2015-03-05

#TheDress

The dress is Coffee and Cool grey according to my new script:

What's that color?

Try these context-dependent colors: rgb(113,94,58) and rgb(135,154,189)

R: G: B: hex

5 comments:

  1. With a little help from these ugly NodeJS hacks:

    // http://stackoverflow.com/a/498995/819417
    String.prototype.trim=function(){return this.replace(/^\s+|\s+$/g, '');};

    var last_line = " ";
    // http://stackoverflow.com/a/17332534/819417
    require('fs').readFileSync('colors.txt').toString().split(/\r?\n/).forEach(function(line){
    if(line.trim() == last_line.trim()) console.log(line)
    last_line = line
    })

    ReplyDelete
  2. In related news, it looks like i don't have to copy EnChroma's glasses in software now:
    https://blogs.microsoft.com/firehose/2016/11/11/color-binoculars-a-new-mobile-app-from-microsoft-garage-helps-colorblind-see-the-world-the-way-others-do/
    https://play.google.com/store/apps/details?id=com.colorblindpal.colorblindpal&hl=en
    https://play.google.com/store/apps/details?id=fr.nghs.android.cbs.enhancer&hl=en

    ReplyDelete
  3. Better illustration @ https://giphy.com/gifs/reactionseditor-color-dress-3o7btPOMufN5FziFWg

    ReplyDelete
  4. To see whether you're colorblind, try these 26 questions. No need to provide an email. (I have normal vision.) https://eu.enchroma.com/pages/colour-blind-test

    ReplyDelete
    Replies
    1. Didn't seem varied enough and their glasses are controversial, though: https://www.youtube.com/watch?v=Ppobi8VhWwo

      Delete