Shades of Blackcurrant #050009
Tints of Blackcurrant #050009
RGB
CMYK
RGB Variations
Color information
#050009 (or 0x050009) is known color: Blackcurrant. HEX triplet: 05, 00 and 09. RGB value is (5,0,9). Sum of RGB (Red+Green+Blue) = 5+0+9=14 (1% of max value = 765). Red value is 5 (2.34% from 255 or 35.71% from 14); Green value is 0 (0.39% from 255 or 0% from 14); Blue value is 9 (3.91% from 255 or 64.29% from 14); Max value from RGB is 9 - color contains mainly: blue. Hex color #050009 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050009 is #FAFFF6. Grayscale: #020202. Windows color (decimal): -16449527 or 589829. OLE color: 589829.
HSL color Cylindrical-coordinate representation of color #050009: hue angle of 273.33º degrees, saturation: 1, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 1%. Process color model (Four color, CMYK) of #050009 is Cyan = 0.44, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 5 | 0 | 9 | - |
| CMYK | 0.44 | 1 | 0 | 0.96 |
| HSL | 273.33º | 1% | 0.02% | - |
| HSV(B) | 273.33º | 1% | 0.04% | - |
| XYZ | 0.11 | 0.05 | 0.26 | - |
| YUV | 2.52 | 131.66 | 129.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 0 | 9 | 0.44 | 1 | 0 | 0.96 | 273.33 | 1 | 0.02 |
| Hex | 5 | 0 | 9 | 2C | 64 | 0 | 60 | 111 | 64 | 2 |
| Octal | 5 | 0 | 11 | 54 | 144 | 0 | 140 | 421 | 144 | 2 |
| Binary | 101 | 0 | 1001 | 101100 | 1100100 | 0 | 1100000 | 100010001 | 1100100 | 10 |
Color Harmonies of #050009
Complementary color
Monochromatic Colors of #050009
Black with #050009
Text Example
Text Example
White with #050009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050009; }
p { color: rgb(5,0,9); }
H1.HeaderClassName
{
color: #050009;
}
.AnyTagClassName
{
color: #050009;
}
</style>
background-color css
<style>
a { background-color: #050009; }
a { background-color: rgb(5,0,9); }
div.DivClassName
{
background-color: #050009;
}
.BgClassName
{
background-color: #050009;
}
</style>
border-color css
<style>
span { border-color: #050009; }
span { border-color: rgb(5,0,9); }
td.TdClassName
{
border-color: #050009;
}
.TagClassName
{
border-color: #050009;
}
</style>