Shades of Blackcurrant #050306
Tints of Blackcurrant #050306
RGB
CMYK
RGB Variations
Color information
#050306 (or 0x050306) is known color: Blackcurrant. HEX triplet: 05, 03 and 06. RGB value is (5,3,6). Sum of RGB (Red+Green+Blue) = 5+3+6=14 (1% of max value = 765). Red value is 5 (2.34% from 255 or 35.71% from 14); Green value is 3 (1.56% from 255 or 21.43% from 14); Blue value is 6 (2.73% from 255 or 42.86% from 14); Max value from RGB is 6 - color contains mainly: blue. Hex color #050306 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050306 is #FAFCF9. Grayscale: #030303. Windows color (decimal): -16448762 or 393989. OLE color: 393989.
HSL color Cylindrical-coordinate representation of color #050306: hue angle of 280º degrees, saturation: 0.33, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #050306 is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.98.
Color convert
| RGB | 5 | 3 | 6 | - |
| CMYK | 0.17 | 0.50 | 0 | 0.98 |
| HSL | 280º | 0.33% | 0.02% | - |
| HSV(B) | 280º | 0.5% | 0.02% | - |
| XYZ | 0.13 | 0.11 | 0.19 | - |
| YUV | 3.94 | 129.16 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 3 | 6 | 0.17 | 0.50 | 0 | 0.98 | 280 | 0.33 | 0.02 |
| Hex | 5 | 3 | 6 | 11 | 32 | 0 | 62 | 118 | 21 | 2 |
| Octal | 5 | 3 | 6 | 21 | 62 | 0 | 142 | 430 | 41 | 2 |
| Binary | 101 | 11 | 110 | 10001 | 110010 | 0 | 1100010 | 100011000 | 100001 | 10 |
Color Harmonies of #050306
Complementary color
Monochromatic Colors of #050306
Black with #050306
Text Example
Text Example
White with #050306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050306; }
p { color: rgb(5,3,6); }
H1.HeaderClassName
{
color: #050306;
}
.AnyTagClassName
{
color: #050306;
}
</style>
background-color css
<style>
a { background-color: #050306; }
a { background-color: rgb(5,3,6); }
div.DivClassName
{
background-color: #050306;
}
.BgClassName
{
background-color: #050306;
}
</style>
border-color css
<style>
span { border-color: #050306; }
span { border-color: rgb(5,3,6); }
td.TdClassName
{
border-color: #050306;
}
.TagClassName
{
border-color: #050306;
}
</style>