Shades of Blackcurrant #0B011A
Tints of Blackcurrant #0B011A
RGB
CMYK
RGB Variations
Color information
#0B011A (or 0x0B011A) is known color: Blackcurrant. HEX triplet: 0B, 01 and 1A. RGB value is (11,1,26). Sum of RGB (Red+Green+Blue) = 11+1+26=38 (5% of max value = 765). Red value is 11 (4.69% from 255 or 28.95% from 38); Green value is 1 (0.78% from 255 or 2.63% from 38); Blue value is 26 (10.55% from 255 or 68.42% from 38); Max value from RGB is 26 - color contains mainly: blue. Hex color #0B011A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B011A is #F4FEE5. Grayscale: #060606. Windows color (decimal): -16056038 or 1704203. OLE color: 1704203.
HSL color Cylindrical-coordinate representation of color #0B011A: hue angle of 264º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B011A is Cyan = 0.58, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 11 | 1 | 26 | - |
| CMYK | 0.58 | 0.96 | 0 | 0.90 |
| HSL | 264º | 0.93% | 0.05% | - |
| HSV(B) | 264º | 0.96% | 0.1% | - |
| XYZ | 0.34 | 0.17 | 0.99 | - |
| YUV | 6.84 | 138.81 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 1 | 26 | 0.58 | 0.96 | 0 | 0.90 | 264 | 0.93 | 0.05 |
| Hex | B | 1 | 1A | 3A | 60 | 0 | 5A | 108 | 5D | 5 |
| Octal | 13 | 1 | 32 | 72 | 140 | 0 | 132 | 410 | 135 | 5 |
| Binary | 1011 | 1 | 11010 | 111010 | 1100000 | 0 | 1011010 | 100001000 | 1011101 | 101 |
Color Harmonies of #0B011A
Complementary color
Monochromatic Colors of #0B011A
Black with #0B011A
Text Example
Text Example
White with #0B011A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B011A; }
p { color: rgb(11,1,26); }
H1.HeaderClassName
{
color: #0B011A;
}
.AnyTagClassName
{
color: #0B011A;
}
</style>
background-color css
<style>
a { background-color: #0B011A; }
a { background-color: rgb(11,1,26); }
div.DivClassName
{
background-color: #0B011A;
}
.BgClassName
{
background-color: #0B011A;
}
</style>
border-color css
<style>
span { border-color: #0B011A; }
span { border-color: rgb(11,1,26); }
td.TdClassName
{
border-color: #0B011A;
}
.TagClassName
{
border-color: #0B011A;
}
</style>