Hex | 0b0101 |
RGB | 11 , 1 , 1 |
RGB % | 84.6, 7.7, 7.7 |
HSL | 0, 83.3, 2.4 |
HSV | 0, 90.9, 4.3 |
CMYK | 0,231.8,231.8,244 |
XYZ | 0.002, 0.001, 0 |
xyY | 0.535, 0.33, 0.001 |
CIE-LAB | 0.009, 0.026, 0.009 |
CIE-LUV | 0.859, 1.853, 0.4 |
CIE-HCL | 19.41, 0.028, 0.009 |
Binary | 00001011,00000001,00000001 |
#0b0101 HTML/CSS Color Name is Black / gray2 / Black.
In a RGB color space, #0b0101 color RGB value is (Red:11,Green:1,Blue:1). it is composed of 84.6% red, 7.7% green and 7.7% blue. The process color (four color CMYK) of #0b0101 color hex is 0,231.8,231.8,244. HSL of color #0b0101 hue: 0 , saturation: 83.3 and the lightness value of 0b0101 is 2.4. Mainly color is Black. Reverse color is: #f4fefe.
The color codes conversion takes 1.656727 milliseconds.
.bgcolor {background-color:#0b0101; .textcolor {color:#0b0101; } .bordercolor {border:3px solid #0b0101; }
<p style="color:#0b0101">Text here</p>
<p style="background-color:#0b0101;">Content here</p>
<div style="border:1px solid #0b0101;">Content here</div>
.textShadow { text-shadow: 4px 4px 2px #0b0101; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #0b0101; -webkit-box-shadow: 1px 1px 3px 2px #0b0101; box-shadow: 1px 1px 3px 2px #0b0101; }
<p style="text-shadow: 4px 4px 2px #0b0101">Text here</p>
<div style="-moz-box-shadow: 1px 1px 3px 2px #0b0101; -webkit-box-shadow: 1px 1px 3px 2px #0b0101; box-shadow: 1px 1px 3px 2px #0b0101;">
Content here</div>