Shades of Blackcurrant #2B1031
Tints of Blackcurrant #2B1031
RGB
CMYK
RGB Variations
Color information
#2B1031 (or 0x2B1031) is known color: Blackcurrant. HEX triplet: 2B, 10 and 31. RGB value is (43,16,49). Sum of RGB (Red+Green+Blue) = 43+16+49=108 (14% of max value = 765). Red value is 43 (17.19% from 255 or 39.81% from 108); Green value is 16 (6.64% from 255 or 14.81% from 108); Blue value is 49 (19.53% from 255 or 45.37% from 108); Max value from RGB is 49 - color contains mainly: blue. Hex color #2B1031 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B1031 is #D4EFCE. Grayscale: #1B1B1B. Windows color (decimal): -13955023 or 3215403. OLE color: 3215403.
HSL color Cylindrical-coordinate representation of color #2B1031: hue angle of 289.09º degrees, saturation: 0.51, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2B1031 is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 43 | 16 | 49 | - |
| CMYK | 0.12 | 0.67 | 0 | 0.81 |
| HSL | 289.09º | 0.51% | 0.13% | - |
| HSV(B) | 289.09º | 0.67% | 0.19% | - |
| XYZ | 1.74 | 1.11 | 3.03 | - |
| YUV | 27.84 | 139.95 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 16 | 49 | 0.12 | 0.67 | 0 | 0.81 | 289.09 | 0.51 | 0.13 |
| Hex | 2B | 10 | 31 | C | 43 | 0 | 51 | 121 | 33 | D |
| Octal | 53 | 20 | 61 | 14 | 103 | 0 | 121 | 441 | 63 | 15 |
| Binary | 101011 | 10000 | 110001 | 1100 | 1000011 | 0 | 1010001 | 100100001 | 110011 | 1101 |
Color Harmonies of #2B1031
Complementary color
Monochromatic Colors of #2B1031
Black with #2B1031
Text Example
Text Example
White with #2B1031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1031; }
p { color: rgb(43,16,49); }
H1.HeaderClassName
{
color: #2B1031;
}
.AnyTagClassName
{
color: #2B1031;
}
</style>
background-color css
<style>
a { background-color: #2B1031; }
a { background-color: rgb(43,16,49); }
div.DivClassName
{
background-color: #2B1031;
}
.BgClassName
{
background-color: #2B1031;
}
</style>
border-color css
<style>
span { border-color: #2B1031; }
span { border-color: rgb(43,16,49); }
td.TdClassName
{
border-color: #2B1031;
}
.TagClassName
{
border-color: #2B1031;
}
</style>