﻿{"id":5057,"date":"2026-06-23T21:52:25","date_gmt":"2026-06-23T19:52:25","guid":{"rendered":"https:\/\/www.adrianoalfaro.com\/?page_id=5057"},"modified":"2026-06-24T21:10:24","modified_gmt":"2026-06-24T19:10:24","slug":"dark-nebulae","status":"publish","type":"page","link":"https:\/\/www.adrianoalfaro.com\/en\/astrophotography\/dark-nebulae\/","title":{"rendered":"Dark nebulae"},"content":{"rendered":"<div class=\"et_pb_section_0 et_pb_section et_section_regular et_flex_section\">\n<div class=\"et_pb_row_0 et_pb_row et_flex_row aa-bg-move aa-bg-zoom\">\n<div class=\"et_pb_column_0 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_0 et_pb_text et_pb_bg_layout_dark et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h2>Astrophotography<\/h2>\n<h1>Dark nebulae<\/h1>\n<p>A dark nebula is a large cloud composed mainly of gas, especially hydrogen and helium, with a small amount of dust. This dust blocks and absorbs the light behind it, giving the cloud its dark appearance.<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_module et_pb_button_module_wrapper et_pb_button_0_wrapper\"><a class=\"et_pb_button_0 et_pb_button et_pb_bg_layout_light et_pb_module et_flex_module\" href=\"#gallery\">Explore<\/a><\/div>\n\n<div class=\"et_pb_code_0 et_pb_code et_pb_module\"><div class=\"et_pb_code_inner\"><style>\n.aa-bg-move,\n.aa-bg-move-item {\n  overflow: hidden;\n  background-size: var(--aa-bg-size, cover) !important;\n  background-position:\n    var(--aa-bg-x, 50%)\n    var(--aa-bg-y, 50%) !important;\n  transition: background-position 0.35s ease-out;\n  will-change: background-position;\n}\n\n.aa-bg-move .et_parallax_bg,\n.aa-bg-move-item .et_parallax_bg {\n  background-size: var(--aa-bg-size, cover) !important;\n  background-position:\n    var(--aa-bg-x, 50%)\n    var(--aa-bg-y, 50%) !important;\n  transition: background-position 0.35s ease-out;\n  will-change: background-position;\n}\n\n\/* Tablet e mobile *\/\n@media (max-width: 980px), (hover: none) {\n  .aa-bg-move,\n  .aa-bg-move-item,\n  .aa-bg-move .et_parallax_bg,\n  .aa-bg-move-item .et_parallax_bg {\n    background-size: cover !important;\n    background-position: center !important;\n  }\n}\n<\/style>\n\n<script>\n(function () {\n  function initAABackgroundMove() {\n    const elements = document.querySelectorAll(\n      '.aa-bg-move, .aa-bg-move-item'\n    );\n\n    function setBackgroundOverscan(el) {\n      const target =\n        el.querySelector('.et_parallax_bg') || el;\n\n      if (window.innerWidth <= 980) {\n        target.style.removeProperty('--aa-bg-size');\n        return;\n      }\n\n      const backgroundImage =\n        window.getComputedStyle(target).backgroundImage;\n\n      const match = backgroundImage.match(\n        \/url\\([\"']?(.*?)[\"']?\\)\/\n      );\n\n      if (!match) return;\n\n      const image = new Image();\n\n      image.onload = function () {\n        const rect = target.getBoundingClientRect();\n\n        \/* Dimensione cover + 12% di margine *\/\n        const coverScale = Math.max(\n          rect.width \/ image.naturalWidth,\n          rect.height \/ image.naturalHeight\n        );\n\n        const overscan = 1.12;\n        const scale = coverScale * overscan;\n\n        const width = image.naturalWidth * scale;\n        const height = image.naturalHeight * scale;\n\n        target.style.setProperty(\n          '--aa-bg-size',\n          width + 'px ' + height + 'px'\n        );\n      };\n\n      image.src = match[1];\n    }\n\n    elements.forEach(function (el) {\n      setBackgroundOverscan(el);\n\n      if (el.dataset.aaMoveReady) return;\n      el.dataset.aaMoveReady = 'true';\n\n      el.addEventListener('mousemove', function (e) {\n        if (window.innerWidth <= 980) return;\n\n        const rect = el.getBoundingClientRect();\n\n        const x =\n          ((e.clientX - rect.left) \/ rect.width - 0.5) * 2;\n\n        const y =\n          ((e.clientY - rect.top) \/ rect.height - 0.5) * 2;\n\n        \/* Escursione effettiva sull'area ingrandita *\/\n        const strengthX = 12;\n        const strengthY = 12;\n\n        el.style.setProperty(\n          '--aa-bg-x',\n          50 - x * strengthX + '%'\n        );\n\n        el.style.setProperty(\n          '--aa-bg-y',\n          50 - y * strengthY + '%'\n        );\n      });\n\n      el.addEventListener('mouseleave', function () {\n        el.style.setProperty('--aa-bg-x', '50%');\n        el.style.setProperty('--aa-bg-y', '50%');\n      });\n    });\n\n    let resizeTimer;\n\n    window.addEventListener('resize', function () {\n      clearTimeout(resizeTimer);\n\n      resizeTimer = setTimeout(function () {\n        elements.forEach(setBackgroundOverscan);\n      }, 150);\n    });\n  }\n\n  if (document.readyState === 'loading') {\n    document.addEventListener(\n      'DOMContentLoaded',\n      initAABackgroundMove\n    );\n  } else {\n    initAABackgroundMove();\n  }\n})();\n<\/script><\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_1 et_pb_section et_section_regular et_flex_section\"><div class=\"et_pb_row_1 et_pb_row et_flex_row\"><div class=\"et_pb_column_1 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\"><div class=\"et_pb_text_1 et_pb_text et_pb_bg_layout_dark et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h4>Adriano Alfaro<\/h4>\n<h3>Explore the astrophotography archive<\/h3>\n<p>This gallery is part of my astrophotography collection. Visit the main page to explore all categories, read insights and curiosities, and discover the equipment I use.<\/p>\n<\/div><\/div><div class=\"et_pb_module et_pb_button_module_wrapper et_pb_button_1_wrapper\"><a class=\"et_pb_button_1 et_pb_button et_pb_bg_layout_light et_pb_module et_flex_module\" href=\"https:\/\/www.adrianoalfaro.com\/astrofotografia\/\">Main page<\/a><\/div><\/div><\/div><\/div>\n\n<div class=\"et_pb_section_2 et_pb_section et_section_regular et_block_section\" id=\"gallery\">\n<div class=\"et_pb_row_2 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_2 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_code_1 et_pb_code et_pb_module\"><div class=\"et_pb_code_inner\"><a href=\"https:\/\/telescopius.com\/pictures\/view\/276335\/deep_sky\/lbn-535\/lbn-535-dark-shark-nebula-seestar-collective\/by-adriano.alfaro\"><img decoding=\"async\" src=\"https:\/\/storage.googleapis.com\/dso-browser.com\/astrophotography\/picture-d28db21168f2f28b32d2784b7e09d3af-uhd-3710x2160.jpg\" width=\"100%\" \/><\/a>\nby <a href=\"https:\/\/telescopius.com\/profile\/adriano.alfaro\">adriano.alfaro<\/a> on <a href=\"https:\/\/telescopius.com\">Telescopius<\/a><\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_3 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_2 et_pb_text et_pb_bg_layout_dark et_pb_module et_block_module\"><div class=\"et_pb_text_inner\"><h3>LDN 535 Dark Shark nebula<\/h3>\n<ul>\n<li>Integration | 93 hours (IRCUT)<\/li>\n<li>Seestar Collective | 2026<\/li>\n<li>Telescopes | ZWO Seestar S50 e ZWO Seestar S30<\/li>\n<li>Drizzle | x1<\/li>\n<\/ul>\n<p>The Dark Shark nebula \u2014 a huge complex of interstellar dust and faint reflection nebulosity in the constellation Cepheus.<br \/>Located roughly 650\u20131,200 light-years away, depending on the distance estimate, this region is made of cold dust clouds that block the light from the stars behind them. The dark shape near the center-left is what gives the nebula its nickname, resembling a shark swimming through space.<br \/>What makes this field so fascinating to me is that most of the structure is not defined by bright emission, but by the absence of light. The brownish dust, the dark filaments, and the faint bluish reflection nebulae all combine into a very subtle and almost surreal scene.<\/p>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n\n<\/div>\n\n<div class=\"et_pb_section_3 et_pb_section et_section_regular et_flex_section\" id=\"esplora\"><div class=\"et_pb_row_4 et_pb_row et_flex_row\"><div class=\"et_pb_column_6 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\"><div class=\"et_pb_text_4 et_pb_text et_pb_bg_layout_dark et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h4>Galleries<\/h4>\n<h3>Explore the astrophotography categories<\/h3>\n<\/div><\/div><\/div><\/div><div class=\"et_pb_row_5 et_pb_row et_grid_row aa-bg-move-grid\"><div class=\"et_pb_column_7 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_clickable aa-bg-move-item\"><div class=\"et_pb_text_5 et_pb_text et_pb_bg_layout_dark et_clickable et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>Nebulae<\/h3>\n<p>HII regions, emission and reflection nebulae, and supernova remnants.<\/p>\n<\/div><\/div><\/div><div class=\"et_pb_column_8 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_clickable aa-bg-move-item\"><div class=\"et_pb_text_6 et_pb_text et_pb_bg_layout_dark et_clickable et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>Galaxies<\/h3>\n<p>Spiral, elliptical, irregular, and interacting galaxies.<\/p>\n<\/div><\/div><\/div><div class=\"et_pb_column_9 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_clickable aa-bg-move-item\"><div class=\"et_pb_text_7 et_pb_text et_pb_bg_layout_dark et_clickable et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>Planetary nebulae<\/h3>\n<p>Shells of gas expelled by dying stars.<\/p>\n<\/div><\/div><\/div><div class=\"et_pb_column_10 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough aa-bg-move-item\"><div class=\"et_pb_text_8 et_pb_text et_pb_bg_layout_dark et_clickable et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>Open clusters<\/h3>\n<p>Groups of stars formed from the same molecular cloud.<\/p>\n<\/div><\/div><\/div><div class=\"et_pb_column_11 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_clickable aa-bg-move-item\"><div class=\"et_pb_text_9 et_pb_text et_pb_bg_layout_dark et_clickable et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>Solar system<\/h3>\n<p>The Moon, Sun, planets, and comets.<\/p>\n<\/div><\/div><\/div><div class=\"et_pb_column_12 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough aa-bg-move-item\"><div class=\"et_pb_text_10 et_pb_text et_pb_bg_layout_dark et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>Milky Way<\/h3>\n<p>The Milky Way, constellations, and wide regions of the sky.<\/p>\n<\/div><\/div><\/div><div class=\"et_pb_column_13 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough aa-bg-move-item\"><div class=\"et_pb_text_11 et_pb_text et_pb_bg_layout_dark et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>Auroras<\/h3>\n<p>Luminous phenomena in Earth\u2019s atmosphere.<\/p>\n<\/div><\/div><\/div><div class=\"et_pb_column_14 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_clickable aa-bg-move-item aa-bg-zoom\"><div class=\"et_pb_text_12 et_pb_text et_pb_bg_layout_dark et_clickable et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>Dark nebulae<\/h3>\n<p>Clouds of interstellar dust.<\/p>\n<\/div><\/div><\/div><div class=\"et_pb_column_15 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_clickable aa-bg-move-item\"><div class=\"et_pb_text_13 et_pb_text et_pb_bg_layout_dark et_clickable et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>Globular clusters<\/h3>\n<p>Dense groups of stars.<\/p>\n<\/div><\/div><\/div><\/div><div class=\"et_pb_row_6 et_pb_row et_flex_row\"><div class=\"et_pb_column_16 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\"><div class=\"et_pb_module et_pb_button_module_wrapper et_pb_button_2_wrapper\"><a class=\"et_pb_button_2 et_pb_button et_pb_bg_layout_light et_pb_module et_flex_module\" href=\"https:\/\/www.adrianoalfaro.com\/astrofotografia\/\">Astrophotography index<\/a><\/div><\/div><\/div><\/div>","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":5041,"parent":4970,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"dipi_cpt_category":[],"class_list":["post-5057","page","type-page","status-publish","has-post-thumbnail","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Dark nebulae &#183; Adriano Alfaro &#183; Astrophotography<\/title>\n<meta name=\"description\" content=\"A dark nebula is a large cloud composed mainly of gas, especially hydrogen and helium, with a small amount of dust. This dust blocks and absorbs the light behind it, giving the cloud its dark appearance.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.adrianoalfaro.com\/en\/astrophotography\/dark-nebulae\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Dark nebulae &#183; Adriano Alfaro &#183; Astrophotography\" \/>\n<meta property=\"og:description\" content=\"A dark nebula is a large cloud composed mainly of gas, especially hydrogen and helium, with a small amount of dust. This dust blocks and absorbs the light behind it, giving the cloud its dark appearance.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.adrianoalfaro.com\/en\/astrophotography\/dark-nebulae\/\" \/>\n<meta property=\"og:site_name\" content=\"Adriano Alfaro\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/AdrianoAlfaroDesign\/\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-24T19:10:24+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.adrianoalfaro.com\/wp-content\/uploads\/2026\/06\/Nebulose-oscure.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@AdryJay\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.adrianoalfaro.com\\\/en\\\/astrophotography\\\/dark-nebulae\\\/\",\"url\":\"https:\\\/\\\/www.adrianoalfaro.com\\\/en\\\/astrophotography\\\/dark-nebulae\\\/\",\"name\":\"Dark nebulae &#183; Adriano Alfaro &#183; Astrophotography\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.adrianoalfaro.com\\\/en\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.adrianoalfaro.com\\\/en\\\/astrophotography\\\/dark-nebulae\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.adrianoalfaro.com\\\/en\\\/astrophotography\\\/dark-nebulae\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.adrianoalfaro.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/Nebulose-oscure.jpg\",\"datePublished\":\"2026-06-23T19:52:25+00:00\",\"dateModified\":\"2026-06-24T19:10:24+00:00\",\"description\":\"A dark nebula is a large cloud composed mainly of gas, especially hydrogen and helium, with a small amount of dust. This dust blocks and absorbs the light behind it, giving the cloud its dark appearance.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.adrianoalfaro.com\\\/en\\\/astrophotography\\\/dark-nebulae\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.adrianoalfaro.com\\\/en\\\/astrophotography\\\/dark-nebulae\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.adrianoalfaro.com\\\/en\\\/astrophotography\\\/dark-nebulae\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.adrianoalfaro.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/Nebulose-oscure.jpg\",\"contentUrl\":\"https:\\\/\\\/www.adrianoalfaro.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/Nebulose-oscure.jpg\",\"width\":1200,\"height\":630},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.adrianoalfaro.com\\\/en\\\/astrophotography\\\/dark-nebulae\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.adrianoalfaro.com\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Astrophotography\",\"item\":\"https:\\\/\\\/www.adrianoalfaro.com\\\/en\\\/astrophotography\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Dark nebulae\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.adrianoalfaro.com\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/www.adrianoalfaro.com\\\/en\\\/\",\"name\":\"Adriano Alfaro\",\"description\":\"Adriano Alfaro \u00e8 designer del prodotto, della comunicazione e delle interfacce. Segue i principi di un design language moderno, minimo e sostenibile.\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.adrianoalfaro.com\\\/en\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.adrianoalfaro.com\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.adrianoalfaro.com\\\/en\\\/#organization\",\"name\":\"Adriano Alfaro Design\",\"url\":\"https:\\\/\\\/www.adrianoalfaro.com\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.adrianoalfaro.com\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.adrianoalfaro.com\\\/wp-content\\\/uploads\\\/2017\\\/04\\\/Logo-Adriano-Alfaro-orizzontale.svg\",\"contentUrl\":\"https:\\\/\\\/www.adrianoalfaro.com\\\/wp-content\\\/uploads\\\/2017\\\/04\\\/Logo-Adriano-Alfaro-orizzontale.svg\",\"width\":1,\"height\":1,\"caption\":\"Adriano Alfaro Design\"},\"image\":{\"@id\":\"https:\\\/\\\/www.adrianoalfaro.com\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/AdrianoAlfaroDesign\\\/\",\"https:\\\/\\\/x.com\\\/AdryJay\",\"http:\\\/\\\/instagram.com\\\/adryjay\\\/\",\"http:\\\/\\\/www.linkedin.com\\\/pub\\\/adriano-alfaro\\\/a7\\\/a90\\\/34b\",\"http:\\\/\\\/www.pinterest.com\\\/adryjay\\\/\",\"https:\\\/\\\/www.youtube.com\\\/c\\\/adrianoalfarodesign\\\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Dark nebulae &#183; Adriano Alfaro &#183; Astrophotography","description":"A dark nebula is a large cloud composed mainly of gas, especially hydrogen and helium, with a small amount of dust. This dust blocks and absorbs the light behind it, giving the cloud its dark appearance.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.adrianoalfaro.com\/en\/astrophotography\/dark-nebulae\/","og_locale":"en_US","og_type":"article","og_title":"Dark nebulae &#183; Adriano Alfaro &#183; Astrophotography","og_description":"A dark nebula is a large cloud composed mainly of gas, especially hydrogen and helium, with a small amount of dust. This dust blocks and absorbs the light behind it, giving the cloud its dark appearance.","og_url":"https:\/\/www.adrianoalfaro.com\/en\/astrophotography\/dark-nebulae\/","og_site_name":"Adriano Alfaro","article_publisher":"https:\/\/www.facebook.com\/AdrianoAlfaroDesign\/","article_modified_time":"2026-06-24T19:10:24+00:00","og_image":[{"width":1200,"height":630,"url":"https:\/\/www.adrianoalfaro.com\/wp-content\/uploads\/2026\/06\/Nebulose-oscure.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_site":"@AdryJay","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.adrianoalfaro.com\/en\/astrophotography\/dark-nebulae\/","url":"https:\/\/www.adrianoalfaro.com\/en\/astrophotography\/dark-nebulae\/","name":"Dark nebulae &#183; Adriano Alfaro &#183; Astrophotography","isPartOf":{"@id":"https:\/\/www.adrianoalfaro.com\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.adrianoalfaro.com\/en\/astrophotography\/dark-nebulae\/#primaryimage"},"image":{"@id":"https:\/\/www.adrianoalfaro.com\/en\/astrophotography\/dark-nebulae\/#primaryimage"},"thumbnailUrl":"https:\/\/www.adrianoalfaro.com\/wp-content\/uploads\/2026\/06\/Nebulose-oscure.jpg","datePublished":"2026-06-23T19:52:25+00:00","dateModified":"2026-06-24T19:10:24+00:00","description":"A dark nebula is a large cloud composed mainly of gas, especially hydrogen and helium, with a small amount of dust. This dust blocks and absorbs the light behind it, giving the cloud its dark appearance.","breadcrumb":{"@id":"https:\/\/www.adrianoalfaro.com\/en\/astrophotography\/dark-nebulae\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.adrianoalfaro.com\/en\/astrophotography\/dark-nebulae\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.adrianoalfaro.com\/en\/astrophotography\/dark-nebulae\/#primaryimage","url":"https:\/\/www.adrianoalfaro.com\/wp-content\/uploads\/2026\/06\/Nebulose-oscure.jpg","contentUrl":"https:\/\/www.adrianoalfaro.com\/wp-content\/uploads\/2026\/06\/Nebulose-oscure.jpg","width":1200,"height":630},{"@type":"BreadcrumbList","@id":"https:\/\/www.adrianoalfaro.com\/en\/astrophotography\/dark-nebulae\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.adrianoalfaro.com\/en\/"},{"@type":"ListItem","position":2,"name":"Astrophotography","item":"https:\/\/www.adrianoalfaro.com\/en\/astrophotography\/"},{"@type":"ListItem","position":3,"name":"Dark nebulae"}]},{"@type":"WebSite","@id":"https:\/\/www.adrianoalfaro.com\/en\/#website","url":"https:\/\/www.adrianoalfaro.com\/en\/","name":"Adriano Alfaro","description":"Adriano Alfaro \u00e8 designer del prodotto, della comunicazione e delle interfacce. Segue i principi di un design language moderno, minimo e sostenibile.","publisher":{"@id":"https:\/\/www.adrianoalfaro.com\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.adrianoalfaro.com\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.adrianoalfaro.com\/en\/#organization","name":"Adriano Alfaro Design","url":"https:\/\/www.adrianoalfaro.com\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.adrianoalfaro.com\/en\/#\/schema\/logo\/image\/","url":"https:\/\/www.adrianoalfaro.com\/wp-content\/uploads\/2017\/04\/Logo-Adriano-Alfaro-orizzontale.svg","contentUrl":"https:\/\/www.adrianoalfaro.com\/wp-content\/uploads\/2017\/04\/Logo-Adriano-Alfaro-orizzontale.svg","width":1,"height":1,"caption":"Adriano Alfaro Design"},"image":{"@id":"https:\/\/www.adrianoalfaro.com\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/AdrianoAlfaroDesign\/","https:\/\/x.com\/AdryJay","http:\/\/instagram.com\/adryjay\/","http:\/\/www.linkedin.com\/pub\/adriano-alfaro\/a7\/a90\/34b","http:\/\/www.pinterest.com\/adryjay\/","https:\/\/www.youtube.com\/c\/adrianoalfarodesign\/"]}]}},"jetpack_shortlink":"https:\/\/wp.me\/P84N5g-1jz","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.adrianoalfaro.com\/en\/wp-json\/wp\/v2\/pages\/5057","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.adrianoalfaro.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.adrianoalfaro.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.adrianoalfaro.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.adrianoalfaro.com\/en\/wp-json\/wp\/v2\/comments?post=5057"}],"version-history":[{"count":6,"href":"https:\/\/www.adrianoalfaro.com\/en\/wp-json\/wp\/v2\/pages\/5057\/revisions"}],"predecessor-version":[{"id":5108,"href":"https:\/\/www.adrianoalfaro.com\/en\/wp-json\/wp\/v2\/pages\/5057\/revisions\/5108"}],"up":[{"embeddable":true,"href":"https:\/\/www.adrianoalfaro.com\/en\/wp-json\/wp\/v2\/pages\/4970"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.adrianoalfaro.com\/en\/wp-json\/wp\/v2\/media\/5041"}],"wp:attachment":[{"href":"https:\/\/www.adrianoalfaro.com\/en\/wp-json\/wp\/v2\/media?parent=5057"}],"wp:term":[{"taxonomy":"dipi_cpt_category","embeddable":true,"href":"https:\/\/www.adrianoalfaro.com\/en\/wp-json\/wp\/v2\/dipi_cpt_category?post=5057"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}