Shades of Blackcurrant #2B054E
Tints of Blackcurrant #2B054E
RGB
CMYK
RGB Variations
Color information
#2B054E (or 0x2B054E) is known color: Blackcurrant. HEX triplet: 2B, 05 and 4E. RGB value is (43,5,78). Sum of RGB (Red+Green+Blue) = 43+5+78=126 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.13% from 126); Green value is 5 (2.34% from 255 or 3.97% from 126); Blue value is 78 (30.86% from 255 or 61.90% from 126); Max value from RGB is 78 - color contains mainly: blue. Hex color #2B054E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B054E is #D4FAB1. Grayscale: #181818. Windows color (decimal): -13957810 or 5113131. OLE color: 5113131.
HSL color Cylindrical-coordinate representation of color #2B054E: hue angle of 271.23º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2B054E is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 43 | 5 | 78 | - |
| CMYK | 0.45 | 0.94 | 0 | 0.69 |
| HSL | 271.23º | 0.88% | 0.16% | - |
| HSV(B) | 271.23º | 0.94% | 0.31% | - |
| XYZ | 2.43 | 1.17 | 7.31 | - |
| YUV | 24.68 | 158.09 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 5 | 78 | 0.45 | 0.94 | 0 | 0.69 | 271.23 | 0.88 | 0.16 |
| Hex | 2B | 5 | 4E | 2D | 5E | 0 | 45 | 10F | 58 | 10 |
| Octal | 53 | 5 | 116 | 55 | 136 | 0 | 105 | 417 | 130 | 20 |
| Binary | 101011 | 101 | 1001110 | 101101 | 1011110 | 0 | 1000101 | 100001111 | 1011000 | 10000 |
Color Harmonies of #2B054E
Complementary color
Monochromatic Colors of #2B054E
Black with #2B054E
Text Example
Text Example
White with #2B054E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B054E; }
p { color: rgb(43,5,78); }
H1.HeaderClassName
{
color: #2B054E;
}
.AnyTagClassName
{
color: #2B054E;
}
</style>
background-color css
<style>
a { background-color: #2B054E; }
a { background-color: rgb(43,5,78); }
div.DivClassName
{
background-color: #2B054E;
}
.BgClassName
{
background-color: #2B054E;
}
</style>
border-color css
<style>
span { border-color: #2B054E; }
span { border-color: rgb(43,5,78); }
td.TdClassName
{
border-color: #2B054E;
}
.TagClassName
{
border-color: #2B054E;
}
</style>