Shades of Blackcurrant #2B1146
Tints of Blackcurrant #2B1146
RGB
CMYK
RGB Variations
Color information
#2B1146 (or 0x2B1146) is known color: Blackcurrant. HEX triplet: 2B, 11 and 46. RGB value is (43,17,70). Sum of RGB (Red+Green+Blue) = 43+17+70=130 (17% of max value = 765). Red value is 43 (17.19% from 255 or 33.08% from 130); Green value is 17 (7.03% from 255 or 13.08% from 130); Blue value is 70 (27.73% from 255 or 53.85% from 130); Max value from RGB is 70 - color contains mainly: blue. Hex color #2B1146 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B1146 is #D4EEB9. Grayscale: #1E1E1E. Windows color (decimal): -13954746 or 4591915. OLE color: 4591915.
HSL color Cylindrical-coordinate representation of color #2B1146: hue angle of 269.43º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2B1146 is Cyan = 0.39, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 43 | 17 | 70 | - |
| CMYK | 0.39 | 0.76 | 0 | 0.73 |
| HSL | 269.43º | 0.61% | 0.17% | - |
| HSV(B) | 269.43º | 0.76% | 0.27% | - |
| XYZ | 2.3 | 1.36 | 5.93 | - |
| YUV | 30.82 | 150.11 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 17 | 70 | 0.39 | 0.76 | 0 | 0.73 | 269.43 | 0.61 | 0.17 |
| Hex | 2B | 11 | 46 | 27 | 4C | 0 | 49 | 10D | 3D | 11 |
| Octal | 53 | 21 | 106 | 47 | 114 | 0 | 111 | 415 | 75 | 21 |
| Binary | 101011 | 10001 | 1000110 | 100111 | 1001100 | 0 | 1001001 | 100001101 | 111101 | 10001 |
Color Harmonies of #2B1146
Complementary color
Monochromatic Colors of #2B1146
Black with #2B1146
Text Example
Text Example
White with #2B1146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1146; }
p { color: rgb(43,17,70); }
H1.HeaderClassName
{
color: #2B1146;
}
.AnyTagClassName
{
color: #2B1146;
}
</style>
background-color css
<style>
a { background-color: #2B1146; }
a { background-color: rgb(43,17,70); }
div.DivClassName
{
background-color: #2B1146;
}
.BgClassName
{
background-color: #2B1146;
}
</style>
border-color css
<style>
span { border-color: #2B1146; }
span { border-color: rgb(43,17,70); }
td.TdClassName
{
border-color: #2B1146;
}
.TagClassName
{
border-color: #2B1146;
}
</style>