Shades of Blackcurrant #2B043A
Tints of Blackcurrant #2B043A
RGB
CMYK
RGB Variations
Color information
#2B043A (or 0x2B043A) is known color: Blackcurrant. HEX triplet: 2B, 04 and 3A. RGB value is (43,4,58). Sum of RGB (Red+Green+Blue) = 43+4+58=105 (13% of max value = 765). Red value is 43 (17.19% from 255 or 40.95% from 105); Green value is 4 (1.95% from 255 or 3.81% from 105); Blue value is 58 (23.05% from 255 or 55.24% from 105); Max value from RGB is 58 - color contains mainly: blue. Hex color #2B043A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B043A is #D4FBC5. Grayscale: #151515. Windows color (decimal): -13958086 or 3802155. OLE color: 3802155.
HSL color Cylindrical-coordinate representation of color #2B043A: hue angle of 283.33º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2B043A is Cyan = 0.26, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 43 | 4 | 58 | - |
| CMYK | 0.26 | 0.93 | 0 | 0.77 |
| HSL | 283.33º | 0.87% | 0.12% | - |
| HSV(B) | 283.33º | 0.93% | 0.23% | - |
| XYZ | 1.8 | 0.91 | 4.08 | - |
| YUV | 21.82 | 148.42 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 4 | 58 | 0.26 | 0.93 | 0 | 0.77 | 283.33 | 0.87 | 0.12 |
| Hex | 2B | 4 | 3A | 1A | 5D | 0 | 4D | 11B | 57 | C |
| Octal | 53 | 4 | 72 | 32 | 135 | 0 | 115 | 433 | 127 | 14 |
| Binary | 101011 | 100 | 111010 | 11010 | 1011101 | 0 | 1001101 | 100011011 | 1010111 | 1100 |
Color Harmonies of #2B043A
Complementary color
Monochromatic Colors of #2B043A
Black with #2B043A
Text Example
Text Example
White with #2B043A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B043A; }
p { color: rgb(43,4,58); }
H1.HeaderClassName
{
color: #2B043A;
}
.AnyTagClassName
{
color: #2B043A;
}
</style>
background-color css
<style>
a { background-color: #2B043A; }
a { background-color: rgb(43,4,58); }
div.DivClassName
{
background-color: #2B043A;
}
.BgClassName
{
background-color: #2B043A;
}
</style>
border-color css
<style>
span { border-color: #2B043A; }
span { border-color: rgb(43,4,58); }
td.TdClassName
{
border-color: #2B043A;
}
.TagClassName
{
border-color: #2B043A;
}
</style>