Shades of Blackcurrant #0B0012
Tints of Blackcurrant #0B0012
RGB
CMYK
RGB Variations
Color information
#0B0012 (or 0x0B0012) is known color: Blackcurrant. HEX triplet: 0B, 00 and 12. RGB value is (11,0,18). Sum of RGB (Red+Green+Blue) = 11+0+18=29 (3% of max value = 765). Red value is 11 (4.69% from 255 or 37.93% from 29); Green value is 0 (0.39% from 255 or 0% from 29); Blue value is 18 (7.42% from 255 or 62.07% from 29); Max value from RGB is 18 - color contains mainly: blue. Hex color #0B0012 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0012 is #F4FFED. Grayscale: #050505. Windows color (decimal): -16056302 or 1179659. OLE color: 1179659.
HSL color Cylindrical-coordinate representation of color #0B0012: hue angle of 276.67º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0B0012 is Cyan = 0.39, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 11 | 0 | 18 | - |
| CMYK | 0.39 | 1 | 0 | 0.93 |
| HSL | 276.67º | 1% | 0.04% | - |
| HSV(B) | 276.67º | 1% | 0.07% | - |
| XYZ | 0.25 | 0.11 | 0.58 | - |
| YUV | 5.34 | 135.14 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 0 | 18 | 0.39 | 1 | 0 | 0.93 | 276.67 | 1 | 0.04 |
| Hex | B | 0 | 12 | 27 | 64 | 0 | 5D | 115 | 64 | 4 |
| Octal | 13 | 0 | 22 | 47 | 144 | 0 | 135 | 425 | 144 | 4 |
| Binary | 1011 | 0 | 10010 | 100111 | 1100100 | 0 | 1011101 | 100010101 | 1100100 | 100 |
Color Harmonies of #0B0012
Complementary color
Monochromatic Colors of #0B0012
Black with #0B0012
Text Example
Text Example
White with #0B0012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0012; }
p { color: rgb(11,0,18); }
H1.HeaderClassName
{
color: #0B0012;
}
.AnyTagClassName
{
color: #0B0012;
}
</style>
background-color css
<style>
a { background-color: #0B0012; }
a { background-color: rgb(11,0,18); }
div.DivClassName
{
background-color: #0B0012;
}
.BgClassName
{
background-color: #0B0012;
}
</style>
border-color css
<style>
span { border-color: #0B0012; }
span { border-color: rgb(11,0,18); }
td.TdClassName
{
border-color: #0B0012;
}
.TagClassName
{
border-color: #0B0012;
}
</style>