Shades of Blackcurrant #05000A
Tints of Blackcurrant #05000A
RGB
CMYK
RGB Variations
Color information
#05000A (or 0x05000A) is known color: Blackcurrant. HEX triplet: 05, 00 and 0A. RGB value is (5,0,10). Sum of RGB (Red+Green+Blue) = 5+0+10=15 (1% of max value = 765). Red value is 5 (2.34% from 255 or 33.33% from 15); Green value is 0 (0.39% from 255 or 0% from 15); Blue value is 10 (4.30% from 255 or 66.67% from 15); Max value from RGB is 10 - color contains mainly: blue. Hex color #05000A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05000A is #FAFFF5. Grayscale: #020202. Windows color (decimal): -16449526 or 655365. OLE color: 655365.
HSL color Cylindrical-coordinate representation of color #05000A: hue angle of 270º 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 #05000A is Cyan = 0.50, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 5 | 0 | 10 | - |
| CMYK | 0.50 | 1 | 0 | 0.96 |
| HSL | 270º | 1% | 0.02% | - |
| HSV(B) | 270º | 1% | 0.04% | - |
| XYZ | 0.12 | 0.05 | 0.29 | - |
| YUV | 2.64 | 132.16 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 0 | 10 | 0.50 | 1 | 0 | 0.96 | 270 | 1 | 0.02 |
| Hex | 5 | 0 | A | 32 | 64 | 0 | 60 | 10E | 64 | 2 |
| Octal | 5 | 0 | 12 | 62 | 144 | 0 | 140 | 416 | 144 | 2 |
| Binary | 101 | 0 | 1010 | 110010 | 1100100 | 0 | 1100000 | 100001110 | 1100100 | 10 |
Color Harmonies of #05000A
Complementary color
Monochromatic Colors of #05000A
Black with #05000A
Text Example
Text Example
White with #05000A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05000A; }
p { color: rgb(5,0,10); }
H1.HeaderClassName
{
color: #05000A;
}
.AnyTagClassName
{
color: #05000A;
}
</style>
background-color css
<style>
a { background-color: #05000A; }
a { background-color: rgb(5,0,10); }
div.DivClassName
{
background-color: #05000A;
}
.BgClassName
{
background-color: #05000A;
}
</style>
border-color css
<style>
span { border-color: #05000A; }
span { border-color: rgb(5,0,10); }
td.TdClassName
{
border-color: #05000A;
}
.TagClassName
{
border-color: #05000A;
}
</style>