Shades of Blackcurrant #2B0551
Tints of Blackcurrant #2B0551
RGB
CMYK
RGB Variations
Color information
#2B0551 (or 0x2B0551) is known color: Blackcurrant. HEX triplet: 2B, 05 and 51. RGB value is (43,5,81). Sum of RGB (Red+Green+Blue) = 43+5+81=129 (17% of max value = 765). Red value is 43 (17.19% from 255 or 33.33% from 129); Green value is 5 (2.34% from 255 or 3.88% from 129); Blue value is 81 (32.03% from 255 or 62.79% from 129); Max value from RGB is 81 - color contains mainly: blue. Hex color #2B0551 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B0551 is #D4FAAE. Grayscale: #181818. Windows color (decimal): -13957807 or 5309739. OLE color: 5309739.
HSL color Cylindrical-coordinate representation of color #2B0551: hue angle of 270º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2B0551 is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 43 | 5 | 81 | - |
| CMYK | 0.47 | 0.94 | 0 | 0.68 |
| HSL | 270º | 0.88% | 0.17% | - |
| HSV(B) | 270º | 0.94% | 0.32% | - |
| XYZ | 2.54 | 1.22 | 7.89 | - |
| YUV | 25.03 | 159.59 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 5 | 81 | 0.47 | 0.94 | 0 | 0.68 | 270 | 0.88 | 0.17 |
| Hex | 2B | 5 | 51 | 2F | 5E | 0 | 44 | 10E | 58 | 11 |
| Octal | 53 | 5 | 121 | 57 | 136 | 0 | 104 | 416 | 130 | 21 |
| Binary | 101011 | 101 | 1010001 | 101111 | 1011110 | 0 | 1000100 | 100001110 | 1011000 | 10001 |
Color Harmonies of #2B0551
Complementary color
Monochromatic Colors of #2B0551
Black with #2B0551
Text Example
Text Example
White with #2B0551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0551; }
p { color: rgb(43,5,81); }
H1.HeaderClassName
{
color: #2B0551;
}
.AnyTagClassName
{
color: #2B0551;
}
</style>
background-color css
<style>
a { background-color: #2B0551; }
a { background-color: rgb(43,5,81); }
div.DivClassName
{
background-color: #2B0551;
}
.BgClassName
{
background-color: #2B0551;
}
</style>
border-color css
<style>
span { border-color: #2B0551; }
span { border-color: rgb(43,5,81); }
td.TdClassName
{
border-color: #2B0551;
}
.TagClassName
{
border-color: #2B0551;
}
</style>