Shades of Blackcurrant #2B1A3A
Tints of Blackcurrant #2B1A3A
RGB
CMYK
RGB Variations
Color information
#2B1A3A (or 0x2B1A3A) is known color: Blackcurrant. HEX triplet: 2B, 1A and 3A. RGB value is (43,26,58). Sum of RGB (Red+Green+Blue) = 43+26+58=127 (16% of max value = 765). Red value is 43 (17.19% from 255 or 33.86% from 127); Green value is 26 (10.55% from 255 or 20.47% from 127); Blue value is 58 (23.05% from 255 or 45.67% from 127); Max value from RGB is 58 - color contains mainly: blue. Hex color #2B1A3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B1A3A is #D4E5C5. Grayscale: #222222. Windows color (decimal): -13952454 or 3807787. OLE color: 3807787.
HSL color Cylindrical-coordinate representation of color #2B1A3A: hue angle of 271.88º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2B1A3A is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 43 | 26 | 58 | - |
| CMYK | 0.26 | 0.55 | 0 | 0.77 |
| HSL | 271.88º | 0.38% | 0.16% | - |
| HSV(B) | 271.88º | 0.55% | 0.23% | - |
| XYZ | 2.13 | 1.56 | 4.19 | - |
| YUV | 34.73 | 141.13 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 26 | 58 | 0.26 | 0.55 | 0 | 0.77 | 271.88 | 0.38 | 0.16 |
| Hex | 2B | 1A | 3A | 1A | 37 | 0 | 4D | 110 | 26 | 10 |
| Octal | 53 | 32 | 72 | 32 | 67 | 0 | 115 | 420 | 46 | 20 |
| Binary | 101011 | 11010 | 111010 | 11010 | 110111 | 0 | 1001101 | 100010000 | 100110 | 10000 |
Color Harmonies of #2B1A3A
Complementary color
Monochromatic Colors of #2B1A3A
Black with #2B1A3A
Text Example
Text Example
White with #2B1A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1A3A; }
p { color: rgb(43,26,58); }
H1.HeaderClassName
{
color: #2B1A3A;
}
.AnyTagClassName
{
color: #2B1A3A;
}
</style>
background-color css
<style>
a { background-color: #2B1A3A; }
a { background-color: rgb(43,26,58); }
div.DivClassName
{
background-color: #2B1A3A;
}
.BgClassName
{
background-color: #2B1A3A;
}
</style>
border-color css
<style>
span { border-color: #2B1A3A; }
span { border-color: rgb(43,26,58); }
td.TdClassName
{
border-color: #2B1A3A;
}
.TagClassName
{
border-color: #2B1A3A;
}
</style>