Shades of Blackcurrant #2B084D
Tints of Blackcurrant #2B084D
RGB
CMYK
RGB Variations
Color information
#2B084D (or 0x2B084D) is known color: Blackcurrant. HEX triplet: 2B, 08 and 4D. RGB value is (43,8,77). Sum of RGB (Red+Green+Blue) = 43+8+77=128 (16% of max value = 765). Red value is 43 (17.19% from 255 or 33.59% from 128); Green value is 8 (3.52% from 255 or 6.25% from 128); Blue value is 77 (30.47% from 255 or 60.16% from 128); Max value from RGB is 77 - color contains mainly: blue. Hex color #2B084D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B084D is #D4F7B2. Grayscale: #1A1A1A. Windows color (decimal): -13957043 or 5048363. OLE color: 5048363.
HSL color Cylindrical-coordinate representation of color #2B084D: hue angle of 270.43º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2B084D is Cyan = 0.44, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 43 | 8 | 77 | - |
| CMYK | 0.44 | 0.90 | 0 | 0.70 |
| HSL | 270.43º | 0.81% | 0.17% | - |
| HSV(B) | 270.43º | 0.9% | 0.3% | - |
| XYZ | 2.42 | 1.22 | 7.13 | - |
| YUV | 26.33 | 156.6 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 8 | 77 | 0.44 | 0.90 | 0 | 0.70 | 270.43 | 0.81 | 0.17 |
| Hex | 2B | 8 | 4D | 2C | 5A | 0 | 46 | 10E | 51 | 11 |
| Octal | 53 | 10 | 115 | 54 | 132 | 0 | 106 | 416 | 121 | 21 |
| Binary | 101011 | 1000 | 1001101 | 101100 | 1011010 | 0 | 1000110 | 100001110 | 1010001 | 10001 |
Color Harmonies of #2B084D
Complementary color
Monochromatic Colors of #2B084D
Black with #2B084D
Text Example
Text Example
White with #2B084D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B084D; }
p { color: rgb(43,8,77); }
H1.HeaderClassName
{
color: #2B084D;
}
.AnyTagClassName
{
color: #2B084D;
}
</style>
background-color css
<style>
a { background-color: #2B084D; }
a { background-color: rgb(43,8,77); }
div.DivClassName
{
background-color: #2B084D;
}
.BgClassName
{
background-color: #2B084D;
}
</style>
border-color css
<style>
span { border-color: #2B084D; }
span { border-color: rgb(43,8,77); }
td.TdClassName
{
border-color: #2B084D;
}
.TagClassName
{
border-color: #2B084D;
}
</style>