Shades of Blackcurrant #0B021D
Tints of Blackcurrant #0B021D
RGB
CMYK
RGB Variations
Color information
#0B021D (or 0x0B021D) is known color: Blackcurrant. HEX triplet: 0B, 02 and 1D. RGB value is (11,2,29). Sum of RGB (Red+Green+Blue) = 11+2+29=42 (5% of max value = 765). Red value is 11 (4.69% from 255 or 26.19% from 42); Green value is 2 (1.17% from 255 or 4.76% from 42); Blue value is 29 (11.72% from 255 or 69.05% from 42); Max value from RGB is 29 - color contains mainly: blue. Hex color #0B021D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B021D is #F4FDE2. Grayscale: #070707. Windows color (decimal): -16055779 or 1901067. OLE color: 1901067.
HSL color Cylindrical-coordinate representation of color #0B021D: hue angle of 260º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B021D is Cyan = 0.62, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 11 | 2 | 29 | - |
| CMYK | 0.62 | 0.93 | 0 | 0.89 |
| HSL | 260º | 0.87% | 0.06% | - |
| HSV(B) | 260º | 0.93% | 0.11% | - |
| XYZ | 0.38 | 0.2 | 1.18 | - |
| YUV | 7.77 | 139.98 | 130.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 2 | 29 | 0.62 | 0.93 | 0 | 0.89 | 260 | 0.87 | 0.06 |
| Hex | B | 2 | 1D | 3E | 5D | 0 | 59 | 104 | 57 | 6 |
| Octal | 13 | 2 | 35 | 76 | 135 | 0 | 131 | 404 | 127 | 6 |
| Binary | 1011 | 10 | 11101 | 111110 | 1011101 | 0 | 1011001 | 100000100 | 1010111 | 110 |
Color Harmonies of #0B021D
Complementary color
Monochromatic Colors of #0B021D
Black with #0B021D
Text Example
Text Example
White with #0B021D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B021D; }
p { color: rgb(11,2,29); }
H1.HeaderClassName
{
color: #0B021D;
}
.AnyTagClassName
{
color: #0B021D;
}
</style>
background-color css
<style>
a { background-color: #0B021D; }
a { background-color: rgb(11,2,29); }
div.DivClassName
{
background-color: #0B021D;
}
.BgClassName
{
background-color: #0B021D;
}
</style>
border-color css
<style>
span { border-color: #0B021D; }
span { border-color: rgb(11,2,29); }
td.TdClassName
{
border-color: #0B021D;
}
.TagClassName
{
border-color: #0B021D;
}
</style>