Shades of Blackcurrant #2B0050
Tints of Blackcurrant #2B0050
RGB
CMYK
RGB Variations
Color information
#2B0050 (or 0x2B0050) is known color: Blackcurrant. HEX triplet: 2B, 00 and 50. RGB value is (43,0,80). Sum of RGB (Red+Green+Blue) = 43+0+80=123 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.96% from 123); Green value is 0 (0.39% from 255 or 0% from 123); Blue value is 80 (31.64% from 255 or 65.04% from 123); Max value from RGB is 80 - color contains mainly: blue. Hex color #2B0050 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B0050 is #D4FFAF. Grayscale: #151515. Windows color (decimal): -13959088 or 5242923. OLE color: 5242923.
HSL color Cylindrical-coordinate representation of color #2B0050: hue angle of 272.25º 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 #2B0050 is Cyan = 0.46, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 43 | 0 | 80 | - |
| CMYK | 0.46 | 1 | 0 | 0.69 |
| HSL | 272.25º | 1% | 0.16% | - |
| HSV(B) | 272.25º | 1% | 0.31% | - |
| XYZ | 2.44 | 1.09 | 7.67 | - |
| YUV | 21.98 | 160.75 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 0 | 80 | 0.46 | 1 | 0 | 0.69 | 272.25 | 1 | 0.16 |
| Hex | 2B | 0 | 50 | 2E | 64 | 0 | 45 | 110 | 64 | 10 |
| Octal | 53 | 0 | 120 | 56 | 144 | 0 | 105 | 420 | 144 | 20 |
| Binary | 101011 | 0 | 1010000 | 101110 | 1100100 | 0 | 1000101 | 100010000 | 1100100 | 10000 |
Color Harmonies of #2B0050
Complementary color
Monochromatic Colors of #2B0050
Black with #2B0050
Text Example
Text Example
White with #2B0050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0050; }
p { color: rgb(43,0,80); }
H1.HeaderClassName
{
color: #2B0050;
}
.AnyTagClassName
{
color: #2B0050;
}
</style>
background-color css
<style>
a { background-color: #2B0050; }
a { background-color: rgb(43,0,80); }
div.DivClassName
{
background-color: #2B0050;
}
.BgClassName
{
background-color: #2B0050;
}
</style>
border-color css
<style>
span { border-color: #2B0050; }
span { border-color: rgb(43,0,80); }
td.TdClassName
{
border-color: #2B0050;
}
.TagClassName
{
border-color: #2B0050;
}
</style>