Shades of Blackcurrant #2B1641
Tints of Blackcurrant #2B1641
RGB
CMYK
RGB Variations
Color information
#2B1641 (or 0x2B1641) is known color: Blackcurrant. HEX triplet: 2B, 16 and 41. RGB value is (43,22,65). Sum of RGB (Red+Green+Blue) = 43+22+65=130 (17% of max value = 765). Red value is 43 (17.19% from 255 or 33.08% from 130); Green value is 22 (8.98% from 255 or 16.92% from 130); Blue value is 65 (25.78% from 255 or 50% from 130); Max value from RGB is 65 - color contains mainly: blue. Hex color #2B1641 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B1641 is #D4E9BE. Grayscale: #212121. Windows color (decimal): -13953471 or 4265515. OLE color: 4265515.
HSL color Cylindrical-coordinate representation of color #2B1641: hue angle of 269.3º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2B1641 is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 43 | 22 | 65 | - |
| CMYK | 0.34 | 0.66 | 0 | 0.75 |
| HSL | 269.3º | 0.49% | 0.17% | - |
| HSV(B) | 269.3º | 0.66% | 0.25% | - |
| XYZ | 2.24 | 1.47 | 5.17 | - |
| YUV | 33.18 | 145.96 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 22 | 65 | 0.34 | 0.66 | 0 | 0.75 | 269.3 | 0.49 | 0.17 |
| Hex | 2B | 16 | 41 | 22 | 42 | 0 | 4B | 10D | 31 | 11 |
| Octal | 53 | 26 | 101 | 42 | 102 | 0 | 113 | 415 | 61 | 21 |
| Binary | 101011 | 10110 | 1000001 | 100010 | 1000010 | 0 | 1001011 | 100001101 | 110001 | 10001 |
Color Harmonies of #2B1641
Complementary color
Monochromatic Colors of #2B1641
Black with #2B1641
Text Example
Text Example
White with #2B1641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1641; }
p { color: rgb(43,22,65); }
H1.HeaderClassName
{
color: #2B1641;
}
.AnyTagClassName
{
color: #2B1641;
}
</style>
background-color css
<style>
a { background-color: #2B1641; }
a { background-color: rgb(43,22,65); }
div.DivClassName
{
background-color: #2B1641;
}
.BgClassName
{
background-color: #2B1641;
}
</style>
border-color css
<style>
span { border-color: #2B1641; }
span { border-color: rgb(43,22,65); }
td.TdClassName
{
border-color: #2B1641;
}
.TagClassName
{
border-color: #2B1641;
}
</style>