#3c001b color space conversions
Hex:
        #3c001b
        RGB:
        60, 0, 27
        CMY:
        76, 100, 89
        CMYK:
        0, 100, 55, 76
      HSL:
        333°, 100.0000%, 11.7647%
        HSV (HSB):
        333°, 100.0000%, 23.5294%
        XYZ:
        2.0613, 1.0398, 1.1290
        xyY:
        0.4873, 0.2458, 1.0398
      CIE-Lab:
        9.3186, 30.3030, 0.0410
        CIE-LCH:
        9.3186, 30.3030, 0.0776
        CIE-Luv:
        9.3186, 23.4954, -2.8670
        Hunter-Lab:
        10.1970, 18.2387, 0.5736
      #3c001b color charts
#3c001b RGB chart
      #3c001b CMYK chart
      #3c001b RGB pie chart
      #3c001b color shades, tints & tones
#3c001b color schemes
#3c001b color preview, HTML & CSS examples
           This text has a color of #3c001b        
        
          <p style="color:#3c001b;">Text here</p>
        
        
          .mytext {color:#3c001b;}
        
        Text color #3c001b
      
           This box has a color of #3c001b        
        
          <div style="background-color:#3c001b;">Content here</div>
        
        
          .mybackground {background-color:#3c001b;}
        
        Background color #3c001b
      
           Border around this has a color of #3c001b        
        
          <div style="border:2px solid #3c001b;">Content here</div>
        
        
          .myborder {border:2px solid #3c001b;}
        
        Border color #3c001b