Shades of Blackcurrant #2B0537
Tints of Blackcurrant #2B0537
RGB
CMYK
RGB Variations
Color information
#2B0537 (or 0x2B0537) is known color: Blackcurrant. HEX triplet: 2B, 05 and 37. RGB value is (43,5,55). Sum of RGB (Red+Green+Blue) = 43+5+55=103 (13% of max value = 765). Red value is 43 (17.19% from 255 or 41.75% from 103); Green value is 5 (2.34% from 255 or 4.85% from 103); Blue value is 55 (21.88% from 255 or 53.40% from 103); Max value from RGB is 55 - color contains mainly: blue. Hex color #2B0537 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B0537 is #D4FAC8. Grayscale: #151515. Windows color (decimal): -13957833 or 3605803. OLE color: 3605803.
HSL color Cylindrical-coordinate representation of color #2B0537: hue angle of 285.6º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2B0537 is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 43 | 5 | 55 | - |
| CMYK | 0.22 | 0.91 | 0 | 0.78 |
| HSL | 285.6º | 0.83% | 0.12% | - |
| HSV(B) | 285.6º | 0.91% | 0.22% | - |
| XYZ | 1.74 | 0.9 | 3.7 | - |
| YUV | 22.06 | 146.59 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 5 | 55 | 0.22 | 0.91 | 0 | 0.78 | 285.6 | 0.83 | 0.12 |
| Hex | 2B | 5 | 37 | 16 | 5B | 0 | 4E | 11E | 53 | C |
| Octal | 53 | 5 | 67 | 26 | 133 | 0 | 116 | 436 | 123 | 14 |
| Binary | 101011 | 101 | 110111 | 10110 | 1011011 | 0 | 1001110 | 100011110 | 1010011 | 1100 |
Color Harmonies of #2B0537
Complementary color
Monochromatic Colors of #2B0537
Black with #2B0537
Text Example
Text Example
White with #2B0537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0537; }
p { color: rgb(43,5,55); }
H1.HeaderClassName
{
color: #2B0537;
}
.AnyTagClassName
{
color: #2B0537;
}
</style>
background-color css
<style>
a { background-color: #2B0537; }
a { background-color: rgb(43,5,55); }
div.DivClassName
{
background-color: #2B0537;
}
.BgClassName
{
background-color: #2B0537;
}
</style>
border-color css
<style>
span { border-color: #2B0537; }
span { border-color: rgb(43,5,55); }
td.TdClassName
{
border-color: #2B0537;
}
.TagClassName
{
border-color: #2B0537;
}
</style>