Shades of Blackcurrant #2B1138
Tints of Blackcurrant #2B1138
RGB
CMYK
RGB Variations
Color information
#2B1138 (or 0x2B1138) is known color: Blackcurrant. HEX triplet: 2B, 11 and 38. RGB value is (43,17,56). Sum of RGB (Red+Green+Blue) = 43+17+56=116 (15% of max value = 765). Red value is 43 (17.19% from 255 or 37.07% from 116); Green value is 17 (7.03% from 255 or 14.66% from 116); Blue value is 56 (22.27% from 255 or 48.28% from 116); Max value from RGB is 56 - color contains mainly: blue. Hex color #2B1138 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B1138 is #D4EEC7. Grayscale: #1D1D1D. Windows color (decimal): -13954760 or 3674411. OLE color: 3674411.
HSL color Cylindrical-coordinate representation of color #2B1138: hue angle of 280º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B1138 is Cyan = 0.23, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 43 | 17 | 56 | - |
| CMYK | 0.23 | 0.70 | 0 | 0.78 |
| HSL | 280º | 0.53% | 0.14% | - |
| HSV(B) | 280º | 0.7% | 0.22% | - |
| XYZ | 1.91 | 1.2 | 3.87 | - |
| YUV | 29.22 | 143.11 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 17 | 56 | 0.23 | 0.70 | 0 | 0.78 | 280 | 0.53 | 0.14 |
| Hex | 2B | 11 | 38 | 17 | 46 | 0 | 4E | 118 | 35 | E |
| Octal | 53 | 21 | 70 | 27 | 106 | 0 | 116 | 430 | 65 | 16 |
| Binary | 101011 | 10001 | 111000 | 10111 | 1000110 | 0 | 1001110 | 100011000 | 110101 | 1110 |
Color Harmonies of #2B1138
Complementary color
Monochromatic Colors of #2B1138
Black with #2B1138
Text Example
Text Example
White with #2B1138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1138; }
p { color: rgb(43,17,56); }
H1.HeaderClassName
{
color: #2B1138;
}
.AnyTagClassName
{
color: #2B1138;
}
</style>
background-color css
<style>
a { background-color: #2B1138; }
a { background-color: rgb(43,17,56); }
div.DivClassName
{
background-color: #2B1138;
}
.BgClassName
{
background-color: #2B1138;
}
</style>
border-color css
<style>
span { border-color: #2B1138; }
span { border-color: rgb(43,17,56); }
td.TdClassName
{
border-color: #2B1138;
}
.TagClassName
{
border-color: #2B1138;
}
</style>