Shades of Blackcurrant #2B0247
Tints of Blackcurrant #2B0247
RGB
CMYK
RGB Variations
Color information
#2B0247 (or 0x2B0247) is known color: Blackcurrant. HEX triplet: 2B, 02 and 47. RGB value is (43,2,71). Sum of RGB (Red+Green+Blue) = 43+2+71=116 (15% of max value = 765). Red value is 43 (17.19% from 255 or 37.07% from 116); Green value is 2 (1.17% from 255 or 1.72% from 116); Blue value is 71 (28.12% from 255 or 61.21% from 116); Max value from RGB is 71 - color contains mainly: blue. Hex color #2B0247 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B0247 is #D4FDB8. Grayscale: #151515. Windows color (decimal): -13958585 or 4653611. OLE color: 4653611.
HSL color Cylindrical-coordinate representation of color #2B0247: hue angle of 275.65º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2B0247 is Cyan = 0.39, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 43 | 2 | 71 | - |
| CMYK | 0.39 | 0.97 | 0 | 0.72 |
| HSL | 275.65º | 0.95% | 0.14% | - |
| HSV(B) | 275.65º | 0.97% | 0.28% | - |
| XYZ | 2.16 | 1.01 | 6.04 | - |
| YUV | 22.13 | 155.58 | 142.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 2 | 71 | 0.39 | 0.97 | 0 | 0.72 | 275.65 | 0.95 | 0.14 |
| Hex | 2B | 2 | 47 | 27 | 61 | 0 | 48 | 114 | 5F | E |
| Octal | 53 | 2 | 107 | 47 | 141 | 0 | 110 | 424 | 137 | 16 |
| Binary | 101011 | 10 | 1000111 | 100111 | 1100001 | 0 | 1001000 | 100010100 | 1011111 | 1110 |
Color Harmonies of #2B0247
Complementary color
Monochromatic Colors of #2B0247
Black with #2B0247
Text Example
Text Example
White with #2B0247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0247; }
p { color: rgb(43,2,71); }
H1.HeaderClassName
{
color: #2B0247;
}
.AnyTagClassName
{
color: #2B0247;
}
</style>
background-color css
<style>
a { background-color: #2B0247; }
a { background-color: rgb(43,2,71); }
div.DivClassName
{
background-color: #2B0247;
}
.BgClassName
{
background-color: #2B0247;
}
</style>
border-color css
<style>
span { border-color: #2B0247; }
span { border-color: rgb(43,2,71); }
td.TdClassName
{
border-color: #2B0247;
}
.TagClassName
{
border-color: #2B0247;
}
</style>