Shades of Blackcurrant #080209
Tints of Blackcurrant #080209
RGB
CMYK
RGB Variations
Color information
#080209 (or 0x080209) is known color: Blackcurrant. HEX triplet: 08, 02 and 09. RGB value is (8,2,9). Sum of RGB (Red+Green+Blue) = 8+2+9=19 (2% of max value = 765). Red value is 8 (3.52% from 255 or 42.11% from 19); Green value is 2 (1.17% from 255 or 10.53% from 19); Blue value is 9 (3.91% from 255 or 47.37% from 19); Max value from RGB is 9 - color contains mainly: blue. Hex color #080209 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080209 is #F7FDF6. Grayscale: #040404. Windows color (decimal): -16252407 or 590344. OLE color: 590344.
HSL color Cylindrical-coordinate representation of color #080209: hue angle of 291.43º degrees, saturation: 0.64, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #080209 is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.96.
Color convert
RGB | 8 | 2 | 9 | - |
CMYK | 0.11 | 0.78 | 0 | 0.96 |
HSL | 291.43º | 0.64% | 0.02% | - |
HSV(B) | 291.43º | 0.78% | 0.04% | - |
XYZ | 0.17 | 0.11 | 0.27 | - |
YUV | 4.59 | 130.49 | 130.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 8 | 2 | 9 | 0.11 | 0.78 | 0 | 0.96 | 291.43 | 0.64 | 0.02 |
Hex | 8 | 2 | 9 | B | 4E | 0 | 60 | 123 | 40 | 2 |
Octal | 10 | 2 | 11 | 13 | 116 | 0 | 140 | 443 | 100 | 2 |
Binary | 1000 | 10 | 1001 | 1011 | 1001110 | 0 | 1100000 | 100100011 | 1000000 | 10 |
Color Harmonies of #080209
Complementary color
Monochromatic Colors of #080209
Black with #080209
Text Example
Text Example
White with #080209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #080209; }
p { color: rgb(8,2,9); }
H1.HeaderClassName
{
color: #080209;
}
.AnyTagClassName
{
color: #080209;
}
</style>
background-color css
<style>
a { background-color: #080209; }
a { background-color: rgb(8,2,9); }
div.DivClassName
{
background-color: #080209;
}
.BgClassName
{
background-color: #080209;
}
</style>
border-color css
<style>
span { border-color: #080209; }
span { border-color: rgb(8,2,9); }
td.TdClassName
{
border-color: #080209;
}
.TagClassName
{
border-color: #080209;
}
</style>