Shades of Blackcurrant #2B1131
Tints of Blackcurrant #2B1131
RGB
CMYK
RGB Variations
Color information
#2B1131 (or 0x2B1131) is known color: Blackcurrant. HEX triplet: 2B, 11 and 31. RGB value is (43,17,49). Sum of RGB (Red+Green+Blue) = 43+17+49=109 (14% of max value = 765). Red value is 43 (17.19% from 255 or 39.45% from 109); Green value is 17 (7.03% from 255 or 15.60% from 109); Blue value is 49 (19.53% from 255 or 44.95% from 109); Max value from RGB is 49 - color contains mainly: blue. Hex color #2B1131 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B1131 is #D4EECE. Grayscale: #1C1C1C. Windows color (decimal): -13954767 or 3215659. OLE color: 3215659.
HSL color Cylindrical-coordinate representation of color #2B1131: hue angle of 288.75º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2B1131 is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 43 | 17 | 49 | - |
| CMYK | 0.12 | 0.65 | 0 | 0.81 |
| HSL | 288.75º | 0.48% | 0.13% | - |
| HSV(B) | 288.75º | 0.65% | 0.19% | - |
| XYZ | 1.75 | 1.14 | 3.03 | - |
| YUV | 28.42 | 139.61 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 17 | 49 | 0.12 | 0.65 | 0 | 0.81 | 288.75 | 0.48 | 0.13 |
| Hex | 2B | 11 | 31 | C | 41 | 0 | 51 | 121 | 30 | D |
| Octal | 53 | 21 | 61 | 14 | 101 | 0 | 121 | 441 | 60 | 15 |
| Binary | 101011 | 10001 | 110001 | 1100 | 1000001 | 0 | 1010001 | 100100001 | 110000 | 1101 |
Color Harmonies of #2B1131
Complementary color
Monochromatic Colors of #2B1131
Black with #2B1131
Text Example
Text Example
White with #2B1131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1131; }
p { color: rgb(43,17,49); }
H1.HeaderClassName
{
color: #2B1131;
}
.AnyTagClassName
{
color: #2B1131;
}
</style>
background-color css
<style>
a { background-color: #2B1131; }
a { background-color: rgb(43,17,49); }
div.DivClassName
{
background-color: #2B1131;
}
.BgClassName
{
background-color: #2B1131;
}
</style>
border-color css
<style>
span { border-color: #2B1131; }
span { border-color: rgb(43,17,49); }
td.TdClassName
{
border-color: #2B1131;
}
.TagClassName
{
border-color: #2B1131;
}
</style>