Shades of Blackcurrant #2B044E
Tints of Blackcurrant #2B044E
RGB
CMYK
RGB Variations
Color information
#2B044E (or 0x2B044E) is known color: Blackcurrant. HEX triplet: 2B, 04 and 4E. RGB value is (43,4,78). Sum of RGB (Red+Green+Blue) = 43+4+78=125 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.4% from 125); Green value is 4 (1.95% from 255 or 3.2% from 125); Blue value is 78 (30.86% from 255 or 62.4% from 125); Max value from RGB is 78 - color contains mainly: blue. Hex color #2B044E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B044E is #D4FBB1. Grayscale: #171717. Windows color (decimal): -13958066 or 5112875. OLE color: 5112875.
HSL color Cylindrical-coordinate representation of color #2B044E: hue angle of 271.62º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2B044E is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 43 | 4 | 78 | - |
| CMYK | 0.45 | 0.95 | 0 | 0.69 |
| HSL | 271.62º | 0.9% | 0.16% | - |
| HSV(B) | 271.62º | 0.95% | 0.31% | - |
| XYZ | 2.41 | 1.15 | 7.3 | - |
| YUV | 24.1 | 158.42 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 4 | 78 | 0.45 | 0.95 | 0 | 0.69 | 271.62 | 0.9 | 0.16 |
| Hex | 2B | 4 | 4E | 2D | 5F | 0 | 45 | 110 | 5A | 10 |
| Octal | 53 | 4 | 116 | 55 | 137 | 0 | 105 | 420 | 132 | 20 |
| Binary | 101011 | 100 | 1001110 | 101101 | 1011111 | 0 | 1000101 | 100010000 | 1011010 | 10000 |
Color Harmonies of #2B044E
Complementary color
Monochromatic Colors of #2B044E
Black with #2B044E
Text Example
Text Example
White with #2B044E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B044E; }
p { color: rgb(43,4,78); }
H1.HeaderClassName
{
color: #2B044E;
}
.AnyTagClassName
{
color: #2B044E;
}
</style>
background-color css
<style>
a { background-color: #2B044E; }
a { background-color: rgb(43,4,78); }
div.DivClassName
{
background-color: #2B044E;
}
.BgClassName
{
background-color: #2B044E;
}
</style>
border-color css
<style>
span { border-color: #2B044E; }
span { border-color: rgb(43,4,78); }
td.TdClassName
{
border-color: #2B044E;
}
.TagClassName
{
border-color: #2B044E;
}
</style>