Shades of Blackcurrant #0B060D
Tints of Blackcurrant #0B060D
RGB
CMYK
RGB Variations
Color information
#0B060D (or 0x0B060D) is known color: Blackcurrant. HEX triplet: 0B, 06 and 0D. RGB value is (11,6,13). Sum of RGB (Red+Green+Blue) = 11+6+13=30 (3% of max value = 765). Red value is 11 (4.69% from 255 or 36.67% from 30); Green value is 6 (2.73% from 255 or 20% from 30); Blue value is 13 (5.47% from 255 or 43.33% from 30); Max value from RGB is 13 - color contains mainly: blue. Hex color #0B060D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B060D is #F4F9F2. Grayscale: #080808. Windows color (decimal): -16054771 or 853515. OLE color: 853515.
HSL color Cylindrical-coordinate representation of color #0B060D: hue angle of 282.86º degrees, saturation: 0.37, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #0B060D is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 11 | 6 | 13 | - |
| CMYK | 0.15 | 0.54 | 0 | 0.95 |
| HSL | 282.86º | 0.37% | 0.04% | - |
| HSV(B) | 282.86º | 0.54% | 0.05% | - |
| XYZ | 0.28 | 0.23 | 0.41 | - |
| YUV | 8.29 | 130.66 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 6 | 13 | 0.15 | 0.54 | 0 | 0.95 | 282.86 | 0.37 | 0.04 |
| Hex | B | 6 | D | F | 36 | 0 | 5F | 11B | 25 | 4 |
| Octal | 13 | 6 | 15 | 17 | 66 | 0 | 137 | 433 | 45 | 4 |
| Binary | 1011 | 110 | 1101 | 1111 | 110110 | 0 | 1011111 | 100011011 | 100101 | 100 |
Color Harmonies of #0B060D
Complementary color
Monochromatic Colors of #0B060D
Black with #0B060D
Text Example
Text Example
White with #0B060D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B060D; }
p { color: rgb(11,6,13); }
H1.HeaderClassName
{
color: #0B060D;
}
.AnyTagClassName
{
color: #0B060D;
}
</style>
background-color css
<style>
a { background-color: #0B060D; }
a { background-color: rgb(11,6,13); }
div.DivClassName
{
background-color: #0B060D;
}
.BgClassName
{
background-color: #0B060D;
}
</style>
border-color css
<style>
span { border-color: #0B060D; }
span { border-color: rgb(11,6,13); }
td.TdClassName
{
border-color: #0B060D;
}
.TagClassName
{
border-color: #0B060D;
}
</style>