Shades of Blackcurrant #2B0F47
Tints of Blackcurrant #2B0F47
RGB
CMYK
RGB Variations
Color information
#2B0F47 (or 0x2B0F47) is known color: Blackcurrant. HEX triplet: 2B, 0F and 47. RGB value is (43,15,71). Sum of RGB (Red+Green+Blue) = 43+15+71=129 (17% of max value = 765). Red value is 43 (17.19% from 255 or 33.33% from 129); Green value is 15 (6.25% from 255 or 11.63% from 129); Blue value is 71 (28.12% from 255 or 55.04% from 129); Max value from RGB is 71 - color contains mainly: blue. Hex color #2B0F47 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B0F47 is #D4F0B8. Grayscale: #1D1D1D. Windows color (decimal): -13955257 or 4656939. OLE color: 4656939.
HSL color Cylindrical-coordinate representation of color #2B0F47: hue angle of 270º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B0F47 is Cyan = 0.39, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 43 | 15 | 71 | - |
| CMYK | 0.39 | 0.79 | 0 | 0.72 |
| HSL | 270º | 0.65% | 0.17% | - |
| HSV(B) | 270º | 0.79% | 0.28% | - |
| XYZ | 2.3 | 1.31 | 6.09 | - |
| YUV | 29.76 | 151.28 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 15 | 71 | 0.39 | 0.79 | 0 | 0.72 | 270 | 0.65 | 0.17 |
| Hex | 2B | F | 47 | 27 | 4F | 0 | 48 | 10E | 41 | 11 |
| Octal | 53 | 17 | 107 | 47 | 117 | 0 | 110 | 416 | 101 | 21 |
| Binary | 101011 | 1111 | 1000111 | 100111 | 1001111 | 0 | 1001000 | 100001110 | 1000001 | 10001 |
Color Harmonies of #2B0F47
Complementary color
Monochromatic Colors of #2B0F47
Black with #2B0F47
Text Example
Text Example
White with #2B0F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0F47; }
p { color: rgb(43,15,71); }
H1.HeaderClassName
{
color: #2B0F47;
}
.AnyTagClassName
{
color: #2B0F47;
}
</style>
background-color css
<style>
a { background-color: #2B0F47; }
a { background-color: rgb(43,15,71); }
div.DivClassName
{
background-color: #2B0F47;
}
.BgClassName
{
background-color: #2B0F47;
}
</style>
border-color css
<style>
span { border-color: #2B0F47; }
span { border-color: rgb(43,15,71); }
td.TdClassName
{
border-color: #2B0F47;
}
.TagClassName
{
border-color: #2B0F47;
}
</style>