Shades of Blackcurrant #2B1430
Tints of Blackcurrant #2B1430
RGB
CMYK
RGB Variations
Color information
#2B1430 (or 0x2B1430) is known color: Blackcurrant. HEX triplet: 2B, 14 and 30. RGB value is (43,20,48). Sum of RGB (Red+Green+Blue) = 43+20+48=111 (14% of max value = 765). Red value is 43 (17.19% from 255 or 38.74% from 111); Green value is 20 (8.20% from 255 or 18.02% from 111); Blue value is 48 (19.14% from 255 or 43.24% from 111); Max value from RGB is 48 - color contains mainly: blue. Hex color #2B1430 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B1430 is #D4EBCF. Grayscale: #1D1D1D. Windows color (decimal): -13954000 or 3150891. OLE color: 3150891.
HSL color Cylindrical-coordinate representation of color #2B1430: hue angle of 289.29º degrees, saturation: 0.41, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2B1430 is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 43 | 20 | 48 | - |
| CMYK | 0.10 | 0.58 | 0 | 0.81 |
| HSL | 289.29º | 0.41% | 0.13% | - |
| HSV(B) | 289.29º | 0.58% | 0.19% | - |
| XYZ | 1.78 | 1.23 | 2.94 | - |
| YUV | 30.07 | 138.12 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 20 | 48 | 0.10 | 0.58 | 0 | 0.81 | 289.29 | 0.41 | 0.13 |
| Hex | 2B | 14 | 30 | A | 3A | 0 | 51 | 121 | 29 | D |
| Octal | 53 | 24 | 60 | 12 | 72 | 0 | 121 | 441 | 51 | 15 |
| Binary | 101011 | 10100 | 110000 | 1010 | 111010 | 0 | 1010001 | 100100001 | 101001 | 1101 |
Color Harmonies of #2B1430
Complementary color
Monochromatic Colors of #2B1430
Black with #2B1430
Text Example
Text Example
White with #2B1430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1430; }
p { color: rgb(43,20,48); }
H1.HeaderClassName
{
color: #2B1430;
}
.AnyTagClassName
{
color: #2B1430;
}
</style>
background-color css
<style>
a { background-color: #2B1430; }
a { background-color: rgb(43,20,48); }
div.DivClassName
{
background-color: #2B1430;
}
.BgClassName
{
background-color: #2B1430;
}
</style>
border-color css
<style>
span { border-color: #2B1430; }
span { border-color: rgb(43,20,48); }
td.TdClassName
{
border-color: #2B1430;
}
.TagClassName
{
border-color: #2B1430;
}
</style>