Shades of Blackcurrant #2B074E
Tints of Blackcurrant #2B074E
RGB
CMYK
RGB Variations
Color information
#2B074E (or 0x2B074E) is known color: Blackcurrant. HEX triplet: 2B, 07 and 4E. RGB value is (43,7,78). Sum of RGB (Red+Green+Blue) = 43+7+78=128 (16% of max value = 765). Red value is 43 (17.19% from 255 or 33.59% from 128); Green value is 7 (3.12% from 255 or 5.47% from 128); Blue value is 78 (30.86% from 255 or 60.94% from 128); Max value from RGB is 78 - color contains mainly: blue. Hex color #2B074E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B074E is #D4F8B1. Grayscale: #191919. Windows color (decimal): -13957298 or 5113643. OLE color: 5113643.
HSL color Cylindrical-coordinate representation of color #2B074E: hue angle of 270.42º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2B074E is Cyan = 0.45, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 43 | 7 | 78 | - |
| CMYK | 0.45 | 0.91 | 0 | 0.69 |
| HSL | 270.42º | 0.84% | 0.17% | - |
| HSV(B) | 270.42º | 0.91% | 0.31% | - |
| XYZ | 2.45 | 1.22 | 7.31 | - |
| YUV | 25.86 | 157.43 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 7 | 78 | 0.45 | 0.91 | 0 | 0.69 | 270.42 | 0.84 | 0.17 |
| Hex | 2B | 7 | 4E | 2D | 5B | 0 | 45 | 10E | 54 | 11 |
| Octal | 53 | 7 | 116 | 55 | 133 | 0 | 105 | 416 | 124 | 21 |
| Binary | 101011 | 111 | 1001110 | 101101 | 1011011 | 0 | 1000101 | 100001110 | 1010100 | 10001 |
Color Harmonies of #2B074E
Complementary color
Monochromatic Colors of #2B074E
Black with #2B074E
Text Example
Text Example
White with #2B074E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B074E; }
p { color: rgb(43,7,78); }
H1.HeaderClassName
{
color: #2B074E;
}
.AnyTagClassName
{
color: #2B074E;
}
</style>
background-color css
<style>
a { background-color: #2B074E; }
a { background-color: rgb(43,7,78); }
div.DivClassName
{
background-color: #2B074E;
}
.BgClassName
{
background-color: #2B074E;
}
</style>
border-color css
<style>
span { border-color: #2B074E; }
span { border-color: rgb(43,7,78); }
td.TdClassName
{
border-color: #2B074E;
}
.TagClassName
{
border-color: #2B074E;
}
</style>