#0b0b0c color space conversions
Hex:
        #0b0b0c
        RGB:
        11, 11, 12
        CMY:
        96, 96, 95
        CMYK:
        8, 8, 0, 95
      HSL:
        240°, 4.3478%, 4.5098%
        HSV (HSB):
        240°, 8.3333%, 4.7059%
        XYZ:
        0.3240, 0.3370, 0.3958
        xyY:
        0.3066, 0.3189, 0.3370
      CIE-Lab:
        3.0444, 0.1516, -0.4123
        CIE-LCH:
        3.0444, 0.4393, 290.1913
        CIE-Luv:
        3.0444, -0.0183, -0.2545
        Hunter-Lab:
        5.8055, -0.1963, 0.0216
      #0b0b0c color charts
#0b0b0c RGB chart
      #0b0b0c CMYK chart
      #0b0b0c RGB pie chart
      #0b0b0c color shades, tints & tones
#0b0b0c color schemes
#0b0b0c color preview, HTML & CSS examples
           This text has a color of #0b0b0c        
        
          <p style="color:#0b0b0c;">Text here</p>
        
        
          .mytext {color:#0b0b0c;}
        
        Text color #0b0b0c
      
           This box has a color of #0b0b0c        
        
          <div style="background-color:#0b0b0c;">Content here</div>
        
        
          .mybackground {background-color:#0b0b0c;}
        
        Background color #0b0b0c
      
           Border around this has a color of #0b0b0c        
        
          <div style="border:2px solid #0b0b0c;">Content here</div>
        
        
          .myborder {border:2px solid #0b0b0c;}
        
        Border color #0b0b0c