Shades of Blackcurrant #0B090C
Tints of Blackcurrant #0B090C
RGB
CMYK
RGB Variations
Color information
#0B090C (or 0x0B090C) is known color: Blackcurrant. HEX triplet: 0B, 09 and 0C. RGB value is (11,9,12). Sum of RGB (Red+Green+Blue) = 11+9+12=32 (4% of max value = 765). Red value is 11 (4.69% from 255 or 34.38% from 32); Green value is 9 (3.91% from 255 or 28.12% from 32); Blue value is 12 (5.08% from 255 or 37.5% from 32); Max value from RGB is 12 - color contains mainly: blue. Hex color #0B090C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B090C is #F4F6F3. Grayscale: #090909. Windows color (decimal): -16054004 or 788747. OLE color: 788747.
HSL color Cylindrical-coordinate representation of color #0B090C: hue angle of 280º degrees, saturation: 0.14, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #0B090C is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 11 | 9 | 12 | - |
| CMYK | 0.08 | 0.25 | 0 | 0.95 |
| HSL | 280º | 0.14% | 0.04% | - |
| HSV(B) | 280º | 0.25% | 0.05% | - |
| XYZ | 0.3 | 0.29 | 0.39 | - |
| YUV | 9.94 | 129.16 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 9 | 12 | 0.08 | 0.25 | 0 | 0.95 | 280 | 0.14 | 0.04 |
| Hex | B | 9 | C | 8 | 19 | 0 | 5F | 118 | E | 4 |
| Octal | 13 | 11 | 14 | 10 | 31 | 0 | 137 | 430 | 16 | 4 |
| Binary | 1011 | 1001 | 1100 | 1000 | 11001 | 0 | 1011111 | 100011000 | 1110 | 100 |
Color Harmonies of #0B090C
Complementary color
Monochromatic Colors of #0B090C
Black with #0B090C
Text Example
Text Example
White with #0B090C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B090C; }
p { color: rgb(11,9,12); }
H1.HeaderClassName
{
color: #0B090C;
}
.AnyTagClassName
{
color: #0B090C;
}
</style>
background-color css
<style>
a { background-color: #0B090C; }
a { background-color: rgb(11,9,12); }
div.DivClassName
{
background-color: #0B090C;
}
.BgClassName
{
background-color: #0B090C;
}
</style>
border-color css
<style>
span { border-color: #0B090C; }
span { border-color: rgb(11,9,12); }
td.TdClassName
{
border-color: #0B090C;
}
.TagClassName
{
border-color: #0B090C;
}
</style>