Shades of Blackcurrant #0B001B
Tints of Blackcurrant #0B001B
RGB
CMYK
RGB Variations
Color information
#0B001B (or 0x0B001B) is known color: Blackcurrant. HEX triplet: 0B, 00 and 1B. RGB value is (11,0,27). Sum of RGB (Red+Green+Blue) = 11+0+27=38 (5% of max value = 765). Red value is 11 (4.69% from 255 or 28.95% from 38); Green value is 0 (0.39% from 255 or 0% from 38); Blue value is 27 (10.94% from 255 or 71.05% from 38); Max value from RGB is 27 - color contains mainly: blue. Hex color #0B001B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B001B is #F4FFE4. Grayscale: #060606. Windows color (decimal): -16056293 or 1769483. OLE color: 1769483.
HSL color Cylindrical-coordinate representation of color #0B001B: hue angle of 264.44º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0B001B is Cyan = 0.59, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 11 | 0 | 27 | - |
| CMYK | 0.59 | 1 | 0 | 0.89 |
| HSL | 264.44º | 1% | 0.05% | - |
| HSV(B) | 264.44º | 1% | 0.11% | - |
| XYZ | 0.34 | 0.15 | 1.05 | - |
| YUV | 6.37 | 139.64 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 0 | 27 | 0.59 | 1 | 0 | 0.89 | 264.44 | 1 | 0.05 |
| Hex | B | 0 | 1B | 3B | 64 | 0 | 59 | 108 | 64 | 5 |
| Octal | 13 | 0 | 33 | 73 | 144 | 0 | 131 | 410 | 144 | 5 |
| Binary | 1011 | 0 | 11011 | 111011 | 1100100 | 0 | 1011001 | 100001000 | 1100100 | 101 |
Color Harmonies of #0B001B
Complementary color
Monochromatic Colors of #0B001B
Black with #0B001B
Text Example
Text Example
White with #0B001B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B001B; }
p { color: rgb(11,0,27); }
H1.HeaderClassName
{
color: #0B001B;
}
.AnyTagClassName
{
color: #0B001B;
}
</style>
background-color css
<style>
a { background-color: #0B001B; }
a { background-color: rgb(11,0,27); }
div.DivClassName
{
background-color: #0B001B;
}
.BgClassName
{
background-color: #0B001B;
}
</style>
border-color css
<style>
span { border-color: #0B001B; }
span { border-color: rgb(11,0,27); }
td.TdClassName
{
border-color: #0B001B;
}
.TagClassName
{
border-color: #0B001B;
}
</style>