Shades of Blackcurrant #0B001D
Tints of Blackcurrant #0B001D
RGB
CMYK
RGB Variations
Color information
#0B001D (or 0x0B001D) is known color: Blackcurrant. HEX triplet: 0B, 00 and 1D. RGB value is (11,0,29). Sum of RGB (Red+Green+Blue) = 11+0+29=40 (5% of max value = 765). Red value is 11 (4.69% from 255 or 27.5% from 40); Green value is 0 (0.39% from 255 or 0% from 40); Blue value is 29 (11.72% from 255 or 72.5% from 40); Max value from RGB is 29 - color contains mainly: blue. Hex color #0B001D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B001D is #F4FFE2. Grayscale: #060606. Windows color (decimal): -16056291 or 1900555. OLE color: 1900555.
HSL color Cylindrical-coordinate representation of color #0B001D: hue angle of 262.76º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0B001D is Cyan = 0.62, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 11 | 0 | 29 | - |
| CMYK | 0.62 | 1 | 0 | 0.89 |
| HSL | 262.76º | 1% | 0.06% | - |
| HSV(B) | 262.76º | 1% | 0.11% | - |
| XYZ | 0.36 | 0.16 | 1.17 | - |
| YUV | 6.6 | 140.64 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 0 | 29 | 0.62 | 1 | 0 | 0.89 | 262.76 | 1 | 0.06 |
| Hex | B | 0 | 1D | 3E | 64 | 0 | 59 | 107 | 64 | 6 |
| Octal | 13 | 0 | 35 | 76 | 144 | 0 | 131 | 407 | 144 | 6 |
| Binary | 1011 | 0 | 11101 | 111110 | 1100100 | 0 | 1011001 | 100000111 | 1100100 | 110 |
Color Harmonies of #0B001D
Complementary color
Monochromatic Colors of #0B001D
Black with #0B001D
Text Example
Text Example
White with #0B001D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B001D; }
p { color: rgb(11,0,29); }
H1.HeaderClassName
{
color: #0B001D;
}
.AnyTagClassName
{
color: #0B001D;
}
</style>
background-color css
<style>
a { background-color: #0B001D; }
a { background-color: rgb(11,0,29); }
div.DivClassName
{
background-color: #0B001D;
}
.BgClassName
{
background-color: #0B001D;
}
</style>
border-color css
<style>
span { border-color: #0B001D; }
span { border-color: rgb(11,0,29); }
td.TdClassName
{
border-color: #0B001D;
}
.TagClassName
{
border-color: #0B001D;
}
</style>