Shades of Blackcurrant #2A0051
Tints of Blackcurrant #2A0051
RGB
CMYK
RGB Variations
Color information
#2A0051 (or 0x2A0051) is known color: Blackcurrant. HEX triplet: 2A, 00 and 51. RGB value is (42,0,81). Sum of RGB (Red+Green+Blue) = 42+0+81=123 (16% of max value = 765). Red value is 42 (16.80% from 255 or 34.15% from 123); Green value is 0 (0.39% from 255 or 0% from 123); Blue value is 81 (32.03% from 255 or 65.85% from 123); Max value from RGB is 81 - color contains mainly: blue. Hex color #2A0051 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A0051 is #D5FFAE. Grayscale: #151515. Windows color (decimal): -14024623 or 5308458. OLE color: 5308458.
HSL color Cylindrical-coordinate representation of color #2A0051: hue angle of 271.11º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2A0051 is Cyan = 0.48, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 42 | 0 | 81 | - |
| CMYK | 0.48 | 1 | 0 | 0.68 |
| HSL | 271.11º | 1% | 0.16% | - |
| HSV(B) | 271.11º | 1% | 0.32% | - |
| XYZ | 2.44 | 1.09 | 7.87 | - |
| YUV | 21.79 | 161.41 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 0 | 81 | 0.48 | 1 | 0 | 0.68 | 271.11 | 1 | 0.16 |
| Hex | 2A | 0 | 51 | 30 | 64 | 0 | 44 | 10F | 64 | 10 |
| Octal | 52 | 0 | 121 | 60 | 144 | 0 | 104 | 417 | 144 | 20 |
| Binary | 101010 | 0 | 1010001 | 110000 | 1100100 | 0 | 1000100 | 100001111 | 1100100 | 10000 |
Color Harmonies of #2A0051
Complementary color
Monochromatic Colors of #2A0051
Black with #2A0051
Text Example
Text Example
White with #2A0051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0051; }
p { color: rgb(42,0,81); }
H1.HeaderClassName
{
color: #2A0051;
}
.AnyTagClassName
{
color: #2A0051;
}
</style>
background-color css
<style>
a { background-color: #2A0051; }
a { background-color: rgb(42,0,81); }
div.DivClassName
{
background-color: #2A0051;
}
.BgClassName
{
background-color: #2A0051;
}
</style>
border-color css
<style>
span { border-color: #2A0051; }
span { border-color: rgb(42,0,81); }
td.TdClassName
{
border-color: #2A0051;
}
.TagClassName
{
border-color: #2A0051;
}
</style>