Shades of Blackcurrant #08050A
Tints of Blackcurrant #08050A
RGB
CMYK
RGB Variations
Color information
#08050A (or 0x08050A) is known color: Blackcurrant. HEX triplet: 08, 05 and 0A. RGB value is (8,5,10). Sum of RGB (Red+Green+Blue) = 8+5+10=23 (3% of max value = 765). Red value is 8 (3.52% from 255 or 34.78% from 23); Green value is 5 (2.34% from 255 or 21.74% from 23); Blue value is 10 (4.30% from 255 or 43.48% from 23); Max value from RGB is 10 - color contains mainly: blue. Hex color #08050A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08050A is #F7FAF5. Grayscale: #060606. Windows color (decimal): -16251638 or 656648. OLE color: 656648.
HSL color Cylindrical-coordinate representation of color #08050A: hue angle of 276º degrees, saturation: 0.33, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #08050A is Cyan = 0.2, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.96.
Color convert
RGB | 8 | 5 | 10 | - |
CMYK | 0.2 | 0.50 | 0 | 0.96 |
HSL | 276º | 0.33% | 0.03% | - |
HSV(B) | 276º | 0.5% | 0.04% | - |
XYZ | 0.21 | 0.18 | 0.31 | - |
YUV | 6.47 | 129.99 | 129.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 8 | 5 | 10 | 0.2 | 0.50 | 0 | 0.96 | 276 | 0.33 | 0.03 |
Hex | 8 | 5 | A | 14 | 32 | 0 | 60 | 114 | 21 | 3 |
Octal | 10 | 5 | 12 | 24 | 62 | 0 | 140 | 424 | 41 | 3 |
Binary | 1000 | 101 | 1010 | 10100 | 110010 | 0 | 1100000 | 100010100 | 100001 | 11 |
Color Harmonies of #08050A
Complementary color
Monochromatic Colors of #08050A
Black with #08050A
Text Example
Text Example
White with #08050A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08050A; }
p { color: rgb(8,5,10); }
H1.HeaderClassName
{
color: #08050A;
}
.AnyTagClassName
{
color: #08050A;
}
</style>
background-color css
<style>
a { background-color: #08050A; }
a { background-color: rgb(8,5,10); }
div.DivClassName
{
background-color: #08050A;
}
.BgClassName
{
background-color: #08050A;
}
</style>
border-color css
<style>
span { border-color: #08050A; }
span { border-color: rgb(8,5,10); }
td.TdClassName
{
border-color: #08050A;
}
.TagClassName
{
border-color: #08050A;
}
</style>