Shades of Blackcurrant #08060A
Tints of Blackcurrant #08060A
RGB
CMYK
RGB Variations
Color information
#08060A (or 0x08060A) is known color: Blackcurrant. HEX triplet: 08, 06 and 0A. RGB value is (8,6,10). Sum of RGB (Red+Green+Blue) = 8+6+10=24 (3% of max value = 765). Red value is 8 (3.52% from 255 or 33.33% from 24); Green value is 6 (2.73% from 255 or 25% from 24); Blue value is 10 (4.30% from 255 or 41.67% from 24); Max value from RGB is 10 - color contains mainly: blue. Hex color #08060A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08060A is #F7F9F5. Grayscale: #070707. Windows color (decimal): -16251382 or 656904. OLE color: 656904.
HSL color Cylindrical-coordinate representation of color #08060A: hue angle of 270º degrees, saturation: 0.25, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #08060A is Cyan = 0.2, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.96.
Color convert
RGB | 8 | 6 | 10 | - |
CMYK | 0.2 | 0.4 | 0 | 0.96 |
HSL | 270º | 0.25% | 0.03% | - |
HSV(B) | 270º | 0.4% | 0.04% | - |
XYZ | 0.22 | 0.2 | 0.31 | - |
YUV | 7.05 | 129.66 | 128.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 8 | 6 | 10 | 0.2 | 0.4 | 0 | 0.96 | 270 | 0.25 | 0.03 |
Hex | 8 | 6 | A | 14 | 28 | 0 | 60 | 10E | 19 | 3 |
Octal | 10 | 6 | 12 | 24 | 50 | 0 | 140 | 416 | 31 | 3 |
Binary | 1000 | 110 | 1010 | 10100 | 101000 | 0 | 1100000 | 100001110 | 11001 | 11 |
Color Harmonies of #08060A
Complementary color
Monochromatic Colors of #08060A
Black with #08060A
Text Example
Text Example
White with #08060A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08060A; }
p { color: rgb(8,6,10); }
H1.HeaderClassName
{
color: #08060A;
}
.AnyTagClassName
{
color: #08060A;
}
</style>
background-color css
<style>
a { background-color: #08060A; }
a { background-color: rgb(8,6,10); }
div.DivClassName
{
background-color: #08060A;
}
.BgClassName
{
background-color: #08060A;
}
</style>
border-color css
<style>
span { border-color: #08060A; }
span { border-color: rgb(8,6,10); }
td.TdClassName
{
border-color: #08060A;
}
.TagClassName
{
border-color: #08060A;
}
</style>