Shades of Blackcurrant #2B0055
Tints of Blackcurrant #2B0055
RGB
CMYK
RGB Variations
Color information
#2B0055 (or 0x2B0055) is known color: Blackcurrant. HEX triplet: 2B, 00 and 55. RGB value is (43,0,85). Sum of RGB (Red+Green+Blue) = 43+0+85=128 (16% of max value = 765). Red value is 43 (17.19% from 255 or 33.59% from 128); Green value is 0 (0.39% from 255 or 0% from 128); Blue value is 85 (33.59% from 255 or 66.41% from 128); Max value from RGB is 85 - color contains mainly: blue. Hex color #2B0055 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B0055 is #D4FFAA. Grayscale: #161616. Windows color (decimal): -13959083 or 5570603. OLE color: 5570603.
HSL color Cylindrical-coordinate representation of color #2B0055: hue angle of 270.35º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2B0055 is Cyan = 0.49, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 43 | 0 | 85 | - |
| CMYK | 0.49 | 1 | 0 | 0.67 |
| HSL | 270.35º | 1% | 0.17% | - |
| HSV(B) | 270.35º | 1% | 0.33% | - |
| XYZ | 2.64 | 1.17 | 8.68 | - |
| YUV | 22.55 | 163.25 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 0 | 85 | 0.49 | 1 | 0 | 0.67 | 270.35 | 1 | 0.17 |
| Hex | 2B | 0 | 55 | 31 | 64 | 0 | 43 | 10E | 64 | 11 |
| Octal | 53 | 0 | 125 | 61 | 144 | 0 | 103 | 416 | 144 | 21 |
| Binary | 101011 | 0 | 1010101 | 110001 | 1100100 | 0 | 1000011 | 100001110 | 1100100 | 10001 |
Color Harmonies of #2B0055
Complementary color
Monochromatic Colors of #2B0055
Black with #2B0055
Text Example
Text Example
White with #2B0055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0055; }
p { color: rgb(43,0,85); }
H1.HeaderClassName
{
color: #2B0055;
}
.AnyTagClassName
{
color: #2B0055;
}
</style>
background-color css
<style>
a { background-color: #2B0055; }
a { background-color: rgb(43,0,85); }
div.DivClassName
{
background-color: #2B0055;
}
.BgClassName
{
background-color: #2B0055;
}
</style>
border-color css
<style>
span { border-color: #2B0055; }
span { border-color: rgb(43,0,85); }
td.TdClassName
{
border-color: #2B0055;
}
.TagClassName
{
border-color: #2B0055;
}
</style>