#100c1a color space conversions
Hex:
        #100c1a
        RGB:
        16, 12, 26
        CMY:
        94, 95, 90
        CMYK:
        38, 54, 0, 90
      HSL:
        257°, 36.8421%, 7.4510%
        HSV (HSB):
        257°, 53.8462%, 10.1961%
        XYZ:
        0.5316, 0.4477, 1.0357
        xyY:
        0.2638, 0.2222, 0.4477
      CIE-Lab:
        4.0439, 4.3463, -7.8173
        CIE-LCH:
        4.0439, 8.9443, 299.0733
        CIE-Luv:
        4.0439, 0.3962, -4.1632
        Hunter-Lab:
        6.6909, 2.4732, -4.4937
      #100c1a color charts
#100c1a RGB chart
      #100c1a CMYK chart
      #100c1a RGB pie chart
      #100c1a color shades, tints & tones
#100c1a color schemes
#100c1a color preview, HTML & CSS examples
           This text has a color of #100c1a        
        
          <p style="color:#100c1a;">Text here</p>
        
        
          .mytext {color:#100c1a;}
        
        Text color #100c1a
      
           This box has a color of #100c1a        
        
          <div style="background-color:#100c1a;">Content here</div>
        
        
          .mybackground {background-color:#100c1a;}
        
        Background color #100c1a
      
           Border around this has a color of #100c1a        
        
          <div style="border:2px solid #100c1a;">Content here</div>
        
        
          .myborder {border:2px solid #100c1a;}
        
        Border color #100c1a