Shades of Blackcurrant #2B0146
Tints of Blackcurrant #2B0146
RGB
CMYK
RGB Variations
Color information
#2B0146 (or 0x2B0146) is known color: Blackcurrant. HEX triplet: 2B, 01 and 46. RGB value is (43,1,70). Sum of RGB (Red+Green+Blue) = 43+1+70=114 (15% of max value = 765). Red value is 43 (17.19% from 255 or 37.72% from 114); Green value is 1 (0.78% from 255 or 0.88% from 114); Blue value is 70 (27.73% from 255 or 61.40% from 114); Max value from RGB is 70 - color contains mainly: blue. Hex color #2B0146 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B0146 is #D4FEB9. Grayscale: #151515. Windows color (decimal): -13958842 or 4587819. OLE color: 4587819.
HSL color Cylindrical-coordinate representation of color #2B0146: hue angle of 276.52º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2B0146 is Cyan = 0.39, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 43 | 1 | 70 | - |
| CMYK | 0.39 | 0.99 | 0 | 0.73 |
| HSL | 276.52º | 0.97% | 0.14% | - |
| HSV(B) | 276.52º | 0.99% | 0.27% | - |
| XYZ | 2.11 | 0.98 | 5.87 | - |
| YUV | 21.42 | 155.41 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 1 | 70 | 0.39 | 0.99 | 0 | 0.73 | 276.52 | 0.97 | 0.14 |
| Hex | 2B | 1 | 46 | 27 | 63 | 0 | 49 | 115 | 61 | E |
| Octal | 53 | 1 | 106 | 47 | 143 | 0 | 111 | 425 | 141 | 16 |
| Binary | 101011 | 1 | 1000110 | 100111 | 1100011 | 0 | 1001001 | 100010101 | 1100001 | 1110 |
Color Harmonies of #2B0146
Complementary color
Monochromatic Colors of #2B0146
Black with #2B0146
Text Example
Text Example
White with #2B0146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0146; }
p { color: rgb(43,1,70); }
H1.HeaderClassName
{
color: #2B0146;
}
.AnyTagClassName
{
color: #2B0146;
}
</style>
background-color css
<style>
a { background-color: #2B0146; }
a { background-color: rgb(43,1,70); }
div.DivClassName
{
background-color: #2B0146;
}
.BgClassName
{
background-color: #2B0146;
}
</style>
border-color css
<style>
span { border-color: #2B0146; }
span { border-color: rgb(43,1,70); }
td.TdClassName
{
border-color: #2B0146;
}
.TagClassName
{
border-color: #2B0146;
}
</style>