Shades of Blackcurrant #08030A
Tints of Blackcurrant #08030A
RGB
CMYK
RGB Variations
Color information
#08030A (or 0x08030A) is known color: Blackcurrant. HEX triplet: 08, 03 and 0A. RGB value is (8,3,10). Sum of RGB (Red+Green+Blue) = 8+3+10=21 (2% of max value = 765). Red value is 8 (3.52% from 255 or 38.10% from 21); Green value is 3 (1.56% from 255 or 14.29% from 21); Blue value is 10 (4.30% from 255 or 47.62% from 21); Max value from RGB is 10 - color contains mainly: blue. Hex color #08030A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08030A is #F7FCF5. Grayscale: #050505. Windows color (decimal): -16252150 or 656136. OLE color: 656136.
HSL color Cylindrical-coordinate representation of color #08030A: hue angle of 282.86º degrees, saturation: 0.54, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #08030A is Cyan = 0.2, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 8 | 3 | 10 | - |
| CMYK | 0.2 | 0.70 | 0 | 0.96 |
| HSL | 282.86º | 0.54% | 0.03% | - |
| HSV(B) | 282.86º | 0.7% | 0.04% | - |
| XYZ | 0.19 | 0.14 | 0.3 | - |
| YUV | 5.29 | 130.66 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 3 | 10 | 0.2 | 0.70 | 0 | 0.96 | 282.86 | 0.54 | 0.03 |
| Hex | 8 | 3 | A | 14 | 46 | 0 | 60 | 11B | 36 | 3 |
| Octal | 10 | 3 | 12 | 24 | 106 | 0 | 140 | 433 | 66 | 3 |
| Binary | 1000 | 11 | 1010 | 10100 | 1000110 | 0 | 1100000 | 100011011 | 110110 | 11 |
Color Harmonies of #08030A
Complementary color
Monochromatic Colors of #08030A
Black with #08030A
Text Example
Text Example
White with #08030A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08030A; }
p { color: rgb(8,3,10); }
H1.HeaderClassName
{
color: #08030A;
}
.AnyTagClassName
{
color: #08030A;
}
</style>
background-color css
<style>
a { background-color: #08030A; }
a { background-color: rgb(8,3,10); }
div.DivClassName
{
background-color: #08030A;
}
.BgClassName
{
background-color: #08030A;
}
</style>
border-color css
<style>
span { border-color: #08030A; }
span { border-color: rgb(8,3,10); }
td.TdClassName
{
border-color: #08030A;
}
.TagClassName
{
border-color: #08030A;
}
</style>