Shades of Blackcurrant #050006
Tints of Blackcurrant #050006
RGB
CMYK
RGB Variations
Color information
#050006 (or 0x050006) is known color: Blackcurrant. HEX triplet: 05, 00 and 06. RGB value is (5,0,6). Sum of RGB (Red+Green+Blue) = 5+0+6=11 (1% of max value = 765). Red value is 5 (2.34% from 255 or 45.45% from 11); Green value is 0 (0.39% from 255 or 0% from 11); Blue value is 6 (2.73% from 255 or 54.55% from 11); Max value from RGB is 6 - color contains mainly: blue. Hex color #050006 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050006 is #FAFFF9. Grayscale: #020202. Windows color (decimal): -16449530 or 393221. OLE color: 393221.
HSL color Cylindrical-coordinate representation of color #050006: hue angle of 290º degrees, saturation: 1, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 1%. Process color model (Four color, CMYK) of #050006 is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.98.
Color convert
| RGB | 5 | 0 | 6 | - |
| CMYK | 0.17 | 1 | 0 | 0.98 |
| HSL | 290º | 1% | 0.01% | - |
| HSV(B) | 290º | 1% | 0.02% | - |
| XYZ | 0.1 | 0.05 | 0.18 | - |
| YUV | 2.18 | 130.16 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 0 | 6 | 0.17 | 1 | 0 | 0.98 | 290 | 1 | 0.01 |
| Hex | 5 | 0 | 6 | 11 | 64 | 0 | 62 | 122 | 64 | 1 |
| Octal | 5 | 0 | 6 | 21 | 144 | 0 | 142 | 442 | 144 | 1 |
| Binary | 101 | 0 | 110 | 10001 | 1100100 | 0 | 1100010 | 100100010 | 1100100 | 1 |
Color Harmonies of #050006
Complementary color
Monochromatic Colors of #050006
Black with #050006
Text Example
Text Example
White with #050006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050006; }
p { color: rgb(5,0,6); }
H1.HeaderClassName
{
color: #050006;
}
.AnyTagClassName
{
color: #050006;
}
</style>
background-color css
<style>
a { background-color: #050006; }
a { background-color: rgb(5,0,6); }
div.DivClassName
{
background-color: #050006;
}
.BgClassName
{
background-color: #050006;
}
</style>
border-color css
<style>
span { border-color: #050006; }
span { border-color: rgb(5,0,6); }
td.TdClassName
{
border-color: #050006;
}
.TagClassName
{
border-color: #050006;
}
</style>