Shades of Blackcurrant #050109
Tints of Blackcurrant #050109
RGB
CMYK
RGB Variations
Color information
#050109 (or 0x050109) is known color: Blackcurrant. HEX triplet: 05, 01 and 09. RGB value is (5,1,9). Sum of RGB (Red+Green+Blue) = 5+1+9=15 (1% of max value = 765). Red value is 5 (2.34% from 255 or 33.33% from 15); Green value is 1 (0.78% from 255 or 6.67% from 15); Blue value is 9 (3.91% from 255 or 60% from 15); Max value from RGB is 9 - color contains mainly: blue. Hex color #050109 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050109 is #FAFEF6. Grayscale: #030303. Windows color (decimal): -16449271 or 590085. OLE color: 590085.
HSL color Cylindrical-coordinate representation of color #050109: hue angle of 270º degrees, saturation: 0.8, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #050109 is Cyan = 0.44, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.96.
Color convert
RGB | 5 | 1 | 9 | - |
CMYK | 0.44 | 0.89 | 0 | 0.96 |
HSL | 270º | 0.8% | 0.02% | - |
HSV(B) | 270º | 0.89% | 0.04% | - |
XYZ | 0.12 | 0.07 | 0.27 | - |
YUV | 3.11 | 131.33 | 129.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 5 | 1 | 9 | 0.44 | 0.89 | 0 | 0.96 | 270 | 0.8 | 0.02 |
Hex | 5 | 1 | 9 | 2C | 59 | 0 | 60 | 10E | 50 | 2 |
Octal | 5 | 1 | 11 | 54 | 131 | 0 | 140 | 416 | 120 | 2 |
Binary | 101 | 1 | 1001 | 101100 | 1011001 | 0 | 1100000 | 100001110 | 1010000 | 10 |
Color Harmonies of #050109
Complementary color
Monochromatic Colors of #050109
Black with #050109
Text Example
Text Example
White with #050109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050109; }
p { color: rgb(5,1,9); }
H1.HeaderClassName
{
color: #050109;
}
.AnyTagClassName
{
color: #050109;
}
</style>
background-color css
<style>
a { background-color: #050109; }
a { background-color: rgb(5,1,9); }
div.DivClassName
{
background-color: #050109;
}
.BgClassName
{
background-color: #050109;
}
</style>
border-color css
<style>
span { border-color: #050109; }
span { border-color: rgb(5,1,9); }
td.TdClassName
{
border-color: #050109;
}
.TagClassName
{
border-color: #050109;
}
</style>