Shades of Blackcurrant #0B080F
Tints of Blackcurrant #0B080F
RGB
CMYK
RGB Variations
Color information
#0B080F (or 0x0B080F) is known color: Blackcurrant. HEX triplet: 0B, 08 and 0F. RGB value is (11,8,15). Sum of RGB (Red+Green+Blue) = 11+8+15=34 (4% of max value = 765). Red value is 11 (4.69% from 255 or 32.35% from 34); Green value is 8 (3.52% from 255 or 23.53% from 34); Blue value is 15 (6.25% from 255 or 44.12% from 34); Max value from RGB is 15 - color contains mainly: blue. Hex color #0B080F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B080F is #F4F7F0. Grayscale: #090909. Windows color (decimal): -16054257 or 985099. OLE color: 985099.
HSL color Cylindrical-coordinate representation of color #0B080F: hue angle of 265.71º degrees, saturation: 0.3, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #0B080F is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 11 | 8 | 15 | - |
| CMYK | 0.27 | 0.47 | 0 | 0.94 |
| HSL | 265.71º | 0.3% | 0.05% | - |
| HSV(B) | 265.71º | 0.47% | 0.06% | - |
| XYZ | 0.31 | 0.28 | 0.49 | - |
| YUV | 9.7 | 130.99 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 8 | 15 | 0.27 | 0.47 | 0 | 0.94 | 265.71 | 0.3 | 0.05 |
| Hex | B | 8 | F | 1B | 2F | 0 | 5E | 10A | 1E | 5 |
| Octal | 13 | 10 | 17 | 33 | 57 | 0 | 136 | 412 | 36 | 5 |
| Binary | 1011 | 1000 | 1111 | 11011 | 101111 | 0 | 1011110 | 100001010 | 11110 | 101 |
Color Harmonies of #0B080F
Complementary color
Monochromatic Colors of #0B080F
Black with #0B080F
Text Example
Text Example
White with #0B080F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B080F; }
p { color: rgb(11,8,15); }
H1.HeaderClassName
{
color: #0B080F;
}
.AnyTagClassName
{
color: #0B080F;
}
</style>
background-color css
<style>
a { background-color: #0B080F; }
a { background-color: rgb(11,8,15); }
div.DivClassName
{
background-color: #0B080F;
}
.BgClassName
{
background-color: #0B080F;
}
</style>
border-color css
<style>
span { border-color: #0B080F; }
span { border-color: rgb(11,8,15); }
td.TdClassName
{
border-color: #0B080F;
}
.TagClassName
{
border-color: #0B080F;
}
</style>