Shades of Blackcurrant #2B0138
Tints of Blackcurrant #2B0138
RGB
CMYK
RGB Variations
Color information
#2B0138 (or 0x2B0138) is known color: Blackcurrant. HEX triplet: 2B, 01 and 38. RGB value is (43,1,56). Sum of RGB (Red+Green+Blue) = 43+1+56=100 (13% of max value = 765). Red value is 43 (17.19% from 255 or 43% from 100); Green value is 1 (0.78% from 255 or 1% from 100); Blue value is 56 (22.27% from 255 or 56% from 100); Max value from RGB is 56 - color contains mainly: blue. Hex color #2B0138 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B0138 is #D4FEC7. Grayscale: #131313. Windows color (decimal): -13958856 or 3670315. OLE color: 3670315.
HSL color Cylindrical-coordinate representation of color #2B0138: hue angle of 285.82º degrees, saturation: 0.96, 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 #2B0138 is Cyan = 0.23, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 43 | 1 | 56 | - |
| CMYK | 0.23 | 0.98 | 0 | 0.78 |
| HSL | 285.82º | 0.96% | 0.11% | - |
| HSV(B) | 285.82º | 0.98% | 0.22% | - |
| XYZ | 1.72 | 0.82 | 3.81 | - |
| YUV | 19.83 | 148.41 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 1 | 56 | 0.23 | 0.98 | 0 | 0.78 | 285.82 | 0.96 | 0.11 |
| Hex | 2B | 1 | 38 | 17 | 62 | 0 | 4E | 11E | 60 | B |
| Octal | 53 | 1 | 70 | 27 | 142 | 0 | 116 | 436 | 140 | 13 |
| Binary | 101011 | 1 | 111000 | 10111 | 1100010 | 0 | 1001110 | 100011110 | 1100000 | 1011 |
Color Harmonies of #2B0138
Complementary color
Monochromatic Colors of #2B0138
Black with #2B0138
Text Example
Text Example
White with #2B0138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0138; }
p { color: rgb(43,1,56); }
H1.HeaderClassName
{
color: #2B0138;
}
.AnyTagClassName
{
color: #2B0138;
}
</style>
background-color css
<style>
a { background-color: #2B0138; }
a { background-color: rgb(43,1,56); }
div.DivClassName
{
background-color: #2B0138;
}
.BgClassName
{
background-color: #2B0138;
}
</style>
border-color css
<style>
span { border-color: #2B0138; }
span { border-color: rgb(43,1,56); }
td.TdClassName
{
border-color: #2B0138;
}
.TagClassName
{
border-color: #2B0138;
}
</style>