Shades of Blackcurrant #2B034D
Tints of Blackcurrant #2B034D
RGB
CMYK
RGB Variations
Color information
#2B034D (or 0x2B034D) is known color: Blackcurrant. HEX triplet: 2B, 03 and 4D. RGB value is (43,3,77). Sum of RGB (Red+Green+Blue) = 43+3+77=123 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.96% from 123); Green value is 3 (1.56% from 255 or 2.44% from 123); Blue value is 77 (30.47% from 255 or 62.60% from 123); Max value from RGB is 77 - color contains mainly: blue. Hex color #2B034D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B034D is #D4FCB2. Grayscale: #171717. Windows color (decimal): -13958323 or 5047083. OLE color: 5047083.
HSL color Cylindrical-coordinate representation of color #2B034D: hue angle of 272.43º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2B034D is Cyan = 0.44, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 43 | 3 | 77 | - |
| CMYK | 0.44 | 0.96 | 0 | 0.70 |
| HSL | 272.43º | 0.93% | 0.16% | - |
| HSV(B) | 272.43º | 0.96% | 0.3% | - |
| XYZ | 2.37 | 1.11 | 7.11 | - |
| YUV | 23.4 | 158.25 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 3 | 77 | 0.44 | 0.96 | 0 | 0.70 | 272.43 | 0.93 | 0.16 |
| Hex | 2B | 3 | 4D | 2C | 60 | 0 | 46 | 110 | 5C | 10 |
| Octal | 53 | 3 | 115 | 54 | 140 | 0 | 106 | 420 | 134 | 20 |
| Binary | 101011 | 11 | 1001101 | 101100 | 1100000 | 0 | 1000110 | 100010000 | 1011100 | 10000 |
Color Harmonies of #2B034D
Complementary color
Monochromatic Colors of #2B034D
Black with #2B034D
Text Example
Text Example
White with #2B034D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B034D; }
p { color: rgb(43,3,77); }
H1.HeaderClassName
{
color: #2B034D;
}
.AnyTagClassName
{
color: #2B034D;
}
</style>
background-color css
<style>
a { background-color: #2B034D; }
a { background-color: rgb(43,3,77); }
div.DivClassName
{
background-color: #2B034D;
}
.BgClassName
{
background-color: #2B034D;
}
</style>
border-color css
<style>
span { border-color: #2B034D; }
span { border-color: rgb(43,3,77); }
td.TdClassName
{
border-color: #2B034D;
}
.TagClassName
{
border-color: #2B034D;
}
</style>