Shades of Blackcurrant #2A0056
Tints of Blackcurrant #2A0056
RGB
CMYK
RGB Variations
Color information
#2A0056 (or 0x2A0056) is known color: Blackcurrant. HEX triplet: 2A, 00 and 56. RGB value is (42,0,86). Sum of RGB (Red+Green+Blue) = 42+0+86=128 (16% of max value = 765). Red value is 42 (16.80% from 255 or 32.81% from 128); Green value is 0 (0.39% from 255 or 0% from 128); Blue value is 86 (33.98% from 255 or 67.19% from 128); Max value from RGB is 86 - color contains mainly: blue. Hex color #2A0056 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A0056 is #D5FFA9. Grayscale: #161616. Windows color (decimal): -14024618 or 5636138. OLE color: 5636138.
HSL color Cylindrical-coordinate representation of color #2A0056: hue angle of 269.3º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2A0056 is Cyan = 0.51, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 42 | 0 | 86 | - |
| CMYK | 0.51 | 1 | 0 | 0.66 |
| HSL | 269.3º | 1% | 0.17% | - |
| HSV(B) | 269.3º | 1% | 0.34% | - |
| XYZ | 2.63 | 1.16 | 8.89 | - |
| YUV | 22.36 | 163.91 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 0 | 86 | 0.51 | 1 | 0 | 0.66 | 269.3 | 1 | 0.17 |
| Hex | 2A | 0 | 56 | 33 | 64 | 0 | 42 | 10D | 64 | 11 |
| Octal | 52 | 0 | 126 | 63 | 144 | 0 | 102 | 415 | 144 | 21 |
| Binary | 101010 | 0 | 1010110 | 110011 | 1100100 | 0 | 1000010 | 100001101 | 1100100 | 10001 |
Color Harmonies of #2A0056
Complementary color
Monochromatic Colors of #2A0056
Black with #2A0056
Text Example
Text Example
White with #2A0056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0056; }
p { color: rgb(42,0,86); }
H1.HeaderClassName
{
color: #2A0056;
}
.AnyTagClassName
{
color: #2A0056;
}
</style>
background-color css
<style>
a { background-color: #2A0056; }
a { background-color: rgb(42,0,86); }
div.DivClassName
{
background-color: #2A0056;
}
.BgClassName
{
background-color: #2A0056;
}
</style>
border-color css
<style>
span { border-color: #2A0056; }
span { border-color: rgb(42,0,86); }
td.TdClassName
{
border-color: #2A0056;
}
.TagClassName
{
border-color: #2A0056;
}
</style>