Shades of Blackcurrant #0B001A
Tints of Blackcurrant #0B001A
RGB
CMYK
RGB Variations
Color information
#0B001A (or 0x0B001A) is known color: Blackcurrant. HEX triplet: 0B, 00 and 1A. RGB value is (11,0,26). Sum of RGB (Red+Green+Blue) = 11+0+26=37 (4% of max value = 765). Red value is 11 (4.69% from 255 or 29.73% from 37); Green value is 0 (0.39% from 255 or 0% from 37); Blue value is 26 (10.55% from 255 or 70.27% from 37); Max value from RGB is 26 - color contains mainly: blue. Hex color #0B001A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B001A is #F4FFE5. Grayscale: #060606. Windows color (decimal): -16056294 or 1703947. OLE color: 1703947.
HSL color Cylindrical-coordinate representation of color #0B001A: hue angle of 265.38º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0B001A is Cyan = 0.58, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 11 | 0 | 26 | - |
| CMYK | 0.58 | 1 | 0 | 0.90 |
| HSL | 265.38º | 1% | 0.05% | - |
| HSV(B) | 265.38º | 1% | 0.1% | - |
| XYZ | 0.32 | 0.15 | 0.99 | - |
| YUV | 6.25 | 139.14 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 0 | 26 | 0.58 | 1 | 0 | 0.90 | 265.38 | 1 | 0.05 |
| Hex | B | 0 | 1A | 3A | 64 | 0 | 5A | 109 | 64 | 5 |
| Octal | 13 | 0 | 32 | 72 | 144 | 0 | 132 | 411 | 144 | 5 |
| Binary | 1011 | 0 | 11010 | 111010 | 1100100 | 0 | 1011010 | 100001001 | 1100100 | 101 |
Color Harmonies of #0B001A
Complementary color
Monochromatic Colors of #0B001A
Black with #0B001A
Text Example
Text Example
White with #0B001A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B001A; }
p { color: rgb(11,0,26); }
H1.HeaderClassName
{
color: #0B001A;
}
.AnyTagClassName
{
color: #0B001A;
}
</style>
background-color css
<style>
a { background-color: #0B001A; }
a { background-color: rgb(11,0,26); }
div.DivClassName
{
background-color: #0B001A;
}
.BgClassName
{
background-color: #0B001A;
}
</style>
border-color css
<style>
span { border-color: #0B001A; }
span { border-color: rgb(11,0,26); }
td.TdClassName
{
border-color: #0B001A;
}
.TagClassName
{
border-color: #0B001A;
}
</style>