Shades of Blackcurrant #2B054A
Tints of Blackcurrant #2B054A
RGB
CMYK
RGB Variations
Color information
#2B054A (or 0x2B054A) is known color: Blackcurrant. HEX triplet: 2B, 05 and 4A. RGB value is (43,5,74). Sum of RGB (Red+Green+Blue) = 43+5+74=122 (16% of max value = 765). Red value is 43 (17.19% from 255 or 35.25% from 122); Green value is 5 (2.34% from 255 or 4.10% from 122); Blue value is 74 (29.30% from 255 or 60.66% from 122); Max value from RGB is 74 - color contains mainly: blue. Hex color #2B054A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B054A is #D4FAB5. Grayscale: #171717. Windows color (decimal): -13957814 or 4850987. OLE color: 4850987.
HSL color Cylindrical-coordinate representation of color #2B054A: hue angle of 273.04º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2B054A is Cyan = 0.42, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 43 | 5 | 74 | - |
| CMYK | 0.42 | 0.93 | 0 | 0.71 |
| HSL | 273.04º | 0.87% | 0.15% | - |
| HSV(B) | 273.04º | 0.93% | 0.29% | - |
| XYZ | 2.29 | 1.12 | 6.57 | - |
| YUV | 24.23 | 156.09 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 5 | 74 | 0.42 | 0.93 | 0 | 0.71 | 273.04 | 0.87 | 0.15 |
| Hex | 2B | 5 | 4A | 2A | 5D | 0 | 47 | 111 | 57 | F |
| Octal | 53 | 5 | 112 | 52 | 135 | 0 | 107 | 421 | 127 | 17 |
| Binary | 101011 | 101 | 1001010 | 101010 | 1011101 | 0 | 1000111 | 100010001 | 1010111 | 1111 |
Color Harmonies of #2B054A
Complementary color
Monochromatic Colors of #2B054A
Black with #2B054A
Text Example
Text Example
White with #2B054A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B054A; }
p { color: rgb(43,5,74); }
H1.HeaderClassName
{
color: #2B054A;
}
.AnyTagClassName
{
color: #2B054A;
}
</style>
background-color css
<style>
a { background-color: #2B054A; }
a { background-color: rgb(43,5,74); }
div.DivClassName
{
background-color: #2B054A;
}
.BgClassName
{
background-color: #2B054A;
}
</style>
border-color css
<style>
span { border-color: #2B054A; }
span { border-color: rgb(43,5,74); }
td.TdClassName
{
border-color: #2B054A;
}
.TagClassName
{
border-color: #2B054A;
}
</style>