Shades of Blackcurrant #2B073A
Tints of Blackcurrant #2B073A
RGB
CMYK
RGB Variations
Color information
#2B073A (or 0x2B073A) is known color: Blackcurrant. HEX triplet: 2B, 07 and 3A. RGB value is (43,7,58). Sum of RGB (Red+Green+Blue) = 43+7+58=108 (14% of max value = 765). Red value is 43 (17.19% from 255 or 39.81% from 108); Green value is 7 (3.12% from 255 or 6.48% from 108); Blue value is 58 (23.05% from 255 or 53.70% from 108); Max value from RGB is 58 - color contains mainly: blue. Hex color #2B073A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B073A is #D4F8C5. Grayscale: #171717. Windows color (decimal): -13957318 or 3802923. OLE color: 3802923.
HSL color Cylindrical-coordinate representation of color #2B073A: hue angle of 282.35º degrees, saturation: 0.78, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2B073A is Cyan = 0.26, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 43 | 7 | 58 | - |
| CMYK | 0.26 | 0.88 | 0 | 0.77 |
| HSL | 282.35º | 0.78% | 0.13% | - |
| HSV(B) | 282.35º | 0.88% | 0.23% | - |
| XYZ | 1.84 | 0.97 | 4.09 | - |
| YUV | 23.58 | 147.43 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 7 | 58 | 0.26 | 0.88 | 0 | 0.77 | 282.35 | 0.78 | 0.13 |
| Hex | 2B | 7 | 3A | 1A | 58 | 0 | 4D | 11A | 4E | D |
| Octal | 53 | 7 | 72 | 32 | 130 | 0 | 115 | 432 | 116 | 15 |
| Binary | 101011 | 111 | 111010 | 11010 | 1011000 | 0 | 1001101 | 100011010 | 1001110 | 1101 |
Color Harmonies of #2B073A
Complementary color
Monochromatic Colors of #2B073A
Black with #2B073A
Text Example
Text Example
White with #2B073A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B073A; }
p { color: rgb(43,7,58); }
H1.HeaderClassName
{
color: #2B073A;
}
.AnyTagClassName
{
color: #2B073A;
}
</style>
background-color css
<style>
a { background-color: #2B073A; }
a { background-color: rgb(43,7,58); }
div.DivClassName
{
background-color: #2B073A;
}
.BgClassName
{
background-color: #2B073A;
}
</style>
border-color css
<style>
span { border-color: #2B073A; }
span { border-color: rgb(43,7,58); }
td.TdClassName
{
border-color: #2B073A;
}
.TagClassName
{
border-color: #2B073A;
}
</style>