Shades of Blackcurrant #08000A
Tints of Blackcurrant #08000A
RGB
CMYK
RGB Variations
Color information
#08000A (or 0x08000A) is known color: Blackcurrant. HEX triplet: 08, 00 and 0A. RGB value is (8,0,10). Sum of RGB (Red+Green+Blue) = 8+0+10=18 (2% of max value = 765). Red value is 8 (3.52% from 255 or 44.44% from 18); Green value is 0 (0.39% from 255 or 0% from 18); Blue value is 10 (4.30% from 255 or 55.56% from 18); Max value from RGB is 10 - color contains mainly: blue. Hex color #08000A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08000A is #F7FFF5. Grayscale: #030303. Windows color (decimal): -16252918 or 655368. OLE color: 655368.
HSL color Cylindrical-coordinate representation of color #08000A: hue angle of 288º 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 #08000A is Cyan = 0.2, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 8 | 0 | 10 | - |
| CMYK | 0.2 | 1 | 0 | 0.96 |
| HSL | 288º | 1% | 0.02% | - |
| HSV(B) | 288º | 1% | 0.04% | - |
| XYZ | 0.15 | 0.07 | 0.29 | - |
| YUV | 3.53 | 131.65 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 0 | 10 | 0.2 | 1 | 0 | 0.96 | 288 | 1 | 0.02 |
| Hex | 8 | 0 | A | 14 | 64 | 0 | 60 | 120 | 64 | 2 |
| Octal | 10 | 0 | 12 | 24 | 144 | 0 | 140 | 440 | 144 | 2 |
| Binary | 1000 | 0 | 1010 | 10100 | 1100100 | 0 | 1100000 | 100100000 | 1100100 | 10 |
Color Harmonies of #08000A
Complementary color
Monochromatic Colors of #08000A
Black with #08000A
Text Example
Text Example
White with #08000A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08000A; }
p { color: rgb(8,0,10); }
H1.HeaderClassName
{
color: #08000A;
}
.AnyTagClassName
{
color: #08000A;
}
</style>
background-color css
<style>
a { background-color: #08000A; }
a { background-color: rgb(8,0,10); }
div.DivClassName
{
background-color: #08000A;
}
.BgClassName
{
background-color: #08000A;
}
</style>
border-color css
<style>
span { border-color: #08000A; }
span { border-color: rgb(8,0,10); }
td.TdClassName
{
border-color: #08000A;
}
.TagClassName
{
border-color: #08000A;
}
</style>