Shades of Blackcurrant #2B004E
Tints of Blackcurrant #2B004E
RGB
CMYK
RGB Variations
Color information
#2B004E (or 0x2B004E) is known color: Blackcurrant. HEX triplet: 2B, 00 and 4E. RGB value is (43,0,78). Sum of RGB (Red+Green+Blue) = 43+0+78=121 (16% of max value = 765). Red value is 43 (17.19% from 255 or 35.54% from 121); Green value is 0 (0.39% from 255 or 0% from 121); Blue value is 78 (30.86% from 255 or 64.46% from 121); Max value from RGB is 78 - color contains mainly: blue. Hex color #2B004E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B004E is #D4FFB1. Grayscale: #151515. Windows color (decimal): -13959090 or 5111851. OLE color: 5111851.
HSL color Cylindrical-coordinate representation of color #2B004E: hue angle of 273.08º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2B004E is Cyan = 0.45, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 43 | 0 | 78 | - |
| CMYK | 0.45 | 1 | 0 | 0.69 |
| HSL | 273.08º | 1% | 0.15% | - |
| HSV(B) | 273.08º | 1% | 0.31% | - |
| XYZ | 2.37 | 1.06 | 7.29 | - |
| YUV | 21.75 | 159.75 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 0 | 78 | 0.45 | 1 | 0 | 0.69 | 273.08 | 1 | 0.15 |
| Hex | 2B | 0 | 4E | 2D | 64 | 0 | 45 | 111 | 64 | F |
| Octal | 53 | 0 | 116 | 55 | 144 | 0 | 105 | 421 | 144 | 17 |
| Binary | 101011 | 0 | 1001110 | 101101 | 1100100 | 0 | 1000101 | 100010001 | 1100100 | 1111 |
Color Harmonies of #2B004E
Complementary color
Monochromatic Colors of #2B004E
Black with #2B004E
Text Example
Text Example
White with #2B004E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B004E; }
p { color: rgb(43,0,78); }
H1.HeaderClassName
{
color: #2B004E;
}
.AnyTagClassName
{
color: #2B004E;
}
</style>
background-color css
<style>
a { background-color: #2B004E; }
a { background-color: rgb(43,0,78); }
div.DivClassName
{
background-color: #2B004E;
}
.BgClassName
{
background-color: #2B004E;
}
</style>
border-color css
<style>
span { border-color: #2B004E; }
span { border-color: rgb(43,0,78); }
td.TdClassName
{
border-color: #2B004E;
}
.TagClassName
{
border-color: #2B004E;
}
</style>