Shades of Blackcurrant #2B0248
Tints of Blackcurrant #2B0248
RGB
CMYK
RGB Variations
Color information
#2B0248 (or 0x2B0248) is known color: Blackcurrant. HEX triplet: 2B, 02 and 48. RGB value is (43,2,72). Sum of RGB (Red+Green+Blue) = 43+2+72=117 (15% of max value = 765). Red value is 43 (17.19% from 255 or 36.75% from 117); Green value is 2 (1.17% from 255 or 1.71% from 117); Blue value is 72 (28.52% from 255 or 61.54% from 117); Max value from RGB is 72 - color contains mainly: blue. Hex color #2B0248 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B0248 is #D4FDB7. Grayscale: #161616. Windows color (decimal): -13958584 or 4719147. OLE color: 4719147.
HSL color Cylindrical-coordinate representation of color #2B0248: hue angle of 275.14º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2B0248 is Cyan = 0.40, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 43 | 2 | 72 | - |
| CMYK | 0.40 | 0.97 | 0 | 0.72 |
| HSL | 275.14º | 0.95% | 0.15% | - |
| HSV(B) | 275.14º | 0.97% | 0.28% | - |
| XYZ | 2.19 | 1.02 | 6.21 | - |
| YUV | 22.24 | 156.08 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 2 | 72 | 0.40 | 0.97 | 0 | 0.72 | 275.14 | 0.95 | 0.15 |
| Hex | 2B | 2 | 48 | 28 | 61 | 0 | 48 | 113 | 5F | F |
| Octal | 53 | 2 | 110 | 50 | 141 | 0 | 110 | 423 | 137 | 17 |
| Binary | 101011 | 10 | 1001000 | 101000 | 1100001 | 0 | 1001000 | 100010011 | 1011111 | 1111 |
Color Harmonies of #2B0248
Complementary color
Monochromatic Colors of #2B0248
Black with #2B0248
Text Example
Text Example
White with #2B0248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0248; }
p { color: rgb(43,2,72); }
H1.HeaderClassName
{
color: #2B0248;
}
.AnyTagClassName
{
color: #2B0248;
}
</style>
background-color css
<style>
a { background-color: #2B0248; }
a { background-color: rgb(43,2,72); }
div.DivClassName
{
background-color: #2B0248;
}
.BgClassName
{
background-color: #2B0248;
}
</style>
border-color css
<style>
span { border-color: #2B0248; }
span { border-color: rgb(43,2,72); }
td.TdClassName
{
border-color: #2B0248;
}
.TagClassName
{
border-color: #2B0248;
}
</style>