Shades of Blackcurrant #2B014D
Tints of Blackcurrant #2B014D
RGB
CMYK
RGB Variations
Color information
#2B014D (or 0x2B014D) is known color: Blackcurrant. HEX triplet: 2B, 01 and 4D. RGB value is (43,1,77). Sum of RGB (Red+Green+Blue) = 43+1+77=121 (16% of max value = 765). Red value is 43 (17.19% from 255 or 35.54% from 121); Green value is 1 (0.78% from 255 or 0.83% from 121); Blue value is 77 (30.47% from 255 or 63.64% from 121); Max value from RGB is 77 - color contains mainly: blue. Hex color #2B014D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B014D is #D4FEB2. Grayscale: #151515. Windows color (decimal): -13958835 or 5046571. OLE color: 5046571.
HSL color Cylindrical-coordinate representation of color #2B014D: hue angle of 273.16º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2B014D is Cyan = 0.44, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 43 | 1 | 77 | - |
| CMYK | 0.44 | 0.99 | 0 | 0.70 |
| HSL | 273.16º | 0.97% | 0.15% | - |
| HSV(B) | 273.16º | 0.99% | 0.3% | - |
| XYZ | 2.35 | 1.07 | 7.1 | - |
| YUV | 22.22 | 158.91 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 1 | 77 | 0.44 | 0.99 | 0 | 0.70 | 273.16 | 0.97 | 0.15 |
| Hex | 2B | 1 | 4D | 2C | 63 | 0 | 46 | 111 | 61 | F |
| Octal | 53 | 1 | 115 | 54 | 143 | 0 | 106 | 421 | 141 | 17 |
| Binary | 101011 | 1 | 1001101 | 101100 | 1100011 | 0 | 1000110 | 100010001 | 1100001 | 1111 |
Color Harmonies of #2B014D
Complementary color
Monochromatic Colors of #2B014D
Black with #2B014D
Text Example
Text Example
White with #2B014D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B014D; }
p { color: rgb(43,1,77); }
H1.HeaderClassName
{
color: #2B014D;
}
.AnyTagClassName
{
color: #2B014D;
}
</style>
background-color css
<style>
a { background-color: #2B014D; }
a { background-color: rgb(43,1,77); }
div.DivClassName
{
background-color: #2B014D;
}
.BgClassName
{
background-color: #2B014D;
}
</style>
border-color css
<style>
span { border-color: #2B014D; }
span { border-color: rgb(43,1,77); }
td.TdClassName
{
border-color: #2B014D;
}
.TagClassName
{
border-color: #2B014D;
}
</style>