Shades of Blackcurrant #2B0947
Tints of Blackcurrant #2B0947
RGB
CMYK
RGB Variations
Color information
#2B0947 (or 0x2B0947) is known color: Blackcurrant. HEX triplet: 2B, 09 and 47. RGB value is (43,9,71). Sum of RGB (Red+Green+Blue) = 43+9+71=123 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.96% from 123); Green value is 9 (3.91% from 255 or 7.32% from 123); Blue value is 71 (28.12% from 255 or 57.72% from 123); Max value from RGB is 71 - color contains mainly: blue. Hex color #2B0947 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B0947 is #D4F6B8. Grayscale: #1A1A1A. Windows color (decimal): -13956793 or 4655403. OLE color: 4655403.
HSL color Cylindrical-coordinate representation of color #2B0947: hue angle of 272.9º degrees, saturation: 0.77, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2B0947 is Cyan = 0.39, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 43 | 9 | 71 | - |
| CMYK | 0.39 | 0.87 | 0 | 0.72 |
| HSL | 272.9º | 0.78% | 0.16% | - |
| HSV(B) | 272.9º | 0.87% | 0.28% | - |
| XYZ | 2.23 | 1.16 | 6.07 | - |
| YUV | 26.23 | 153.26 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 9 | 71 | 0.39 | 0.87 | 0 | 0.72 | 272.9 | 0.78 | 0.16 |
| Hex | 2B | 9 | 47 | 27 | 57 | 0 | 48 | 111 | 4E | 10 |
| Octal | 53 | 11 | 107 | 47 | 127 | 0 | 110 | 421 | 116 | 20 |
| Binary | 101011 | 1001 | 1000111 | 100111 | 1010111 | 0 | 1001000 | 100010001 | 1001110 | 10000 |
Color Harmonies of #2B0947
Complementary color
Monochromatic Colors of #2B0947
Black with #2B0947
Text Example
Text Example
White with #2B0947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0947; }
p { color: rgb(43,9,71); }
H1.HeaderClassName
{
color: #2B0947;
}
.AnyTagClassName
{
color: #2B0947;
}
</style>
background-color css
<style>
a { background-color: #2B0947; }
a { background-color: rgb(43,9,71); }
div.DivClassName
{
background-color: #2B0947;
}
.BgClassName
{
background-color: #2B0947;
}
</style>
border-color css
<style>
span { border-color: #2B0947; }
span { border-color: rgb(43,9,71); }
td.TdClassName
{
border-color: #2B0947;
}
.TagClassName
{
border-color: #2B0947;
}
</style>