Shades of Blackcurrant #2B0150
Tints of Blackcurrant #2B0150
RGB
CMYK
RGB Variations
Color information
#2B0150 (or 0x2B0150) is known color: Blackcurrant. HEX triplet: 2B, 01 and 50. RGB value is (43,1,80). Sum of RGB (Red+Green+Blue) = 43+1+80=124 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.68% from 124); Green value is 1 (0.78% from 255 or 0.81% from 124); Blue value is 80 (31.64% from 255 or 64.52% from 124); Max value from RGB is 80 - color contains mainly: blue. Hex color #2B0150 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B0150 is #D4FEAF. Grayscale: #161616. Windows color (decimal): -13958832 or 5243179. OLE color: 5243179.
HSL color Cylindrical-coordinate representation of color #2B0150: hue angle of 271.9º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2B0150 is Cyan = 0.46, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 43 | 1 | 80 | - |
| CMYK | 0.46 | 0.99 | 0 | 0.69 |
| HSL | 271.9º | 0.98% | 0.16% | - |
| HSV(B) | 271.9º | 0.99% | 0.31% | - |
| XYZ | 2.46 | 1.11 | 7.68 | - |
| YUV | 22.56 | 160.41 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 1 | 80 | 0.46 | 0.99 | 0 | 0.69 | 271.9 | 0.98 | 0.16 |
| Hex | 2B | 1 | 50 | 2E | 63 | 0 | 45 | 110 | 62 | 10 |
| Octal | 53 | 1 | 120 | 56 | 143 | 0 | 105 | 420 | 142 | 20 |
| Binary | 101011 | 1 | 1010000 | 101110 | 1100011 | 0 | 1000101 | 100010000 | 1100010 | 10000 |
Color Harmonies of #2B0150
Complementary color
Monochromatic Colors of #2B0150
Black with #2B0150
Text Example
Text Example
White with #2B0150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0150; }
p { color: rgb(43,1,80); }
H1.HeaderClassName
{
color: #2B0150;
}
.AnyTagClassName
{
color: #2B0150;
}
</style>
background-color css
<style>
a { background-color: #2B0150; }
a { background-color: rgb(43,1,80); }
div.DivClassName
{
background-color: #2B0150;
}
.BgClassName
{
background-color: #2B0150;
}
</style>
border-color css
<style>
span { border-color: #2B0150; }
span { border-color: rgb(43,1,80); }
td.TdClassName
{
border-color: #2B0150;
}
.TagClassName
{
border-color: #2B0150;
}
</style>