Shades of Blackcurrant #2B2131
Tints of Blackcurrant #2B2131
RGB
CMYK
RGB Variations
Color information
#2B2131 (or 0x2B2131) is known color: Blackcurrant. HEX triplet: 2B, 21 and 31. RGB value is (43,33,49). Sum of RGB (Red+Green+Blue) = 43+33+49=125 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.4% from 125); Green value is 33 (13.28% from 255 or 26.4% from 125); Blue value is 49 (19.53% from 255 or 39.2% from 125); Max value from RGB is 49 - color contains mainly: blue. Hex color #2B2131 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2131 is #D4DECE. Grayscale: #252525. Windows color (decimal): -13950671 or 3219755. OLE color: 3219755.
HSL color Cylindrical-coordinate representation of color #2B2131: hue angle of 277.5º degrees, saturation: 0.2, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #2B2131 is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 43 | 33 | 49 | - |
| CMYK | 0.12 | 0.33 | 0 | 0.81 |
| HSL | 277.5º | 0.2% | 0.16% | - |
| HSV(B) | 277.5º | 0.33% | 0.19% | - |
| XYZ | 2.09 | 1.82 | 3.15 | - |
| YUV | 37.81 | 134.31 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 33 | 49 | 0.12 | 0.33 | 0 | 0.81 | 277.5 | 0.2 | 0.16 |
| Hex | 2B | 21 | 31 | C | 21 | 0 | 51 | 116 | 14 | 10 |
| Octal | 53 | 41 | 61 | 14 | 41 | 0 | 121 | 426 | 24 | 20 |
| Binary | 101011 | 100001 | 110001 | 1100 | 100001 | 0 | 1010001 | 100010110 | 10100 | 10000 |
Color Harmonies of #2B2131
Complementary color
Monochromatic Colors of #2B2131
Black with #2B2131
Text Example
Text Example
White with #2B2131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2131; }
p { color: rgb(43,33,49); }
H1.HeaderClassName
{
color: #2B2131;
}
.AnyTagClassName
{
color: #2B2131;
}
</style>
background-color css
<style>
a { background-color: #2B2131; }
a { background-color: rgb(43,33,49); }
div.DivClassName
{
background-color: #2B2131;
}
.BgClassName
{
background-color: #2B2131;
}
</style>
border-color css
<style>
span { border-color: #2B2131; }
span { border-color: rgb(43,33,49); }
td.TdClassName
{
border-color: #2B2131;
}
.TagClassName
{
border-color: #2B2131;
}
</style>