Shades of Blackcurrant #2B0139
Tints of Blackcurrant #2B0139
RGB
CMYK
RGB Variations
Color information
#2B0139 (or 0x2B0139) is known color: Blackcurrant. HEX triplet: 2B, 01 and 39. RGB value is (43,1,57). Sum of RGB (Red+Green+Blue) = 43+1+57=101 (13% of max value = 765). Red value is 43 (17.19% from 255 or 42.57% from 101); Green value is 1 (0.78% from 255 or 0.99% from 101); Blue value is 57 (22.66% from 255 or 56.44% from 101); Max value from RGB is 57 - color contains mainly: blue. Hex color #2B0139 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B0139 is #D4FEC6. Grayscale: #131313. Windows color (decimal): -13958855 or 3735851. OLE color: 3735851.
HSL color Cylindrical-coordinate representation of color #2B0139: hue angle of 285º degrees, saturation: 0.97, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2B0139 is Cyan = 0.25, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 43 | 1 | 57 | - |
| CMYK | 0.25 | 0.98 | 0 | 0.78 |
| HSL | 285º | 0.97% | 0.11% | - |
| HSV(B) | 285º | 0.98% | 0.22% | - |
| XYZ | 1.75 | 0.83 | 3.94 | - |
| YUV | 19.94 | 148.91 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 1 | 57 | 0.25 | 0.98 | 0 | 0.78 | 285 | 0.97 | 0.11 |
| Hex | 2B | 1 | 39 | 19 | 62 | 0 | 4E | 11D | 61 | B |
| Octal | 53 | 1 | 71 | 31 | 142 | 0 | 116 | 435 | 141 | 13 |
| Binary | 101011 | 1 | 111001 | 11001 | 1100010 | 0 | 1001110 | 100011101 | 1100001 | 1011 |
Color Harmonies of #2B0139
Complementary color
Monochromatic Colors of #2B0139
Black with #2B0139
Text Example
Text Example
White with #2B0139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0139; }
p { color: rgb(43,1,57); }
H1.HeaderClassName
{
color: #2B0139;
}
.AnyTagClassName
{
color: #2B0139;
}
</style>
background-color css
<style>
a { background-color: #2B0139; }
a { background-color: rgb(43,1,57); }
div.DivClassName
{
background-color: #2B0139;
}
.BgClassName
{
background-color: #2B0139;
}
</style>
border-color css
<style>
span { border-color: #2B0139; }
span { border-color: rgb(43,1,57); }
td.TdClassName
{
border-color: #2B0139;
}
.TagClassName
{
border-color: #2B0139;
}
</style>