Shades of Blackcurrant #2B1531
Tints of Blackcurrant #2B1531
RGB
CMYK
RGB Variations
Color information
#2B1531 (or 0x2B1531) is known color: Blackcurrant. HEX triplet: 2B, 15 and 31. RGB value is (43,21,49). Sum of RGB (Red+Green+Blue) = 43+21+49=113 (14% of max value = 765). Red value is 43 (17.19% from 255 or 38.05% from 113); Green value is 21 (8.59% from 255 or 18.58% from 113); Blue value is 49 (19.53% from 255 or 43.36% from 113); Max value from RGB is 49 - color contains mainly: blue. Hex color #2B1531 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B1531 is #D4EACE. Grayscale: #1E1E1E. Windows color (decimal): -13953743 or 3216683. OLE color: 3216683.
HSL color Cylindrical-coordinate representation of color #2B1531: hue angle of 287.14º degrees, saturation: 0.4, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2B1531 is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 43 | 21 | 49 | - |
| CMYK | 0.12 | 0.57 | 0 | 0.81 |
| HSL | 287.14º | 0.4% | 0.14% | - |
| HSV(B) | 287.14º | 0.57% | 0.19% | - |
| XYZ | 1.82 | 1.27 | 3.06 | - |
| YUV | 30.77 | 138.29 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 21 | 49 | 0.12 | 0.57 | 0 | 0.81 | 287.14 | 0.4 | 0.14 |
| Hex | 2B | 15 | 31 | C | 39 | 0 | 51 | 11F | 28 | E |
| Octal | 53 | 25 | 61 | 14 | 71 | 0 | 121 | 437 | 50 | 16 |
| Binary | 101011 | 10101 | 110001 | 1100 | 111001 | 0 | 1010001 | 100011111 | 101000 | 1110 |
Color Harmonies of #2B1531
Complementary color
Monochromatic Colors of #2B1531
Black with #2B1531
Text Example
Text Example
White with #2B1531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1531; }
p { color: rgb(43,21,49); }
H1.HeaderClassName
{
color: #2B1531;
}
.AnyTagClassName
{
color: #2B1531;
}
</style>
background-color css
<style>
a { background-color: #2B1531; }
a { background-color: rgb(43,21,49); }
div.DivClassName
{
background-color: #2B1531;
}
.BgClassName
{
background-color: #2B1531;
}
</style>
border-color css
<style>
span { border-color: #2B1531; }
span { border-color: rgb(43,21,49); }
td.TdClassName
{
border-color: #2B1531;
}
.TagClassName
{
border-color: #2B1531;
}
</style>