Shades of Blackcurrant #0B001E
Tints of Blackcurrant #0B001E
RGB
CMYK
RGB Variations
Color information
#0B001E (or 0x0B001E) is known color: Blackcurrant. HEX triplet: 0B, 00 and 1E. RGB value is (11,0,30). Sum of RGB (Red+Green+Blue) = 11+0+30=41 (5% of max value = 765). Red value is 11 (4.69% from 255 or 26.83% from 41); Green value is 0 (0.39% from 255 or 0% from 41); Blue value is 30 (12.11% from 255 or 73.17% from 41); Max value from RGB is 30 - color contains mainly: blue. Hex color #0B001E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B001E is #F4FFE1. Grayscale: #060606. Windows color (decimal): -16056290 or 1966091. OLE color: 1966091.
HSL color Cylindrical-coordinate representation of color #0B001E: hue angle of 262º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0B001E is Cyan = 0.63, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 11 | 0 | 30 | - |
| CMYK | 0.63 | 1 | 0 | 0.88 |
| HSL | 262º | 1% | 0.06% | - |
| HSV(B) | 262º | 1% | 0.12% | - |
| XYZ | 0.37 | 0.16 | 1.24 | - |
| YUV | 6.71 | 141.14 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 0 | 30 | 0.63 | 1 | 0 | 0.88 | 262 | 1 | 0.06 |
| Hex | B | 0 | 1E | 3F | 64 | 0 | 58 | 106 | 64 | 6 |
| Octal | 13 | 0 | 36 | 77 | 144 | 0 | 130 | 406 | 144 | 6 |
| Binary | 1011 | 0 | 11110 | 111111 | 1100100 | 0 | 1011000 | 100000110 | 1100100 | 110 |
Color Harmonies of #0B001E
Complementary color
Monochromatic Colors of #0B001E
Black with #0B001E
Text Example
Text Example
White with #0B001E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B001E; }
p { color: rgb(11,0,30); }
H1.HeaderClassName
{
color: #0B001E;
}
.AnyTagClassName
{
color: #0B001E;
}
</style>
background-color css
<style>
a { background-color: #0B001E; }
a { background-color: rgb(11,0,30); }
div.DivClassName
{
background-color: #0B001E;
}
.BgClassName
{
background-color: #0B001E;
}
</style>
border-color css
<style>
span { border-color: #0B001E; }
span { border-color: rgb(11,0,30); }
td.TdClassName
{
border-color: #0B001E;
}
.TagClassName
{
border-color: #0B001E;
}
</style>