Shades of Blackcurrant #080509
Tints of Blackcurrant #080509
RGB
CMYK
RGB Variations
Color information
#080509 (or 0x080509) is known color: Blackcurrant. HEX triplet: 08, 05 and 09. RGB value is (8,5,9). Sum of RGB (Red+Green+Blue) = 8+5+9=22 (2% of max value = 765). Red value is 8 (3.52% from 255 or 36.36% from 22); Green value is 5 (2.34% from 255 or 22.73% from 22); Blue value is 9 (3.91% from 255 or 40.91% from 22); Max value from RGB is 9 - color contains mainly: blue. Hex color #080509 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080509 is #F7FAF6. Grayscale: #060606. Windows color (decimal): -16251639 or 591112. OLE color: 591112.
HSL color Cylindrical-coordinate representation of color #080509: hue angle of 285º degrees, saturation: 0.29, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #080509 is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.96.
Color convert
RGB | 8 | 5 | 9 | - |
CMYK | 0.11 | 0.44 | 0 | 0.96 |
HSL | 285º | 0.29% | 0.03% | - |
HSV(B) | 285º | 0.44% | 0.04% | - |
XYZ | 0.2 | 0.18 | 0.28 | - |
YUV | 6.35 | 129.49 | 129.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 8 | 5 | 9 | 0.11 | 0.44 | 0 | 0.96 | 285 | 0.29 | 0.03 |
Hex | 8 | 5 | 9 | B | 2C | 0 | 60 | 11D | 1D | 3 |
Octal | 10 | 5 | 11 | 13 | 54 | 0 | 140 | 435 | 35 | 3 |
Binary | 1000 | 101 | 1001 | 1011 | 101100 | 0 | 1100000 | 100011101 | 11101 | 11 |
Color Harmonies of #080509
Complementary color
Monochromatic Colors of #080509
Black with #080509
Text Example
Text Example
White with #080509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080509; }
p { color: rgb(8,5,9); }
H1.HeaderClassName
{
color: #080509;
}
.AnyTagClassName
{
color: #080509;
}
</style>
background-color css
<style>
a { background-color: #080509; }
a { background-color: rgb(8,5,9); }
div.DivClassName
{
background-color: #080509;
}
.BgClassName
{
background-color: #080509;
}
</style>
border-color css
<style>
span { border-color: #080509; }
span { border-color: rgb(8,5,9); }
td.TdClassName
{
border-color: #080509;
}
.TagClassName
{
border-color: #080509;
}
</style>