Shades of Blackcurrant #0B011D
Tints of Blackcurrant #0B011D
RGB
CMYK
RGB Variations
Color information
#0B011D (or 0x0B011D) is known color: Blackcurrant. HEX triplet: 0B, 01 and 1D. RGB value is (11,1,29). Sum of RGB (Red+Green+Blue) = 11+1+29=41 (5% of max value = 765). Red value is 11 (4.69% from 255 or 26.83% from 41); Green value is 1 (0.78% from 255 or 2.44% from 41); Blue value is 29 (11.72% from 255 or 70.73% from 41); Max value from RGB is 29 - color contains mainly: blue. Hex color #0B011D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B011D is #F4FEE2. Grayscale: #070707. Windows color (decimal): -16056035 or 1900811. OLE color: 1900811.
HSL color Cylindrical-coordinate representation of color #0B011D: hue angle of 261.43º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0B011D is Cyan = 0.62, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 11 | 1 | 29 | - |
| CMYK | 0.62 | 0.97 | 0 | 0.89 |
| HSL | 261.43º | 0.93% | 0.06% | - |
| HSV(B) | 261.43º | 0.97% | 0.11% | - |
| XYZ | 0.37 | 0.18 | 1.18 | - |
| YUV | 7.18 | 140.31 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 1 | 29 | 0.62 | 0.97 | 0 | 0.89 | 261.43 | 0.93 | 0.06 |
| Hex | B | 1 | 1D | 3E | 61 | 0 | 59 | 105 | 5D | 6 |
| Octal | 13 | 1 | 35 | 76 | 141 | 0 | 131 | 405 | 135 | 6 |
| Binary | 1011 | 1 | 11101 | 111110 | 1100001 | 0 | 1011001 | 100000101 | 1011101 | 110 |
Color Harmonies of #0B011D
Complementary color
Monochromatic Colors of #0B011D
Black with #0B011D
Text Example
Text Example
White with #0B011D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B011D; }
p { color: rgb(11,1,29); }
H1.HeaderClassName
{
color: #0B011D;
}
.AnyTagClassName
{
color: #0B011D;
}
</style>
background-color css
<style>
a { background-color: #0B011D; }
a { background-color: rgb(11,1,29); }
div.DivClassName
{
background-color: #0B011D;
}
.BgClassName
{
background-color: #0B011D;
}
</style>
border-color css
<style>
span { border-color: #0B011D; }
span { border-color: rgb(11,1,29); }
td.TdClassName
{
border-color: #0B011D;
}
.TagClassName
{
border-color: #0B011D;
}
</style>