Shades of Blackcurrant #0B0119
Tints of Blackcurrant #0B0119
RGB
CMYK
RGB Variations
Color information
#0B0119 (or 0x0B0119) is known color: Blackcurrant. HEX triplet: 0B, 01 and 19. RGB value is (11,1,25). Sum of RGB (Red+Green+Blue) = 11+1+25=37 (4% of max value = 765). Red value is 11 (4.69% from 255 or 29.73% from 37); Green value is 1 (0.78% from 255 or 2.70% from 37); Blue value is 25 (10.16% from 255 or 67.57% from 37); Max value from RGB is 25 - color contains mainly: blue. Hex color #0B0119 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0119 is #F4FEE6. Grayscale: #060606. Windows color (decimal): -16056039 or 1638667. OLE color: 1638667.
HSL color Cylindrical-coordinate representation of color #0B0119: hue angle of 265º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B0119 is Cyan = 0.56, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 11 | 1 | 25 | - |
| CMYK | 0.56 | 0.96 | 0 | 0.90 |
| HSL | 265º | 0.92% | 0.05% | - |
| HSV(B) | 265º | 0.96% | 0.1% | - |
| XYZ | 0.32 | 0.16 | 0.93 | - |
| YUV | 6.73 | 138.31 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 1 | 25 | 0.56 | 0.96 | 0 | 0.90 | 265 | 0.92 | 0.05 |
| Hex | B | 1 | 19 | 38 | 60 | 0 | 5A | 109 | 5C | 5 |
| Octal | 13 | 1 | 31 | 70 | 140 | 0 | 132 | 411 | 134 | 5 |
| Binary | 1011 | 1 | 11001 | 111000 | 1100000 | 0 | 1011010 | 100001001 | 1011100 | 101 |
Color Harmonies of #0B0119
Complementary color
Monochromatic Colors of #0B0119
Black with #0B0119
Text Example
Text Example
White with #0B0119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0119; }
p { color: rgb(11,1,25); }
H1.HeaderClassName
{
color: #0B0119;
}
.AnyTagClassName
{
color: #0B0119;
}
</style>
background-color css
<style>
a { background-color: #0B0119; }
a { background-color: rgb(11,1,25); }
div.DivClassName
{
background-color: #0B0119;
}
.BgClassName
{
background-color: #0B0119;
}
</style>
border-color css
<style>
span { border-color: #0B0119; }
span { border-color: rgb(11,1,25); }
td.TdClassName
{
border-color: #0B0119;
}
.TagClassName
{
border-color: #0B0119;
}
</style>