Shades of Blackcurrant #0B0111
Tints of Blackcurrant #0B0111
RGB
CMYK
RGB Variations
Color information
#0B0111 (or 0x0B0111) is known color: Blackcurrant. HEX triplet: 0B, 01 and 11. RGB value is (11,1,17). Sum of RGB (Red+Green+Blue) = 11+1+17=29 (3% of max value = 765). Red value is 11 (4.69% from 255 or 37.93% from 29); Green value is 1 (0.78% from 255 or 3.45% from 29); Blue value is 17 (7.03% from 255 or 58.62% from 29); Max value from RGB is 17 - color contains mainly: blue. Hex color #0B0111 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0111 is #F4FEEE. Grayscale: #050505. Windows color (decimal): -16056047 or 1114379. OLE color: 1114379.
HSL color Cylindrical-coordinate representation of color #0B0111: hue angle of 277.5º degrees, saturation: 0.89, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B0111 is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 11 | 1 | 17 | - |
| CMYK | 0.35 | 0.94 | 0 | 0.93 |
| HSL | 277.5º | 0.89% | 0.04% | - |
| HSV(B) | 277.5º | 0.94% | 0.07% | - |
| XYZ | 0.25 | 0.13 | 0.54 | - |
| YUV | 5.81 | 134.31 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 1 | 17 | 0.35 | 0.94 | 0 | 0.93 | 277.5 | 0.89 | 0.04 |
| Hex | B | 1 | 11 | 23 | 5E | 0 | 5D | 116 | 59 | 4 |
| Octal | 13 | 1 | 21 | 43 | 136 | 0 | 135 | 426 | 131 | 4 |
| Binary | 1011 | 1 | 10001 | 100011 | 1011110 | 0 | 1011101 | 100010110 | 1011001 | 100 |
Color Harmonies of #0B0111
Complementary color
Monochromatic Colors of #0B0111
Black with #0B0111
Text Example
Text Example
White with #0B0111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0111; }
p { color: rgb(11,1,17); }
H1.HeaderClassName
{
color: #0B0111;
}
.AnyTagClassName
{
color: #0B0111;
}
</style>
background-color css
<style>
a { background-color: #0B0111; }
a { background-color: rgb(11,1,17); }
div.DivClassName
{
background-color: #0B0111;
}
.BgClassName
{
background-color: #0B0111;
}
</style>
border-color css
<style>
span { border-color: #0B0111; }
span { border-color: rgb(11,1,17); }
td.TdClassName
{
border-color: #0B0111;
}
.TagClassName
{
border-color: #0B0111;
}
</style>