#3b102d color space conversions
Hex:
        #3b102d
        RGB:
        59, 16, 45
        CMY:
        77, 94, 82
        CMYK:
        0, 73, 24, 77
      HSL:
        320°, 57.3333%, 14.7059%
        HSV (HSB):
        320°, 72.8814%, 23.1373%
        XYZ:
        2.4626, 1.4899, 2.6404
        xyY:
        0.3735, 0.2260, 1.4899
      CIE-Lab:
        12.5434, 24.9200, -8.6768
        CIE-LCH:
        12.5434, 26.3874, 340.8027
        CIE-Luv:
        12.5434, 16.8123, -9.5687
        Hunter-Lab:
        12.2059, 14.6524, -4.2815
      #3b102d color charts
#3b102d RGB chart
      #3b102d CMYK chart
      #3b102d RGB pie chart
      #3b102d color shades, tints & tones
#3b102d color schemes
#3b102d color preview, HTML & CSS examples
           This text has a color of #3b102d        
        
          <p style="color:#3b102d;">Text here</p>
        
        
          .mytext {color:#3b102d;}
        
        Text color #3b102d
      
           This box has a color of #3b102d        
        
          <div style="background-color:#3b102d;">Content here</div>
        
        
          .mybackground {background-color:#3b102d;}
        
        Background color #3b102d
      
           Border around this has a color of #3b102d        
        
          <div style="border:2px solid #3b102d;">Content here</div>
        
        
          .myborder {border:2px solid #3b102d;}
        
        Border color #3b102d