Shades of Blackcurrant #0B001F
Tints of Blackcurrant #0B001F
RGB
CMYK
RGB Variations
Color information
#0B001F (or 0x0B001F) is known color: Blackcurrant. HEX triplet: 0B, 00 and 1F. RGB value is (11,0,31). Sum of RGB (Red+Green+Blue) = 11+0+31=42 (5% of max value = 765). Red value is 11 (4.69% from 255 or 26.19% from 42); Green value is 0 (0.39% from 255 or 0% from 42); Blue value is 31 (12.5% from 255 or 73.81% from 42); Max value from RGB is 31 - color contains mainly: blue. Hex color #0B001F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B001F is #F4FFE0. Grayscale: #060606. Windows color (decimal): -16056289 or 2031627. OLE color: 2031627.
HSL color Cylindrical-coordinate representation of color #0B001F: hue angle of 261.29º 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 #0B001F is Cyan = 0.65, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 11 | 0 | 31 | - |
| CMYK | 0.65 | 1 | 0 | 0.88 |
| HSL | 261.29º | 1% | 0.06% | - |
| HSV(B) | 261.29º | 1% | 0.12% | - |
| XYZ | 0.39 | 0.17 | 1.31 | - |
| YUV | 6.82 | 141.64 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 0 | 31 | 0.65 | 1 | 0 | 0.88 | 261.29 | 1 | 0.06 |
| Hex | B | 0 | 1F | 41 | 64 | 0 | 58 | 105 | 64 | 6 |
| Octal | 13 | 0 | 37 | 101 | 144 | 0 | 130 | 405 | 144 | 6 |
| Binary | 1011 | 0 | 11111 | 1000001 | 1100100 | 0 | 1011000 | 100000101 | 1100100 | 110 |
Color Harmonies of #0B001F
Complementary color
Monochromatic Colors of #0B001F
Black with #0B001F
Text Example
Text Example
White with #0B001F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B001F; }
p { color: rgb(11,0,31); }
H1.HeaderClassName
{
color: #0B001F;
}
.AnyTagClassName
{
color: #0B001F;
}
</style>
background-color css
<style>
a { background-color: #0B001F; }
a { background-color: rgb(11,0,31); }
div.DivClassName
{
background-color: #0B001F;
}
.BgClassName
{
background-color: #0B001F;
}
</style>
border-color css
<style>
span { border-color: #0B001F; }
span { border-color: rgb(11,0,31); }
td.TdClassName
{
border-color: #0B001F;
}
.TagClassName
{
border-color: #0B001F;
}
</style>