Shades of Blackcurrant #2B1544
Tints of Blackcurrant #2B1544
RGB
CMYK
RGB Variations
Color information
#2B1544 (or 0x2B1544) is known color: Blackcurrant. HEX triplet: 2B, 15 and 44. RGB value is (43,21,68). Sum of RGB (Red+Green+Blue) = 43+21+68=132 (17% of max value = 765). Red value is 43 (17.19% from 255 or 32.58% from 132); Green value is 21 (8.59% from 255 or 15.91% from 132); Blue value is 68 (26.95% from 255 or 51.52% from 132); Max value from RGB is 68 - color contains mainly: blue. Hex color #2B1544 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B1544 is #D4EABB. Grayscale: #202020. Windows color (decimal): -13953724 or 4461867. OLE color: 4461867.
HSL color Cylindrical-coordinate representation of color #2B1544: hue angle of 268.09º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B1544 is Cyan = 0.37, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 43 | 21 | 68 | - |
| CMYK | 0.37 | 0.69 | 0 | 0.73 |
| HSL | 268.09º | 0.53% | 0.17% | - |
| HSV(B) | 268.09º | 0.69% | 0.27% | - |
| XYZ | 2.31 | 1.47 | 5.63 | - |
| YUV | 32.94 | 147.79 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 21 | 68 | 0.37 | 0.69 | 0 | 0.73 | 268.09 | 0.53 | 0.17 |
| Hex | 2B | 15 | 44 | 25 | 45 | 0 | 49 | 10C | 35 | 11 |
| Octal | 53 | 25 | 104 | 45 | 105 | 0 | 111 | 414 | 65 | 21 |
| Binary | 101011 | 10101 | 1000100 | 100101 | 1000101 | 0 | 1001001 | 100001100 | 110101 | 10001 |
Color Harmonies of #2B1544
Complementary color
Monochromatic Colors of #2B1544
Black with #2B1544
Text Example
Text Example
White with #2B1544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1544; }
p { color: rgb(43,21,68); }
H1.HeaderClassName
{
color: #2B1544;
}
.AnyTagClassName
{
color: #2B1544;
}
</style>
background-color css
<style>
a { background-color: #2B1544; }
a { background-color: rgb(43,21,68); }
div.DivClassName
{
background-color: #2B1544;
}
.BgClassName
{
background-color: #2B1544;
}
</style>
border-color css
<style>
span { border-color: #2B1544; }
span { border-color: rgb(43,21,68); }
td.TdClassName
{
border-color: #2B1544;
}
.TagClassName
{
border-color: #2B1544;
}
</style>