Shades of Blackcurrant #2B2037
Tints of Blackcurrant #2B2037
RGB
CMYK
RGB Variations
Color information
#2B2037 (or 0x2B2037) is known color: Blackcurrant. HEX triplet: 2B, 20 and 37. RGB value is (43,32,55). Sum of RGB (Red+Green+Blue) = 43+32+55=130 (17% of max value = 765). Red value is 43 (17.19% from 255 or 33.08% from 130); Green value is 32 (12.89% from 255 or 24.62% from 130); Blue value is 55 (21.88% from 255 or 42.31% from 130); Max value from RGB is 55 - color contains mainly: blue. Hex color #2B2037 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2037 is #D4DFC8. Grayscale: #252525. Windows color (decimal): -13950921 or 3612715. OLE color: 3612715.
HSL color Cylindrical-coordinate representation of color #2B2037: hue angle of 268.7º degrees, saturation: 0.26, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2B2037 is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 43 | 32 | 55 | - |
| CMYK | 0.22 | 0.42 | 0 | 0.78 |
| HSL | 268.7º | 0.26% | 0.17% | - |
| HSV(B) | 268.7º | 0.42% | 0.22% | - |
| XYZ | 2.2 | 1.82 | 3.85 | - |
| YUV | 37.91 | 137.64 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 32 | 55 | 0.22 | 0.42 | 0 | 0.78 | 268.7 | 0.26 | 0.17 |
| Hex | 2B | 20 | 37 | 16 | 2A | 0 | 4E | 10D | 1A | 11 |
| Octal | 53 | 40 | 67 | 26 | 52 | 0 | 116 | 415 | 32 | 21 |
| Binary | 101011 | 100000 | 110111 | 10110 | 101010 | 0 | 1001110 | 100001101 | 11010 | 10001 |
Color Harmonies of #2B2037
Complementary color
Monochromatic Colors of #2B2037
Black with #2B2037
Text Example
Text Example
White with #2B2037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2037; }
p { color: rgb(43,32,55); }
H1.HeaderClassName
{
color: #2B2037;
}
.AnyTagClassName
{
color: #2B2037;
}
</style>
background-color css
<style>
a { background-color: #2B2037; }
a { background-color: rgb(43,32,55); }
div.DivClassName
{
background-color: #2B2037;
}
.BgClassName
{
background-color: #2B2037;
}
</style>
border-color css
<style>
span { border-color: #2B2037; }
span { border-color: rgb(43,32,55); }
td.TdClassName
{
border-color: #2B2037;
}
.TagClassName
{
border-color: #2B2037;
}
</style>