Shades of Blackcurrant #2B024C
Tints of Blackcurrant #2B024C
RGB
CMYK
RGB Variations
Color information
#2B024C (or 0x2B024C) is known color: Blackcurrant. HEX triplet: 2B, 02 and 4C. RGB value is (43,2,76). Sum of RGB (Red+Green+Blue) = 43+2+76=121 (16% of max value = 765). Red value is 43 (17.19% from 255 or 35.54% from 121); Green value is 2 (1.17% from 255 or 1.65% from 121); Blue value is 76 (30.08% from 255 or 62.81% from 121); Max value from RGB is 76 - color contains mainly: blue. Hex color #2B024C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B024C is #D4FDB3. Grayscale: #161616. Windows color (decimal): -13958580 or 4981291. OLE color: 4981291.
HSL color Cylindrical-coordinate representation of color #2B024C: hue angle of 273.24º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2B024C is Cyan = 0.43, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 43 | 2 | 76 | - |
| CMYK | 0.43 | 0.97 | 0 | 0.70 |
| HSL | 273.24º | 0.95% | 0.15% | - |
| HSV(B) | 273.24º | 0.97% | 0.3% | - |
| XYZ | 2.32 | 1.08 | 6.92 | - |
| YUV | 22.7 | 158.08 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 2 | 76 | 0.43 | 0.97 | 0 | 0.70 | 273.24 | 0.95 | 0.15 |
| Hex | 2B | 2 | 4C | 2B | 61 | 0 | 46 | 111 | 5F | F |
| Octal | 53 | 2 | 114 | 53 | 141 | 0 | 106 | 421 | 137 | 17 |
| Binary | 101011 | 10 | 1001100 | 101011 | 1100001 | 0 | 1000110 | 100010001 | 1011111 | 1111 |
Color Harmonies of #2B024C
Complementary color
Monochromatic Colors of #2B024C
Black with #2B024C
Text Example
Text Example
White with #2B024C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B024C; }
p { color: rgb(43,2,76); }
H1.HeaderClassName
{
color: #2B024C;
}
.AnyTagClassName
{
color: #2B024C;
}
</style>
background-color css
<style>
a { background-color: #2B024C; }
a { background-color: rgb(43,2,76); }
div.DivClassName
{
background-color: #2B024C;
}
.BgClassName
{
background-color: #2B024C;
}
</style>
border-color css
<style>
span { border-color: #2B024C; }
span { border-color: rgb(43,2,76); }
td.TdClassName
{
border-color: #2B024C;
}
.TagClassName
{
border-color: #2B024C;
}
</style>