Shades of Blackcurrant #2B0751
Tints of Blackcurrant #2B0751
RGB
CMYK
RGB Variations
Color information
#2B0751 (or 0x2B0751) is known color: Blackcurrant. HEX triplet: 2B, 07 and 51. RGB value is (43,7,81). Sum of RGB (Red+Green+Blue) = 43+7+81=131 (17% of max value = 765). Red value is 43 (17.19% from 255 or 32.82% from 131); Green value is 7 (3.12% from 255 or 5.34% from 131); Blue value is 81 (32.03% from 255 or 61.83% from 131); Max value from RGB is 81 - color contains mainly: blue. Hex color #2B0751 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B0751 is #D4F8AE. Grayscale: #191919. Windows color (decimal): -13957295 or 5310251. OLE color: 5310251.
HSL color Cylindrical-coordinate representation of color #2B0751: hue angle of 269.19º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2B0751 is Cyan = 0.47, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 43 | 7 | 81 | - |
| CMYK | 0.47 | 0.91 | 0 | 0.68 |
| HSL | 269.19º | 0.84% | 0.17% | - |
| HSV(B) | 269.19º | 0.91% | 0.32% | - |
| XYZ | 2.56 | 1.26 | 7.89 | - |
| YUV | 26.2 | 158.93 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 7 | 81 | 0.47 | 0.91 | 0 | 0.68 | 269.19 | 0.84 | 0.17 |
| Hex | 2B | 7 | 51 | 2F | 5B | 0 | 44 | 10D | 54 | 11 |
| Octal | 53 | 7 | 121 | 57 | 133 | 0 | 104 | 415 | 124 | 21 |
| Binary | 101011 | 111 | 1010001 | 101111 | 1011011 | 0 | 1000100 | 100001101 | 1010100 | 10001 |
Color Harmonies of #2B0751
Complementary color
Monochromatic Colors of #2B0751
Black with #2B0751
Text Example
Text Example
White with #2B0751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0751; }
p { color: rgb(43,7,81); }
H1.HeaderClassName
{
color: #2B0751;
}
.AnyTagClassName
{
color: #2B0751;
}
</style>
background-color css
<style>
a { background-color: #2B0751; }
a { background-color: rgb(43,7,81); }
div.DivClassName
{
background-color: #2B0751;
}
.BgClassName
{
background-color: #2B0751;
}
</style>
border-color css
<style>
span { border-color: #2B0751; }
span { border-color: rgb(43,7,81); }
td.TdClassName
{
border-color: #2B0751;
}
.TagClassName
{
border-color: #2B0751;
}
</style>