Shades of Blackcurrant #2B054D
Tints of Blackcurrant #2B054D
RGB
CMYK
RGB Variations
Color information
#2B054D (or 0x2B054D) is known color: Blackcurrant. HEX triplet: 2B, 05 and 4D. RGB value is (43,5,77). Sum of RGB (Red+Green+Blue) = 43+5+77=125 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.4% from 125); Green value is 5 (2.34% from 255 or 4% from 125); Blue value is 77 (30.47% from 255 or 61.6% from 125); Max value from RGB is 77 - color contains mainly: blue. Hex color #2B054D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B054D is #D4FAB2. Grayscale: #181818. Windows color (decimal): -13957811 or 5047595. OLE color: 5047595.
HSL color Cylindrical-coordinate representation of color #2B054D: hue angle of 271.67º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2B054D is Cyan = 0.44, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
RGB | 43 | 5 | 77 | - |
CMYK | 0.44 | 0.94 | 0 | 0.70 |
HSL | 271.67º | 0.88% | 0.16% | - |
HSV(B) | 271.67º | 0.94% | 0.3% | - |
XYZ | 2.39 | 1.16 | 7.12 | - |
YUV | 24.57 | 157.59 | 141.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 43 | 5 | 77 | 0.44 | 0.94 | 0 | 0.70 | 271.67 | 0.88 | 0.16 |
Hex | 2B | 5 | 4D | 2C | 5E | 0 | 46 | 110 | 58 | 10 |
Octal | 53 | 5 | 115 | 54 | 136 | 0 | 106 | 420 | 130 | 20 |
Binary | 101011 | 101 | 1001101 | 101100 | 1011110 | 0 | 1000110 | 100010000 | 1011000 | 10000 |
Color Harmonies of #2B054D
Complementary color
Monochromatic Colors of #2B054D
Black with #2B054D
Text Example
Text Example
White with #2B054D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B054D; }
p { color: rgb(43,5,77); }
H1.HeaderClassName
{
color: #2B054D;
}
.AnyTagClassName
{
color: #2B054D;
}
</style>
background-color css
<style>
a { background-color: #2B054D; }
a { background-color: rgb(43,5,77); }
div.DivClassName
{
background-color: #2B054D;
}
.BgClassName
{
background-color: #2B054D;
}
</style>
border-color css
<style>
span { border-color: #2B054D; }
span { border-color: rgb(43,5,77); }
td.TdClassName
{
border-color: #2B054D;
}
.TagClassName
{
border-color: #2B054D;
}
</style>