Shades of Blackcurrant #2B193A
Tints of Blackcurrant #2B193A
RGB
CMYK
RGB Variations
Color information
#2B193A (or 0x2B193A) is known color: Blackcurrant. HEX triplet: 2B, 19 and 3A. RGB value is (43,25,58). Sum of RGB (Red+Green+Blue) = 43+25+58=126 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.13% from 126); Green value is 25 (10.16% from 255 or 19.84% from 126); Blue value is 58 (23.05% from 255 or 46.03% from 126); Max value from RGB is 58 - color contains mainly: blue. Hex color #2B193A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B193A is #D4E6C5. Grayscale: #222222. Windows color (decimal): -13952710 or 3807531. OLE color: 3807531.
HSL color Cylindrical-coordinate representation of color #2B193A: hue angle of 272.73º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2B193A is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 43 | 25 | 58 | - |
| CMYK | 0.26 | 0.57 | 0 | 0.77 |
| HSL | 272.73º | 0.4% | 0.16% | - |
| HSV(B) | 272.73º | 0.57% | 0.23% | - |
| XYZ | 2.11 | 1.51 | 4.18 | - |
| YUV | 34.14 | 141.46 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 25 | 58 | 0.26 | 0.57 | 0 | 0.77 | 272.73 | 0.4 | 0.16 |
| Hex | 2B | 19 | 3A | 1A | 39 | 0 | 4D | 111 | 28 | 10 |
| Octal | 53 | 31 | 72 | 32 | 71 | 0 | 115 | 421 | 50 | 20 |
| Binary | 101011 | 11001 | 111010 | 11010 | 111001 | 0 | 1001101 | 100010001 | 101000 | 10000 |
Color Harmonies of #2B193A
Complementary color
Monochromatic Colors of #2B193A
Black with #2B193A
Text Example
Text Example
White with #2B193A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B193A; }
p { color: rgb(43,25,58); }
H1.HeaderClassName
{
color: #2B193A;
}
.AnyTagClassName
{
color: #2B193A;
}
</style>
background-color css
<style>
a { background-color: #2B193A; }
a { background-color: rgb(43,25,58); }
div.DivClassName
{
background-color: #2B193A;
}
.BgClassName
{
background-color: #2B193A;
}
</style>
border-color css
<style>
span { border-color: #2B193A; }
span { border-color: rgb(43,25,58); }
td.TdClassName
{
border-color: #2B193A;
}
.TagClassName
{
border-color: #2B193A;
}
</style>