Shades of Blackcurrant #080011
Tints of Blackcurrant #080011
RGB
CMYK
RGB Variations
Color information
#080011 (or 0x080011) is known color: Blackcurrant. HEX triplet: 08, 00 and 11. RGB value is (8,0,17). Sum of RGB (Red+Green+Blue) = 8+0+17=25 (3% of max value = 765). Red value is 8 (3.52% from 255 or 32% from 25); Green value is 0 (0.39% from 255 or 0% from 25); Blue value is 17 (7.03% from 255 or 68% from 25); Max value from RGB is 17 - color contains mainly: blue. Hex color #080011 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080011 is #F7FFEE. Grayscale: #040404. Windows color (decimal): -16252911 or 1114120. OLE color: 1114120.
HSL color Cylindrical-coordinate representation of color #080011: hue angle of 268.24º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #080011 is Cyan = 0.53, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 8 | 0 | 17 | - |
| CMYK | 0.53 | 1 | 0 | 0.93 |
| HSL | 268.24º | 1% | 0.03% | - |
| HSV(B) | 268.24º | 1% | 0.07% | - |
| XYZ | 0.2 | 0.09 | 0.54 | - |
| YUV | 4.33 | 135.15 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 0 | 17 | 0.53 | 1 | 0 | 0.93 | 268.24 | 1 | 0.03 |
| Hex | 8 | 0 | 11 | 35 | 64 | 0 | 5D | 10C | 64 | 3 |
| Octal | 10 | 0 | 21 | 65 | 144 | 0 | 135 | 414 | 144 | 3 |
| Binary | 1000 | 0 | 10001 | 110101 | 1100100 | 0 | 1011101 | 100001100 | 1100100 | 11 |
Color Harmonies of #080011
Complementary color
Monochromatic Colors of #080011
Black with #080011
Text Example
Text Example
White with #080011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080011; }
p { color: rgb(8,0,17); }
H1.HeaderClassName
{
color: #080011;
}
.AnyTagClassName
{
color: #080011;
}
</style>
background-color css
<style>
a { background-color: #080011; }
a { background-color: rgb(8,0,17); }
div.DivClassName
{
background-color: #080011;
}
.BgClassName
{
background-color: #080011;
}
</style>
border-color css
<style>
span { border-color: #080011; }
span { border-color: rgb(8,0,17); }
td.TdClassName
{
border-color: #080011;
}
.TagClassName
{
border-color: #080011;
}
</style>