Shades of Blackcurrant #0B0112
Tints of Blackcurrant #0B0112
RGB
CMYK
RGB Variations
Color information
#0B0112 (or 0x0B0112) is known color: Blackcurrant. HEX triplet: 0B, 01 and 12. RGB value is (11,1,18). Sum of RGB (Red+Green+Blue) = 11+1+18=30 (3% of max value = 765). Red value is 11 (4.69% from 255 or 36.67% from 30); Green value is 1 (0.78% from 255 or 3.33% from 30); Blue value is 18 (7.42% from 255 or 60% from 30); Max value from RGB is 18 - color contains mainly: blue. Hex color #0B0112 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0112 is #F4FEED. Grayscale: #050505. Windows color (decimal): -16056046 or 1179915. OLE color: 1179915.
HSL color Cylindrical-coordinate representation of color #0B0112: hue angle of 275.29º 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 #0B0112 is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 11 | 1 | 18 | - |
| CMYK | 0.39 | 0.94 | 0 | 0.93 |
| HSL | 275.29º | 0.89% | 0.04% | - |
| HSV(B) | 275.29º | 0.94% | 0.07% | - |
| XYZ | 0.26 | 0.14 | 0.59 | - |
| YUV | 5.93 | 134.81 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 1 | 18 | 0.39 | 0.94 | 0 | 0.93 | 275.29 | 0.89 | 0.04 |
| Hex | B | 1 | 12 | 27 | 5E | 0 | 5D | 113 | 59 | 4 |
| Octal | 13 | 1 | 22 | 47 | 136 | 0 | 135 | 423 | 131 | 4 |
| Binary | 1011 | 1 | 10010 | 100111 | 1011110 | 0 | 1011101 | 100010011 | 1011001 | 100 |
Color Harmonies of #0B0112
Complementary color
Monochromatic Colors of #0B0112
Black with #0B0112
Text Example
Text Example
White with #0B0112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0112; }
p { color: rgb(11,1,18); }
H1.HeaderClassName
{
color: #0B0112;
}
.AnyTagClassName
{
color: #0B0112;
}
</style>
background-color css
<style>
a { background-color: #0B0112; }
a { background-color: rgb(11,1,18); }
div.DivClassName
{
background-color: #0B0112;
}
.BgClassName
{
background-color: #0B0112;
}
</style>
border-color css
<style>
span { border-color: #0B0112; }
span { border-color: rgb(11,1,18); }
td.TdClassName
{
border-color: #0B0112;
}
.TagClassName
{
border-color: #0B0112;
}
</style>