Shades of Blackcurrant #2B0249
Tints of Blackcurrant #2B0249
RGB
CMYK
RGB Variations
Color information
#2B0249 (or 0x2B0249) is known color: Blackcurrant. HEX triplet: 2B, 02 and 49. RGB value is (43,2,73). Sum of RGB (Red+Green+Blue) = 43+2+73=118 (15% of max value = 765). Red value is 43 (17.19% from 255 or 36.44% from 118); Green value is 2 (1.17% from 255 or 1.69% from 118); Blue value is 73 (28.91% from 255 or 61.86% from 118); Max value from RGB is 73 - color contains mainly: blue. Hex color #2B0249 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B0249 is #D4FDB6. Grayscale: #161616. Windows color (decimal): -13958583 or 4784683. OLE color: 4784683.
HSL color Cylindrical-coordinate representation of color #2B0249: hue angle of 274.65º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2B0249 is Cyan = 0.41, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 43 | 2 | 73 | - |
| CMYK | 0.41 | 0.97 | 0 | 0.71 |
| HSL | 274.65º | 0.95% | 0.15% | - |
| HSV(B) | 274.65º | 0.97% | 0.29% | - |
| XYZ | 2.22 | 1.04 | 6.39 | - |
| YUV | 22.35 | 156.58 | 142.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 2 | 73 | 0.41 | 0.97 | 0 | 0.71 | 274.65 | 0.95 | 0.15 |
| Hex | 2B | 2 | 49 | 29 | 61 | 0 | 47 | 113 | 5F | F |
| Octal | 53 | 2 | 111 | 51 | 141 | 0 | 107 | 423 | 137 | 17 |
| Binary | 101011 | 10 | 1001001 | 101001 | 1100001 | 0 | 1000111 | 100010011 | 1011111 | 1111 |
Color Harmonies of #2B0249
Complementary color
Monochromatic Colors of #2B0249
Black with #2B0249
Text Example
Text Example
White with #2B0249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0249; }
p { color: rgb(43,2,73); }
H1.HeaderClassName
{
color: #2B0249;
}
.AnyTagClassName
{
color: #2B0249;
}
</style>
background-color css
<style>
a { background-color: #2B0249; }
a { background-color: rgb(43,2,73); }
div.DivClassName
{
background-color: #2B0249;
}
.BgClassName
{
background-color: #2B0249;
}
</style>
border-color css
<style>
span { border-color: #2B0249; }
span { border-color: rgb(43,2,73); }
td.TdClassName
{
border-color: #2B0249;
}
.TagClassName
{
border-color: #2B0249;
}
</style>