Shades of Blackcurrant #0B070C
Tints of Blackcurrant #0B070C
RGB
CMYK
RGB Variations
Color information
#0B070C (or 0x0B070C) is known color: Blackcurrant. HEX triplet: 0B, 07 and 0C. RGB value is (11,7,12). Sum of RGB (Red+Green+Blue) = 11+7+12=30 (3% of max value = 765). Red value is 11 (4.69% from 255 or 36.67% from 30); Green value is 7 (3.12% from 255 or 23.33% from 30); Blue value is 12 (5.08% from 255 or 40% from 30); Max value from RGB is 12 - color contains mainly: blue. Hex color #0B070C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B070C is #F4F8F3. Grayscale: #080808. Windows color (decimal): -16054516 or 788235. OLE color: 788235.
HSL color Cylindrical-coordinate representation of color #0B070C: hue angle of 288º degrees, saturation: 0.26, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #0B070C is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 11 | 7 | 12 | - |
| CMYK | 0.08 | 0.42 | 0 | 0.95 |
| HSL | 288º | 0.26% | 0.04% | - |
| HSV(B) | 288º | 0.42% | 0.05% | - |
| XYZ | 0.28 | 0.25 | 0.38 | - |
| YUV | 8.77 | 129.83 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 7 | 12 | 0.08 | 0.42 | 0 | 0.95 | 288 | 0.26 | 0.04 |
| Hex | B | 7 | C | 8 | 2A | 0 | 5F | 120 | 1A | 4 |
| Octal | 13 | 7 | 14 | 10 | 52 | 0 | 137 | 440 | 32 | 4 |
| Binary | 1011 | 111 | 1100 | 1000 | 101010 | 0 | 1011111 | 100100000 | 11010 | 100 |
Color Harmonies of #0B070C
Complementary color
Monochromatic Colors of #0B070C
Black with #0B070C
Text Example
Text Example
White with #0B070C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B070C; }
p { color: rgb(11,7,12); }
H1.HeaderClassName
{
color: #0B070C;
}
.AnyTagClassName
{
color: #0B070C;
}
</style>
background-color css
<style>
a { background-color: #0B070C; }
a { background-color: rgb(11,7,12); }
div.DivClassName
{
background-color: #0B070C;
}
.BgClassName
{
background-color: #0B070C;
}
</style>
border-color css
<style>
span { border-color: #0B070C; }
span { border-color: rgb(11,7,12); }
td.TdClassName
{
border-color: #0B070C;
}
.TagClassName
{
border-color: #0B070C;
}
</style>