22 Matching Annotations
  1. Aug 2024
    1. For approximate reference, sRGB/Rec709 cover roughly 35% of visible colour. DCI-P3/Display-P3/AdobeRGB cover roughly 50%, and Rec2020/2100 covers roughly 75%. So even "HDR" standards don't cover everything a human being is capable of seeing.
    1. 954 most common RGB monitor colors

      The 954 most common RGB monitor colors, as defined by several hundred thousand participants in the xkcd color name survey.

      Some boring notes on data handling:

      For the sake of anyone who might use this, I also snapped three of the 954 colors to corners of the color space when they were hovering almost on the corners and the data was fuzzy; e.g. I moved black from #000102 to #000000. But mostly I left it alone.

      There were about 40,000 women and 100,000 men in the main data set used for this, which could in principle skew things (if men are overrepresented and disagree with women over what a particular color is) but when I reran the analysis with the genders separated the results were roughly the same.

      There are a couple of 'again's and 'darker's which are survey artifacts (e.g. 'green again' or 'darker blue') that I missed while cleaning up the table. I can't regen it now, but I've deleted them from rgb.txt.

      The algorithm used the hillclimbing setup when there were enough data points available, but for the lowest ones on this list, it used a simple geometric mean of the color values.

      I've normalized the 'gray' spelling to 'grey' since that was more popular among my users, and when colors varied by punctuation (blue-green vs blue green) I used the most popular version. I left "darkgreen" separate from "dark green", because it wasn't always obvious to me that it was a different color word. I also pulled most of the spam and a few other non-color entries. Following Crayola's lead, I also decided to leave out 'skin' and its derivatives from the final list, since that seems to be a whole can of worms; judging from the RGB values, though, my readership skews white and nerdy.

  2. Nov 2023
    1. The primary color palette uses three colors. Grey and white should be employed liberally ashigh-contrast elements. Red should be used sparingly to label and decorate symbols and information.We use this pink/red because it is more gender-neutral than the typically masucline color palettes ofother space/geospatial-focused groups and it is distinct from the green/earth tones of conservationgroups. It’s also effective for drawing attention to specific elements

      minimalistic colour palette

  3. Jul 2023
    1. To answer your question about register, register doesbelong to the domain of timbre but differs from instrumentation that also belongs to timbre. I understand that in organ music the word "register" is synonymous to characteristic timbres of musical instruments. But confusion like this is inevitable with any of the 11 aspects: "melody" can have its own "harmony" (e.g., solo flute sonatas by CPE Bach), rhythm can be "metric" (e.g., compositions written in the genre of "perpetum mobile", e.g., Paganini or Weber), articulation can be dynamic (e.g., accent), etc..

      The distinction between register and instrumentation is that register is bound to pitch and underlies instrumentation. Every instrument and vocal usually breaks into 3 registers that can be classified in 2 general types: intensity growing towards the top (vocals and brass) or 5towards the bottom (reed woodwinds and strings). This typology goes against and across the distinctions between different timbres of the instruments. However, the distinctions between registers can be greatly reduced. For instance, the bel canto training can completely conceal a breaking point between neighboring registers. Also, the timbral differences between different instruments (and vocals) greatly exceed the timbral differences between different registers of the same instrument (or voice type).Yet another important distinction is that register plays a formative role for tonal organization of modes of timbre-oriented music that are characterized by indefinite pitch (relative and variable pitch values), such as ekmelic and khasmatonal modes. In such modes, the degrees are defined in regards to their position within a vocal register(s). It is possible that the same principles are in play in the instrumental forms of music of the same ethnicities that keep cultivating such vocal music (e.g., music for Jaw Harp or musical bow). The aspect of instrumentation completely misses this formative melodic modal function. Combinations of timbral colors of different instruments do notform specific musical modes. Timbral coloration is known to be modally formative only in instrumental ensembles consisting of the sameinstrumental types -e.g., a set of gongs. But then, such cases fall within the domain of register rather than instrumentation.On the other hand, instrumental timbres often blend, forming new composite colors (for example, clarinet + oboe). There is nothing remotely similar in the domain of register -registers don't blend.It can be generalized that register fundamentally opposes instrumentation: register is based on timbral similarity, whereas instrumentation -on timbral contrasts. Composers select a specific instrument to "color" constituent sounds in a musical composition in different colors. Singers (and possibly instrumental players) usually select a specific register to secure unityin timbral coloration for the pitch-classes of a musical mode. Timbral contrasts are important in khasmatonal music, where a mode is defined by the group of pitch classes of one register contrasting the other register (e.g., falsetto or rasping). However, such music is rather rare and is still operated by the principle of integratingtimbral colors into a melodic phrase rather than by differentiation of timbral color to color the music textures, as it occurs in instrumentation. The only exception is Schoenberg's experiments with Klangfarbenmelodie that did not work -and could not work, because changes of instrumental timbres within the same melodic stream has been demonstrated to segregate this stream into fragments that obstruct phrasing.

  4. Nov 2022
  5. Aug 2022
    1. Avoid the use of spectral schemes to represent sequential data because the spectral order of visible light carries no inherent magnitude message. Readers do not automatically perceive violet as greater than red even though the two colors occupy opposite ends of the color spectrum. Rainbow color schemes are therefore not appropriate if the data to be mapped or graphed represent a distribution of values ranging from low to high
  6. Feb 2022
  7. Jan 2022
  8. Nov 2021
  9. Aug 2021
  10. Jun 2021
  11. May 2021
    1. illian Murphy, star of the new horror sequel A Quiet Place Part II, is something to behold: X-ray eyes at once penetrating and ethereally blue, cheekbones so pronounced you could stretch out and go to sleep on them.

      Many features begin with some 'colour' to set the scene of the interview, such as some details about the room where it is taking place, the appearance of the interviewee, or the obstacles that they've overcome to make it happen. Even in this interview - which takes place via video call - the writer starts with that colour. Note that he also establishes a news hook to the piece - "star of the new horror sequel A Quiet Place Part II" - which justifies the newsworthiness of this interview (a new movie)

  12. Dec 2020
    1. occupy the fill scale with a slightly darker version of the palette used for color.

      Using colorspace package.

      geom_boxplot(aes(color = season, fill = after_scale(desaturate(lighten(color, .6), .6))), size = 1)

  13. Sep 2020
  14. Mar 2018