Shades of Blackcurrant #080015
Tints of Blackcurrant #080015
RGB
CMYK
RGB Variations
Color information
#080015 (or 0x080015) is known color: Blackcurrant. HEX triplet: 08, 00 and 15. RGB value is (8,0,21). Sum of RGB (Red+Green+Blue) = 8+0+21=29 (3% of max value = 765). Red value is 8 (3.52% from 255 or 27.59% from 29); Green value is 0 (0.39% from 255 or 0% from 29); Blue value is 21 (8.59% from 255 or 72.41% from 29); Max value from RGB is 21 - color contains mainly: blue. Hex color #080015 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080015 is #F7FFEA. Grayscale: #040404. Windows color (decimal): -16252907 or 1376264. OLE color: 1376264.
HSL color Cylindrical-coordinate representation of color #080015: hue angle of 262.86º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 1%. Process color model (Four color, CMYK) of #080015 is Cyan = 0.62, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 8 | 0 | 21 | - |
| CMYK | 0.62 | 1 | 0 | 0.92 |
| HSL | 262.86º | 1% | 0.04% | - |
| HSV(B) | 262.86º | 1% | 0.08% | - |
| XYZ | 0.24 | 0.11 | 0.72 | - |
| YUV | 4.79 | 137.15 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 0 | 21 | 0.62 | 1 | 0 | 0.92 | 262.86 | 1 | 0.04 |
| Hex | 8 | 0 | 15 | 3E | 64 | 0 | 5C | 107 | 64 | 4 |
| Octal | 10 | 0 | 25 | 76 | 144 | 0 | 134 | 407 | 144 | 4 |
| Binary | 1000 | 0 | 10101 | 111110 | 1100100 | 0 | 1011100 | 100000111 | 1100100 | 100 |
Color Harmonies of #080015
Complementary color
Monochromatic Colors of #080015
Black with #080015
Text Example
Text Example
White with #080015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080015; }
p { color: rgb(8,0,21); }
H1.HeaderClassName
{
color: #080015;
}
.AnyTagClassName
{
color: #080015;
}
</style>
background-color css
<style>
a { background-color: #080015; }
a { background-color: rgb(8,0,21); }
div.DivClassName
{
background-color: #080015;
}
.BgClassName
{
background-color: #080015;
}
</style>
border-color css
<style>
span { border-color: #080015; }
span { border-color: rgb(8,0,21); }
td.TdClassName
{
border-color: #080015;
}
.TagClassName
{
border-color: #080015;
}
</style>