Shades of Blackcurrant #2B0049
Tints of Blackcurrant #2B0049
RGB
CMYK
RGB Variations
Color information
#2B0049 (or 0x2B0049) is known color: Blackcurrant. HEX triplet: 2B, 00 and 49. RGB value is (43,0,73). Sum of RGB (Red+Green+Blue) = 43+0+73=116 (15% of max value = 765). Red value is 43 (17.19% from 255 or 37.07% from 116); Green value is 0 (0.39% from 255 or 0% from 116); Blue value is 73 (28.91% from 255 or 62.93% from 116); Max value from RGB is 73 - color contains mainly: blue. Hex color #2B0049 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B0049 is #D4FFB6. Grayscale: #141414. Windows color (decimal): -13959095 or 4784171. OLE color: 4784171.
HSL color Cylindrical-coordinate representation of color #2B0049: hue angle of 275.34º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2B0049 is Cyan = 0.41, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 43 | 0 | 73 | - |
| CMYK | 0.41 | 1 | 0 | 0.71 |
| HSL | 275.34º | 1% | 0.14% | - |
| HSV(B) | 275.34º | 1% | 0.29% | - |
| XYZ | 2.2 | 0.99 | 6.38 | - |
| YUV | 21.18 | 157.25 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 0 | 73 | 0.41 | 1 | 0 | 0.71 | 275.34 | 1 | 0.14 |
| Hex | 2B | 0 | 49 | 29 | 64 | 0 | 47 | 113 | 64 | E |
| Octal | 53 | 0 | 111 | 51 | 144 | 0 | 107 | 423 | 144 | 16 |
| Binary | 101011 | 0 | 1001001 | 101001 | 1100100 | 0 | 1000111 | 100010011 | 1100100 | 1110 |
Color Harmonies of #2B0049
Complementary color
Monochromatic Colors of #2B0049
Black with #2B0049
Text Example
Text Example
White with #2B0049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0049; }
p { color: rgb(43,0,73); }
H1.HeaderClassName
{
color: #2B0049;
}
.AnyTagClassName
{
color: #2B0049;
}
</style>
background-color css
<style>
a { background-color: #2B0049; }
a { background-color: rgb(43,0,73); }
div.DivClassName
{
background-color: #2B0049;
}
.BgClassName
{
background-color: #2B0049;
}
</style>
border-color css
<style>
span { border-color: #2B0049; }
span { border-color: rgb(43,0,73); }
td.TdClassName
{
border-color: #2B0049;
}
.TagClassName
{
border-color: #2B0049;
}
</style>