Shades of Blackcurrant #2B0851
Tints of Blackcurrant #2B0851
RGB
CMYK
RGB Variations
Color information
#2B0851 (or 0x2B0851) is known color: Blackcurrant. HEX triplet: 2B, 08 and 51. RGB value is (43,8,81). Sum of RGB (Red+Green+Blue) = 43+8+81=132 (17% of max value = 765). Red value is 43 (17.19% from 255 or 32.58% from 132); Green value is 8 (3.52% from 255 or 6.06% from 132); Blue value is 81 (32.03% from 255 or 61.36% from 132); Max value from RGB is 81 - color contains mainly: blue. Hex color #2B0851 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B0851 is #D4F7AE. Grayscale: #1A1A1A. Windows color (decimal): -13957039 or 5310507. OLE color: 5310507.
HSL color Cylindrical-coordinate representation of color #2B0851: hue angle of 268.77º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2B0851 is Cyan = 0.47, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 43 | 8 | 81 | - |
| CMYK | 0.47 | 0.90 | 0 | 0.68 |
| HSL | 268.77º | 0.82% | 0.17% | - |
| HSV(B) | 268.77º | 0.9% | 0.32% | - |
| XYZ | 2.57 | 1.28 | 7.9 | - |
| YUV | 26.79 | 158.6 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 8 | 81 | 0.47 | 0.90 | 0 | 0.68 | 268.77 | 0.82 | 0.17 |
| Hex | 2B | 8 | 51 | 2F | 5A | 0 | 44 | 10D | 52 | 11 |
| Octal | 53 | 10 | 121 | 57 | 132 | 0 | 104 | 415 | 122 | 21 |
| Binary | 101011 | 1000 | 1010001 | 101111 | 1011010 | 0 | 1000100 | 100001101 | 1010010 | 10001 |
Color Harmonies of #2B0851
Complementary color
Monochromatic Colors of #2B0851
Black with #2B0851
Text Example
Text Example
White with #2B0851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0851; }
p { color: rgb(43,8,81); }
H1.HeaderClassName
{
color: #2B0851;
}
.AnyTagClassName
{
color: #2B0851;
}
</style>
background-color css
<style>
a { background-color: #2B0851; }
a { background-color: rgb(43,8,81); }
div.DivClassName
{
background-color: #2B0851;
}
.BgClassName
{
background-color: #2B0851;
}
</style>
border-color css
<style>
span { border-color: #2B0851; }
span { border-color: rgb(43,8,81); }
td.TdClassName
{
border-color: #2B0851;
}
.TagClassName
{
border-color: #2B0851;
}
</style>