#1f001d color space conversions
Hex:
        #1f001d
        RGB:
        31, 0, 29
        CMY:
        88, 100, 89
        CMYK:
        0, 100, 6, 88
      HSL:
        304°, 100.0000%, 6.0784%
        HSV (HSB):
        304°, 100.0000%, 12.1569%
        XYZ:
        0.7868, 0.3800, 1.1943
        xyY:
        0.3332, 0.1609, 0.3800
      CIE-Lab:
        3.4326, 17.4364, -10.9325
        CIE-LCH:
        3.4326, 20.5802, 327.9127
        CIE-Luv:
        3.4326, 5.1190, -5.7430
        Hunter-Lab:
        6.1645, 11.9959, -7.1713
      #1f001d color charts
#1f001d RGB chart
      #1f001d CMYK chart
      #1f001d RGB pie chart
      #1f001d color shades, tints & tones
#1f001d color schemes
#1f001d color preview, HTML & CSS examples
           This text has a color of #1f001d        
        
          <p style="color:#1f001d;">Text here</p>
        
        
          .mytext {color:#1f001d;}
        
        Text color #1f001d
      
           This box has a color of #1f001d        
        
          <div style="background-color:#1f001d;">Content here</div>
        
        
          .mybackground {background-color:#1f001d;}
        
        Background color #1f001d
      
           Border around this has a color of #1f001d        
        
          <div style="border:2px solid #1f001d;">Content here</div>
        
        
          .myborder {border:2px solid #1f001d;}
        
        Border color #1f001d