Shades of Blackcurrant #0B021E
Tints of Blackcurrant #0B021E
RGB
CMYK
RGB Variations
Color information
#0B021E (or 0x0B021E) is known color: Blackcurrant. HEX triplet: 0B, 02 and 1E. RGB value is (11,2,30). Sum of RGB (Red+Green+Blue) = 11+2+30=43 (5% of max value = 765). Red value is 11 (4.69% from 255 or 25.58% from 43); Green value is 2 (1.17% from 255 or 4.65% from 43); Blue value is 30 (12.11% from 255 or 69.77% from 43); Max value from RGB is 30 - color contains mainly: blue. Hex color #0B021E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B021E is #F4FDE1. Grayscale: #070707. Windows color (decimal): -16055778 or 1966603. OLE color: 1966603.
HSL color Cylindrical-coordinate representation of color #0B021E: hue angle of 259.29º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B021E is Cyan = 0.63, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 11 | 2 | 30 | - |
| CMYK | 0.63 | 0.93 | 0 | 0.88 |
| HSL | 259.29º | 0.88% | 0.06% | - |
| HSV(B) | 259.29º | 0.93% | 0.12% | - |
| XYZ | 0.39 | 0.21 | 1.25 | - |
| YUV | 7.88 | 140.48 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 2 | 30 | 0.63 | 0.93 | 0 | 0.88 | 259.29 | 0.88 | 0.06 |
| Hex | B | 2 | 1E | 3F | 5D | 0 | 58 | 103 | 58 | 6 |
| Octal | 13 | 2 | 36 | 77 | 135 | 0 | 130 | 403 | 130 | 6 |
| Binary | 1011 | 10 | 11110 | 111111 | 1011101 | 0 | 1011000 | 100000011 | 1011000 | 110 |
Color Harmonies of #0B021E
Complementary color
Monochromatic Colors of #0B021E
Black with #0B021E
Text Example
Text Example
White with #0B021E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B021E; }
p { color: rgb(11,2,30); }
H1.HeaderClassName
{
color: #0B021E;
}
.AnyTagClassName
{
color: #0B021E;
}
</style>
background-color css
<style>
a { background-color: #0B021E; }
a { background-color: rgb(11,2,30); }
div.DivClassName
{
background-color: #0B021E;
}
.BgClassName
{
background-color: #0B021E;
}
</style>
border-color css
<style>
span { border-color: #0B021E; }
span { border-color: rgb(11,2,30); }
td.TdClassName
{
border-color: #0B021E;
}
.TagClassName
{
border-color: #0B021E;
}
</style>