Shades of Blackcurrant #0B0711
Tints of Blackcurrant #0B0711
RGB
CMYK
RGB Variations
Color information
#0B0711 (or 0x0B0711) is known color: Blackcurrant. HEX triplet: 0B, 07 and 11. RGB value is (11,7,17). Sum of RGB (Red+Green+Blue) = 11+7+17=35 (4% of max value = 765). Red value is 11 (4.69% from 255 or 31.43% from 35); Green value is 7 (3.12% from 255 or 20% from 35); Blue value is 17 (7.03% from 255 or 48.57% from 35); Max value from RGB is 17 - color contains mainly: blue. Hex color #0B0711 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0711 is #F4F8EE. Grayscale: #090909. Windows color (decimal): -16054511 or 1115915. OLE color: 1115915.
HSL color Cylindrical-coordinate representation of color #0B0711: hue angle of 264º degrees, saturation: 0.42, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #0B0711 is Cyan = 0.35, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 11 | 7 | 17 | - |
| CMYK | 0.35 | 0.59 | 0 | 0.93 |
| HSL | 264º | 0.42% | 0.05% | - |
| HSV(B) | 264º | 0.59% | 0.07% | - |
| XYZ | 0.32 | 0.26 | 0.56 | - |
| YUV | 9.34 | 132.33 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 7 | 17 | 0.35 | 0.59 | 0 | 0.93 | 264 | 0.42 | 0.05 |
| Hex | B | 7 | 11 | 23 | 3B | 0 | 5D | 108 | 2A | 5 |
| Octal | 13 | 7 | 21 | 43 | 73 | 0 | 135 | 410 | 52 | 5 |
| Binary | 1011 | 111 | 10001 | 100011 | 111011 | 0 | 1011101 | 100001000 | 101010 | 101 |
Color Harmonies of #0B0711
Complementary color
Monochromatic Colors of #0B0711
Black with #0B0711
Text Example
Text Example
White with #0B0711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0711; }
p { color: rgb(11,7,17); }
H1.HeaderClassName
{
color: #0B0711;
}
.AnyTagClassName
{
color: #0B0711;
}
</style>
background-color css
<style>
a { background-color: #0B0711; }
a { background-color: rgb(11,7,17); }
div.DivClassName
{
background-color: #0B0711;
}
.BgClassName
{
background-color: #0B0711;
}
</style>
border-color css
<style>
span { border-color: #0B0711; }
span { border-color: rgb(11,7,17); }
td.TdClassName
{
border-color: #0B0711;
}
.TagClassName
{
border-color: #0B0711;
}
</style>