Shades of Blackcurrant #2B2031
Tints of Blackcurrant #2B2031
RGB
CMYK
RGB Variations
Color information
#2B2031 (or 0x2B2031) is known color: Blackcurrant. HEX triplet: 2B, 20 and 31. RGB value is (43,32,49). Sum of RGB (Red+Green+Blue) = 43+32+49=124 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.68% from 124); Green value is 32 (12.89% from 255 or 25.81% from 124); Blue value is 49 (19.53% from 255 or 39.52% from 124); Max value from RGB is 49 - color contains mainly: blue. Hex color #2B2031 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2031 is #D4DFCE. Grayscale: #252525. Windows color (decimal): -13950927 or 3219499. OLE color: 3219499.
HSL color Cylindrical-coordinate representation of color #2B2031: hue angle of 278.82º degrees, saturation: 0.21, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #2B2031 is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 43 | 32 | 49 | - |
| CMYK | 0.12 | 0.35 | 0 | 0.81 |
| HSL | 278.82º | 0.21% | 0.16% | - |
| HSV(B) | 278.82º | 0.35% | 0.19% | - |
| XYZ | 2.07 | 1.77 | 3.14 | - |
| YUV | 37.23 | 134.64 | 132.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 32 | 49 | 0.12 | 0.35 | 0 | 0.81 | 278.82 | 0.21 | 0.16 |
| Hex | 2B | 20 | 31 | C | 23 | 0 | 51 | 117 | 15 | 10 |
| Octal | 53 | 40 | 61 | 14 | 43 | 0 | 121 | 427 | 25 | 20 |
| Binary | 101011 | 100000 | 110001 | 1100 | 100011 | 0 | 1010001 | 100010111 | 10101 | 10000 |
Color Harmonies of #2B2031
Complementary color
Monochromatic Colors of #2B2031
Black with #2B2031
Text Example
Text Example
White with #2B2031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2031; }
p { color: rgb(43,32,49); }
H1.HeaderClassName
{
color: #2B2031;
}
.AnyTagClassName
{
color: #2B2031;
}
</style>
background-color css
<style>
a { background-color: #2B2031; }
a { background-color: rgb(43,32,49); }
div.DivClassName
{
background-color: #2B2031;
}
.BgClassName
{
background-color: #2B2031;
}
</style>
border-color css
<style>
span { border-color: #2B2031; }
span { border-color: rgb(43,32,49); }
td.TdClassName
{
border-color: #2B2031;
}
.TagClassName
{
border-color: #2B2031;
}
</style>