Shades of Blackcurrant #0B0113
Tints of Blackcurrant #0B0113
RGB
CMYK
RGB Variations
Color information
#0B0113 (or 0x0B0113) is known color: Blackcurrant. HEX triplet: 0B, 01 and 13. RGB value is (11,1,19). Sum of RGB (Red+Green+Blue) = 11+1+19=31 (4% of max value = 765). Red value is 11 (4.69% from 255 or 35.48% from 31); Green value is 1 (0.78% from 255 or 3.23% from 31); Blue value is 19 (7.81% from 255 or 61.29% from 31); Max value from RGB is 19 - color contains mainly: blue. Hex color #0B0113 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0113 is #F4FEEC. Grayscale: #050505. Windows color (decimal): -16056045 or 1245451. OLE color: 1245451.
HSL color Cylindrical-coordinate representation of color #0B0113: hue angle of 273.33º degrees, saturation: 0.9, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B0113 is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 11 | 1 | 19 | - |
| CMYK | 0.42 | 0.95 | 0 | 0.93 |
| HSL | 273.33º | 0.9% | 0.04% | - |
| HSV(B) | 273.33º | 0.95% | 0.07% | - |
| XYZ | 0.27 | 0.14 | 0.63 | - |
| YUV | 6.04 | 135.31 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 1 | 19 | 0.42 | 0.95 | 0 | 0.93 | 273.33 | 0.9 | 0.04 |
| Hex | B | 1 | 13 | 2A | 5F | 0 | 5D | 111 | 5A | 4 |
| Octal | 13 | 1 | 23 | 52 | 137 | 0 | 135 | 421 | 132 | 4 |
| Binary | 1011 | 1 | 10011 | 101010 | 1011111 | 0 | 1011101 | 100010001 | 1011010 | 100 |
Color Harmonies of #0B0113
Complementary color
Monochromatic Colors of #0B0113
Black with #0B0113
Text Example
Text Example
White with #0B0113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0113; }
p { color: rgb(11,1,19); }
H1.HeaderClassName
{
color: #0B0113;
}
.AnyTagClassName
{
color: #0B0113;
}
</style>
background-color css
<style>
a { background-color: #0B0113; }
a { background-color: rgb(11,1,19); }
div.DivClassName
{
background-color: #0B0113;
}
.BgClassName
{
background-color: #0B0113;
}
</style>
border-color css
<style>
span { border-color: #0B0113; }
span { border-color: rgb(11,1,19); }
td.TdClassName
{
border-color: #0B0113;
}
.TagClassName
{
border-color: #0B0113;
}
</style>