Shades of Blackcurrant #2B153A
Tints of Blackcurrant #2B153A
RGB
CMYK
RGB Variations
Color information
#2B153A (or 0x2B153A) is known color: Blackcurrant. HEX triplet: 2B, 15 and 3A. RGB value is (43,21,58). Sum of RGB (Red+Green+Blue) = 43+21+58=122 (16% of max value = 765). Red value is 43 (17.19% from 255 or 35.25% from 122); Green value is 21 (8.59% from 255 or 17.21% from 122); Blue value is 58 (23.05% from 255 or 47.54% from 122); Max value from RGB is 58 - color contains mainly: blue. Hex color #2B153A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B153A is #D4EAC5. Grayscale: #1F1F1F. Windows color (decimal): -13953734 or 3806507. OLE color: 3806507.
HSL color Cylindrical-coordinate representation of color #2B153A: hue angle of 275.68º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2B153A is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 43 | 21 | 58 | - |
| CMYK | 0.26 | 0.64 | 0 | 0.77 |
| HSL | 275.68º | 0.47% | 0.15% | - |
| HSV(B) | 275.68º | 0.64% | 0.23% | - |
| XYZ | 2.03 | 1.36 | 4.16 | - |
| YUV | 31.8 | 142.79 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 21 | 58 | 0.26 | 0.64 | 0 | 0.77 | 275.68 | 0.47 | 0.15 |
| Hex | 2B | 15 | 3A | 1A | 40 | 0 | 4D | 114 | 2F | F |
| Octal | 53 | 25 | 72 | 32 | 100 | 0 | 115 | 424 | 57 | 17 |
| Binary | 101011 | 10101 | 111010 | 11010 | 1000000 | 0 | 1001101 | 100010100 | 101111 | 1111 |
Color Harmonies of #2B153A
Complementary color
Monochromatic Colors of #2B153A
Black with #2B153A
Text Example
Text Example
White with #2B153A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B153A; }
p { color: rgb(43,21,58); }
H1.HeaderClassName
{
color: #2B153A;
}
.AnyTagClassName
{
color: #2B153A;
}
</style>
background-color css
<style>
a { background-color: #2B153A; }
a { background-color: rgb(43,21,58); }
div.DivClassName
{
background-color: #2B153A;
}
.BgClassName
{
background-color: #2B153A;
}
</style>
border-color css
<style>
span { border-color: #2B153A; }
span { border-color: rgb(43,21,58); }
td.TdClassName
{
border-color: #2B153A;
}
.TagClassName
{
border-color: #2B153A;
}
</style>