What is the Vantablack hex code?
On any screen, Vantablack is just #000000 — no display can reproduce a material that absorbs 99.965% of light.
Why is Vantablack controversial?
Anish Kapoor secured EXCLUSIVE art-use rights, enraging artists. Stuart Semple retaliated with the “world’s pinkest pink” (banned from Kapoor) — a public color war.
Can you own a color?
Vantablack pushed the question to absurdity — licensing “the blackest black” exclusively felt like owning darkness, and the resulting feud made color-ownership a mainstream debate.
What color is #000000?
#000000 is a deep muted near-black — the CSS keyword Black. It sits at 0° on the hue wheel with 0% saturation and 0% lightness, which reads as neutral.
What is the RGB value of #000000?
rgb(0, 0, 0) — 0 red, 0 green and 0 blue out of 255, or 0% / 0% / 0% by channel.
What is #000000 in HSL and HSV?
hsl(0, 0%, 0%) and hsv(0, 0%, 0%). HSL is what CSS takes; HSV is what your design tool's picker shows, which is why the saturation numbers rarely match.
Is #000000 a light or a dark color?
It is a dark color. Relative luminance is 0.0000 and perceived brightness is 0%, so white text on it reaches 21.00:1.
Should I use black or white text on #000000?
White. It scores 21.00:1 against #000000, versus 1.00:1 for black — AAA at any size.
Is #000000 accessible on a white background?
#000000 on white scores 21.00:1, which clears AAA at every size.
What is the complementary color of #000000?
#000000 sits directly opposite on the wheel. Softer options are the split-complements #000000 and #000000, which give the same contrast with far less vibration.
What colors go well with #000000?
For interface work: #F7F7F7 as the surface, #D6D6D6 for borders, #737373 for secondary text, #000000 as an accent and #404040 for hover and pressed states. For a palette, the analogous pair #000000 and #000000 stays calm, while #000000 is the loudest partner.
What is #000000 in CMYK for printing?
cmyk(0%, 0%, 0%, 100%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #000000 warm or cool?
Neutral — it scores 50 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #060504; nudged cooler, #040506.
Which Tailwind color is closest to #000000?
The zinc family — its 500 step is #71717a, ΔE2000 35 away. That is a visible difference, so define #000000 as a custom token rather than reaching for the built-in.
How do I use #000000 in Tailwind CSS?
Inline it as an arbitrary value with bg-[#000000] or text-[#000000], or register the whole ramp under theme.extend.colors.brand so you get bg-brand-500 and friends. The generated 50–950 scale on this page is ready to paste into your config.
What is #000000 with 50% opacity?
rgba(0, 0, 0, 0.5), or #00000080 in eight-digit hex. Over white that composites to #808080; over black, #000000.
Is #000000 a web-safe color?
Yes — it is one of the 216 colours in the classic web-safe cube.
What does the color #000000 mean?
As a near-black, it reads premium, serious, focused. Near-black is the luxury and editorial default, and the base layer of every dark theme. At this low chroma the association is faint; it behaves more like a neutral.
What gradient works with #000000?
The safest is same-hue elevation: linear-gradient(135deg, #1F1F1F, #000000 45%, #404040). For more colour, a short hue run to #000000 keeps it rich without turning muddy.