Shades of Blackcurrant #2B1643
Tints of Blackcurrant #2B1643
RGB
CMYK
RGB Variations
Color information
#2B1643 (or 0x2B1643) is known color: Blackcurrant. HEX triplet: 2B, 16 and 43. RGB value is (43,22,67). Sum of RGB (Red+Green+Blue) = 43+22+67=132 (17% of max value = 765). Red value is 43 (17.19% from 255 or 32.58% from 132); Green value is 22 (8.98% from 255 or 16.67% from 132); Blue value is 67 (26.56% from 255 or 50.76% from 132); Max value from RGB is 67 - color contains mainly: blue. Hex color #2B1643 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B1643 is #D4E9BC. Grayscale: #212121. Windows color (decimal): -13953469 or 4396587. OLE color: 4396587.
HSL color Cylindrical-coordinate representation of color #2B1643: hue angle of 268º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2B1643 is Cyan = 0.36, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 43 | 22 | 67 | - |
| CMYK | 0.36 | 0.67 | 0 | 0.74 |
| HSL | 268º | 0.51% | 0.17% | - |
| HSV(B) | 268º | 0.67% | 0.26% | - |
| XYZ | 2.3 | 1.49 | 5.48 | - |
| YUV | 33.41 | 146.96 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 22 | 67 | 0.36 | 0.67 | 0 | 0.74 | 268 | 0.51 | 0.17 |
| Hex | 2B | 16 | 43 | 24 | 43 | 0 | 4A | 10C | 33 | 11 |
| Octal | 53 | 26 | 103 | 44 | 103 | 0 | 112 | 414 | 63 | 21 |
| Binary | 101011 | 10110 | 1000011 | 100100 | 1000011 | 0 | 1001010 | 100001100 | 110011 | 10001 |
Color Harmonies of #2B1643
Complementary color
Monochromatic Colors of #2B1643
Black with #2B1643
Text Example
Text Example
White with #2B1643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1643; }
p { color: rgb(43,22,67); }
H1.HeaderClassName
{
color: #2B1643;
}
.AnyTagClassName
{
color: #2B1643;
}
</style>
background-color css
<style>
a { background-color: #2B1643; }
a { background-color: rgb(43,22,67); }
div.DivClassName
{
background-color: #2B1643;
}
.BgClassName
{
background-color: #2B1643;
}
</style>
border-color css
<style>
span { border-color: #2B1643; }
span { border-color: rgb(43,22,67); }
td.TdClassName
{
border-color: #2B1643;
}
.TagClassName
{
border-color: #2B1643;
}
</style>