Shades of Blackcurrant #0B000F
Tints of Blackcurrant #0B000F
RGB
CMYK
RGB Variations
Color information
#0B000F (or 0x0B000F) is known color: Blackcurrant. HEX triplet: 0B, 00 and 0F. RGB value is (11,0,15). Sum of RGB (Red+Green+Blue) = 11+0+15=26 (3% of max value = 765). Red value is 11 (4.69% from 255 or 42.31% from 26); Green value is 0 (0.39% from 255 or 0% from 26); Blue value is 15 (6.25% from 255 or 57.69% from 26); Max value from RGB is 15 - color contains mainly: blue. Hex color #0B000F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B000F is #F4FFF0. Grayscale: #040404. Windows color (decimal): -16056305 or 983051. OLE color: 983051.
HSL color Cylindrical-coordinate representation of color #0B000F: hue angle of 284º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0B000F is Cyan = 0.27, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 11 | 0 | 15 | - |
| CMYK | 0.27 | 1 | 0 | 0.94 |
| HSL | 284º | 1% | 0.03% | - |
| HSV(B) | 284º | 1% | 0.06% | - |
| XYZ | 0.22 | 0.11 | 0.46 | - |
| YUV | 5 | 133.64 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 0 | 15 | 0.27 | 1 | 0 | 0.94 | 284 | 1 | 0.03 |
| Hex | B | 0 | F | 1B | 64 | 0 | 5E | 11C | 64 | 3 |
| Octal | 13 | 0 | 17 | 33 | 144 | 0 | 136 | 434 | 144 | 3 |
| Binary | 1011 | 0 | 1111 | 11011 | 1100100 | 0 | 1011110 | 100011100 | 1100100 | 11 |
Color Harmonies of #0B000F
Complementary color
Monochromatic Colors of #0B000F
Black with #0B000F
Text Example
Text Example
White with #0B000F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B000F; }
p { color: rgb(11,0,15); }
H1.HeaderClassName
{
color: #0B000F;
}
.AnyTagClassName
{
color: #0B000F;
}
</style>
background-color css
<style>
a { background-color: #0B000F; }
a { background-color: rgb(11,0,15); }
div.DivClassName
{
background-color: #0B000F;
}
.BgClassName
{
background-color: #0B000F;
}
</style>
border-color css
<style>
span { border-color: #0B000F; }
span { border-color: rgb(11,0,15); }
td.TdClassName
{
border-color: #0B000F;
}
.TagClassName
{
border-color: #0B000F;
}
</style>