Shades of Blackcurrant #2B024F
Tints of Blackcurrant #2B024F
RGB
CMYK
RGB Variations
Color information
#2B024F (or 0x2B024F) is known color: Blackcurrant. HEX triplet: 2B, 02 and 4F. RGB value is (43,2,79). Sum of RGB (Red+Green+Blue) = 43+2+79=124 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.68% from 124); Green value is 2 (1.17% from 255 or 1.61% from 124); Blue value is 79 (31.25% from 255 or 63.71% from 124); Max value from RGB is 79 - color contains mainly: blue. Hex color #2B024F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B024F is #D4FDB0. Grayscale: #161616. Windows color (decimal): -13958577 or 5177899. OLE color: 5177899.
HSL color Cylindrical-coordinate representation of color #2B024F: hue angle of 271.95º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2B024F is Cyan = 0.46, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 43 | 2 | 79 | - |
| CMYK | 0.46 | 0.97 | 0 | 0.69 |
| HSL | 271.95º | 0.95% | 0.16% | - |
| HSV(B) | 271.95º | 0.97% | 0.31% | - |
| XYZ | 2.43 | 1.12 | 7.49 | - |
| YUV | 23.04 | 159.58 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 2 | 79 | 0.46 | 0.97 | 0 | 0.69 | 271.95 | 0.95 | 0.16 |
| Hex | 2B | 2 | 4F | 2E | 61 | 0 | 45 | 110 | 5F | 10 |
| Octal | 53 | 2 | 117 | 56 | 141 | 0 | 105 | 420 | 137 | 20 |
| Binary | 101011 | 10 | 1001111 | 101110 | 1100001 | 0 | 1000101 | 100010000 | 1011111 | 10000 |
Color Harmonies of #2B024F
Complementary color
Monochromatic Colors of #2B024F
Black with #2B024F
Text Example
Text Example
White with #2B024F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B024F; }
p { color: rgb(43,2,79); }
H1.HeaderClassName
{
color: #2B024F;
}
.AnyTagClassName
{
color: #2B024F;
}
</style>
background-color css
<style>
a { background-color: #2B024F; }
a { background-color: rgb(43,2,79); }
div.DivClassName
{
background-color: #2B024F;
}
.BgClassName
{
background-color: #2B024F;
}
</style>
border-color css
<style>
span { border-color: #2B024F; }
span { border-color: rgb(43,2,79); }
td.TdClassName
{
border-color: #2B024F;
}
.TagClassName
{
border-color: #2B024F;
}
</style>