Shades of Blackcurrant #0B080C
Tints of Blackcurrant #0B080C
RGB
CMYK
RGB Variations
Color information
#0B080C (or 0x0B080C) is known color: Blackcurrant. HEX triplet: 0B, 08 and 0C. RGB value is (11,8,12). Sum of RGB (Red+Green+Blue) = 11+8+12=31 (4% of max value = 765). Red value is 11 (4.69% from 255 or 35.48% from 31); Green value is 8 (3.52% from 255 or 25.81% from 31); Blue value is 12 (5.08% from 255 or 38.71% from 31); Max value from RGB is 12 - color contains mainly: blue. Hex color #0B080C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B080C is #F4F7F3. Grayscale: #090909. Windows color (decimal): -16054260 or 788491. OLE color: 788491.
HSL color Cylindrical-coordinate representation of color #0B080C: hue angle of 285º degrees, saturation: 0.2, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #0B080C is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 11 | 8 | 12 | - |
| CMYK | 0.08 | 0.33 | 0 | 0.95 |
| HSL | 285º | 0.2% | 0.04% | - |
| HSV(B) | 285º | 0.33% | 0.05% | - |
| XYZ | 0.29 | 0.27 | 0.38 | - |
| YUV | 9.35 | 129.49 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 8 | 12 | 0.08 | 0.33 | 0 | 0.95 | 285 | 0.2 | 0.04 |
| Hex | B | 8 | C | 8 | 21 | 0 | 5F | 11D | 14 | 4 |
| Octal | 13 | 10 | 14 | 10 | 41 | 0 | 137 | 435 | 24 | 4 |
| Binary | 1011 | 1000 | 1100 | 1000 | 100001 | 0 | 1011111 | 100011101 | 10100 | 100 |
Color Harmonies of #0B080C
Complementary color
Monochromatic Colors of #0B080C
Black with #0B080C
Text Example
Text Example
White with #0B080C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B080C; }
p { color: rgb(11,8,12); }
H1.HeaderClassName
{
color: #0B080C;
}
.AnyTagClassName
{
color: #0B080C;
}
</style>
background-color css
<style>
a { background-color: #0B080C; }
a { background-color: rgb(11,8,12); }
div.DivClassName
{
background-color: #0B080C;
}
.BgClassName
{
background-color: #0B080C;
}
</style>
border-color css
<style>
span { border-color: #0B080C; }
span { border-color: rgb(11,8,12); }
td.TdClassName
{
border-color: #0B080C;
}
.TagClassName
{
border-color: #0B080C;
}
</style>