Shades of Blackcurrant #2B0F49
Tints of Blackcurrant #2B0F49
RGB
CMYK
RGB Variations
Color information
#2B0F49 (or 0x2B0F49) is known color: Blackcurrant. HEX triplet: 2B, 0F and 49. RGB value is (43,15,73). Sum of RGB (Red+Green+Blue) = 43+15+73=131 (17% of max value = 765). Red value is 43 (17.19% from 255 or 32.82% from 131); Green value is 15 (6.25% from 255 or 11.45% from 131); Blue value is 73 (28.91% from 255 or 55.73% from 131); Max value from RGB is 73 - color contains mainly: blue. Hex color #2B0F49 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B0F49 is #D4F0B6. Grayscale: #1D1D1D. Windows color (decimal): -13955255 or 4788011. OLE color: 4788011.
HSL color Cylindrical-coordinate representation of color #2B0F49: hue angle of 268.97º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B0F49 is Cyan = 0.41, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 43 | 15 | 73 | - |
| CMYK | 0.41 | 0.79 | 0 | 0.71 |
| HSL | 268.97º | 0.66% | 0.17% | - |
| HSV(B) | 268.97º | 0.79% | 0.29% | - |
| XYZ | 2.37 | 1.34 | 6.44 | - |
| YUV | 29.98 | 152.28 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 15 | 73 | 0.41 | 0.79 | 0 | 0.71 | 268.97 | 0.66 | 0.17 |
| Hex | 2B | F | 49 | 29 | 4F | 0 | 47 | 10D | 42 | 11 |
| Octal | 53 | 17 | 111 | 51 | 117 | 0 | 107 | 415 | 102 | 21 |
| Binary | 101011 | 1111 | 1001001 | 101001 | 1001111 | 0 | 1000111 | 100001101 | 1000010 | 10001 |
Color Harmonies of #2B0F49
Complementary color
Monochromatic Colors of #2B0F49
Black with #2B0F49
Text Example
Text Example
White with #2B0F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0F49; }
p { color: rgb(43,15,73); }
H1.HeaderClassName
{
color: #2B0F49;
}
.AnyTagClassName
{
color: #2B0F49;
}
</style>
background-color css
<style>
a { background-color: #2B0F49; }
a { background-color: rgb(43,15,73); }
div.DivClassName
{
background-color: #2B0F49;
}
.BgClassName
{
background-color: #2B0F49;
}
</style>
border-color css
<style>
span { border-color: #2B0F49; }
span { border-color: rgb(43,15,73); }
td.TdClassName
{
border-color: #2B0F49;
}
.TagClassName
{
border-color: #2B0F49;
}
</style>