Shades of Blackcurrant #2B0850
Tints of Blackcurrant #2B0850
RGB
CMYK
RGB Variations
Color information
#2B0850 (or 0x2B0850) is known color: Blackcurrant. HEX triplet: 2B, 08 and 50. RGB value is (43,8,80). Sum of RGB (Red+Green+Blue) = 43+8+80=131 (17% of max value = 765). Red value is 43 (17.19% from 255 or 32.82% from 131); Green value is 8 (3.52% from 255 or 6.11% from 131); Blue value is 80 (31.64% from 255 or 61.07% from 131); Max value from RGB is 80 - color contains mainly: blue. Hex color #2B0850 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B0850 is #D4F7AF. Grayscale: #1A1A1A. Windows color (decimal): -13957040 or 5244971. OLE color: 5244971.
HSL color Cylindrical-coordinate representation of color #2B0850: hue angle of 269.17º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2B0850 is Cyan = 0.46, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 43 | 8 | 80 | - |
| CMYK | 0.46 | 0.90 | 0 | 0.69 |
| HSL | 269.17º | 0.82% | 0.17% | - |
| HSV(B) | 269.17º | 0.9% | 0.31% | - |
| XYZ | 2.53 | 1.27 | 7.7 | - |
| YUV | 26.67 | 158.1 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 8 | 80 | 0.46 | 0.90 | 0 | 0.69 | 269.17 | 0.82 | 0.17 |
| Hex | 2B | 8 | 50 | 2E | 5A | 0 | 45 | 10D | 52 | 11 |
| Octal | 53 | 10 | 120 | 56 | 132 | 0 | 105 | 415 | 122 | 21 |
| Binary | 101011 | 1000 | 1010000 | 101110 | 1011010 | 0 | 1000101 | 100001101 | 1010010 | 10001 |
Color Harmonies of #2B0850
Complementary color
Monochromatic Colors of #2B0850
Black with #2B0850
Text Example
Text Example
White with #2B0850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0850; }
p { color: rgb(43,8,80); }
H1.HeaderClassName
{
color: #2B0850;
}
.AnyTagClassName
{
color: #2B0850;
}
</style>
background-color css
<style>
a { background-color: #2B0850; }
a { background-color: rgb(43,8,80); }
div.DivClassName
{
background-color: #2B0850;
}
.BgClassName
{
background-color: #2B0850;
}
</style>
border-color css
<style>
span { border-color: #2B0850; }
span { border-color: rgb(43,8,80); }
td.TdClassName
{
border-color: #2B0850;
}
.TagClassName
{
border-color: #2B0850;
}
</style>