Shades of Blackcurrant #2B2231
Tints of Blackcurrant #2B2231
RGB
CMYK
RGB Variations
Color information
#2B2231 (or 0x2B2231) is known color: Blackcurrant. HEX triplet: 2B, 22 and 31. RGB value is (43,34,49). Sum of RGB (Red+Green+Blue) = 43+34+49=126 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.13% from 126); Green value is 34 (13.67% from 255 or 26.98% from 126); Blue value is 49 (19.53% from 255 or 38.89% from 126); Max value from RGB is 49 - color contains mainly: blue. Hex color #2B2231 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2231 is #D4DDCE. Grayscale: #262626. Windows color (decimal): -13950415 or 3220011. OLE color: 3220011.
HSL color Cylindrical-coordinate representation of color #2B2231: hue angle of 276º degrees, saturation: 0.18, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #2B2231 is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 43 | 34 | 49 | - |
| CMYK | 0.12 | 0.31 | 0 | 0.81 |
| HSL | 276º | 0.18% | 0.16% | - |
| HSV(B) | 276º | 0.31% | 0.19% | - |
| XYZ | 2.12 | 1.88 | 3.16 | - |
| YUV | 38.4 | 133.98 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 34 | 49 | 0.12 | 0.31 | 0 | 0.81 | 276 | 0.18 | 0.16 |
| Hex | 2B | 22 | 31 | C | 1F | 0 | 51 | 114 | 12 | 10 |
| Octal | 53 | 42 | 61 | 14 | 37 | 0 | 121 | 424 | 22 | 20 |
| Binary | 101011 | 100010 | 110001 | 1100 | 11111 | 0 | 1010001 | 100010100 | 10010 | 10000 |
Color Harmonies of #2B2231
Complementary color
Monochromatic Colors of #2B2231
Black with #2B2231
Text Example
Text Example
White with #2B2231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2231; }
p { color: rgb(43,34,49); }
H1.HeaderClassName
{
color: #2B2231;
}
.AnyTagClassName
{
color: #2B2231;
}
</style>
background-color css
<style>
a { background-color: #2B2231; }
a { background-color: rgb(43,34,49); }
div.DivClassName
{
background-color: #2B2231;
}
.BgClassName
{
background-color: #2B2231;
}
</style>
border-color css
<style>
span { border-color: #2B2231; }
span { border-color: rgb(43,34,49); }
td.TdClassName
{
border-color: #2B2231;
}
.TagClassName
{
border-color: #2B2231;
}
</style>