Shades of Blackcurrant #2B1545
Tints of Blackcurrant #2B1545
RGB
CMYK
RGB Variations
Color information
#2B1545 (or 0x2B1545) is known color: Blackcurrant. HEX triplet: 2B, 15 and 45. RGB value is (43,21,69). Sum of RGB (Red+Green+Blue) = 43+21+69=133 (17% of max value = 765). Red value is 43 (17.19% from 255 or 32.33% from 133); Green value is 21 (8.59% from 255 or 15.79% from 133); Blue value is 69 (27.34% from 255 or 51.88% from 133); Max value from RGB is 69 - color contains mainly: blue. Hex color #2B1545 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B1545 is #D4EABA. Grayscale: #202020. Windows color (decimal): -13953723 or 4527403. OLE color: 4527403.
HSL color Cylindrical-coordinate representation of color #2B1545: hue angle of 267.5º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B1545 is Cyan = 0.38, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 43 | 21 | 69 | - |
| CMYK | 0.38 | 0.70 | 0 | 0.73 |
| HSL | 267.5º | 0.53% | 0.18% | - |
| HSV(B) | 267.5º | 0.7% | 0.27% | - |
| XYZ | 2.34 | 1.48 | 5.79 | - |
| YUV | 33.05 | 148.29 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 21 | 69 | 0.38 | 0.70 | 0 | 0.73 | 267.5 | 0.53 | 0.18 |
| Hex | 2B | 15 | 45 | 26 | 46 | 0 | 49 | 10C | 35 | 12 |
| Octal | 53 | 25 | 105 | 46 | 106 | 0 | 111 | 414 | 65 | 22 |
| Binary | 101011 | 10101 | 1000101 | 100110 | 1000110 | 0 | 1001001 | 100001100 | 110101 | 10010 |
Color Harmonies of #2B1545
Complementary color
Monochromatic Colors of #2B1545
Black with #2B1545
Text Example
Text Example
White with #2B1545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1545; }
p { color: rgb(43,21,69); }
H1.HeaderClassName
{
color: #2B1545;
}
.AnyTagClassName
{
color: #2B1545;
}
</style>
background-color css
<style>
a { background-color: #2B1545; }
a { background-color: rgb(43,21,69); }
div.DivClassName
{
background-color: #2B1545;
}
.BgClassName
{
background-color: #2B1545;
}
</style>
border-color css
<style>
span { border-color: #2B1545; }
span { border-color: rgb(43,21,69); }
td.TdClassName
{
border-color: #2B1545;
}
.TagClassName
{
border-color: #2B1545;
}
</style>