Shades of Blackcurrant #2B1148
Tints of Blackcurrant #2B1148
RGB
CMYK
RGB Variations
Color information
#2B1148 (or 0x2B1148) is known color: Blackcurrant. HEX triplet: 2B, 11 and 48. RGB value is (43,17,72). Sum of RGB (Red+Green+Blue) = 43+17+72=132 (17% of max value = 765). Red value is 43 (17.19% from 255 or 32.58% from 132); Green value is 17 (7.03% from 255 or 12.88% from 132); Blue value is 72 (28.52% from 255 or 54.55% from 132); Max value from RGB is 72 - color contains mainly: blue. Hex color #2B1148 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B1148 is #D4EEB7. Grayscale: #1E1E1E. Windows color (decimal): -13954744 or 4722987. OLE color: 4722987.
HSL color Cylindrical-coordinate representation of color #2B1148: hue angle of 268.36º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2B1148 is Cyan = 0.40, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 43 | 17 | 72 | - |
| CMYK | 0.40 | 0.76 | 0 | 0.72 |
| HSL | 268.36º | 0.62% | 0.17% | - |
| HSV(B) | 268.36º | 0.76% | 0.28% | - |
| XYZ | 2.37 | 1.38 | 6.27 | - |
| YUV | 31.04 | 151.11 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 17 | 72 | 0.40 | 0.76 | 0 | 0.72 | 268.36 | 0.62 | 0.17 |
| Hex | 2B | 11 | 48 | 28 | 4C | 0 | 48 | 10C | 3E | 11 |
| Octal | 53 | 21 | 110 | 50 | 114 | 0 | 110 | 414 | 76 | 21 |
| Binary | 101011 | 10001 | 1001000 | 101000 | 1001100 | 0 | 1001000 | 100001100 | 111110 | 10001 |
Color Harmonies of #2B1148
Complementary color
Monochromatic Colors of #2B1148
Black with #2B1148
Text Example
Text Example
White with #2B1148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1148; }
p { color: rgb(43,17,72); }
H1.HeaderClassName
{
color: #2B1148;
}
.AnyTagClassName
{
color: #2B1148;
}
</style>
background-color css
<style>
a { background-color: #2B1148; }
a { background-color: rgb(43,17,72); }
div.DivClassName
{
background-color: #2B1148;
}
.BgClassName
{
background-color: #2B1148;
}
</style>
border-color css
<style>
span { border-color: #2B1148; }
span { border-color: rgb(43,17,72); }
td.TdClassName
{
border-color: #2B1148;
}
.TagClassName
{
border-color: #2B1148;
}
</style>