Shades of Blackcurrant #2A0050
Tints of Blackcurrant #2A0050
RGB
CMYK
RGB Variations
Color information
#2A0050 (or 0x2A0050) is known color: Blackcurrant. HEX triplet: 2A, 00 and 50. RGB value is (42,0,80). Sum of RGB (Red+Green+Blue) = 42+0+80=122 (16% of max value = 765). Red value is 42 (16.80% from 255 or 34.43% from 122); Green value is 0 (0.39% from 255 or 0% from 122); Blue value is 80 (31.64% from 255 or 65.57% from 122); Max value from RGB is 80 - color contains mainly: blue. Hex color #2A0050 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A0050 is #D5FFAF. Grayscale: #151515. Windows color (decimal): -14024624 or 5242922. OLE color: 5242922.
HSL color Cylindrical-coordinate representation of color #2A0050: hue angle of 271.5º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2A0050 is Cyan = 0.48, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 42 | 0 | 80 | - |
| CMYK | 0.48 | 1 | 0 | 0.69 |
| HSL | 271.5º | 1% | 0.16% | - |
| HSV(B) | 271.5º | 1% | 0.31% | - |
| XYZ | 2.4 | 1.07 | 7.67 | - |
| YUV | 21.68 | 160.91 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 0 | 80 | 0.48 | 1 | 0 | 0.69 | 271.5 | 1 | 0.16 |
| Hex | 2A | 0 | 50 | 30 | 64 | 0 | 45 | 110 | 64 | 10 |
| Octal | 52 | 0 | 120 | 60 | 144 | 0 | 105 | 420 | 144 | 20 |
| Binary | 101010 | 0 | 1010000 | 110000 | 1100100 | 0 | 1000101 | 100010000 | 1100100 | 10000 |
Color Harmonies of #2A0050
Complementary color
Monochromatic Colors of #2A0050
Black with #2A0050
Text Example
Text Example
White with #2A0050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0050; }
p { color: rgb(42,0,80); }
H1.HeaderClassName
{
color: #2A0050;
}
.AnyTagClassName
{
color: #2A0050;
}
</style>
background-color css
<style>
a { background-color: #2A0050; }
a { background-color: rgb(42,0,80); }
div.DivClassName
{
background-color: #2A0050;
}
.BgClassName
{
background-color: #2A0050;
}
</style>
border-color css
<style>
span { border-color: #2A0050; }
span { border-color: rgb(42,0,80); }
td.TdClassName
{
border-color: #2A0050;
}
.TagClassName
{
border-color: #2A0050;
}
</style>