Shades of Blackcurrant #08000B
Tints of Blackcurrant #08000B
RGB
CMYK
RGB Variations
Color information
#08000B (or 0x08000B) is known color: Blackcurrant. HEX triplet: 08, 00 and 0B. RGB value is (8,0,11). Sum of RGB (Red+Green+Blue) = 8+0+11=19 (2% of max value = 765). Red value is 8 (3.52% from 255 or 42.11% from 19); Green value is 0 (0.39% from 255 or 0% from 19); Blue value is 11 (4.69% from 255 or 57.89% from 19); Max value from RGB is 11 - color contains mainly: blue. Hex color #08000B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08000B is #F7FFF4. Grayscale: #030303. Windows color (decimal): -16252917 or 720904. OLE color: 720904.
HSL color Cylindrical-coordinate representation of color #08000B: hue angle of 283.64º degrees, saturation: 1, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 1%. Process color model (Four color, CMYK) of #08000B is Cyan = 0.27, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 8 | 0 | 11 | - |
| CMYK | 0.27 | 1 | 0 | 0.96 |
| HSL | 283.64º | 1% | 0.02% | - |
| HSV(B) | 283.64º | 1% | 0.04% | - |
| XYZ | 0.16 | 0.08 | 0.32 | - |
| YUV | 3.65 | 132.15 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 0 | 11 | 0.27 | 1 | 0 | 0.96 | 283.64 | 1 | 0.02 |
| Hex | 8 | 0 | B | 1B | 64 | 0 | 60 | 11C | 64 | 2 |
| Octal | 10 | 0 | 13 | 33 | 144 | 0 | 140 | 434 | 144 | 2 |
| Binary | 1000 | 0 | 1011 | 11011 | 1100100 | 0 | 1100000 | 100011100 | 1100100 | 10 |
Color Harmonies of #08000B
Complementary color
Monochromatic Colors of #08000B
Black with #08000B
Text Example
Text Example
White with #08000B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08000B; }
p { color: rgb(8,0,11); }
H1.HeaderClassName
{
color: #08000B;
}
.AnyTagClassName
{
color: #08000B;
}
</style>
background-color css
<style>
a { background-color: #08000B; }
a { background-color: rgb(8,0,11); }
div.DivClassName
{
background-color: #08000B;
}
.BgClassName
{
background-color: #08000B;
}
</style>
border-color css
<style>
span { border-color: #08000B; }
span { border-color: rgb(8,0,11); }
td.TdClassName
{
border-color: #08000B;
}
.TagClassName
{
border-color: #08000B;
}
</style>