Shades of Blackcurrant #2B0538
Tints of Blackcurrant #2B0538
RGB
CMYK
RGB Variations
Color information
#2B0538 (or 0x2B0538) is known color: Blackcurrant. HEX triplet: 2B, 05 and 38. RGB value is (43,5,56). Sum of RGB (Red+Green+Blue) = 43+5+56=104 (13% of max value = 765). Red value is 43 (17.19% from 255 or 41.35% from 104); Green value is 5 (2.34% from 255 or 4.81% from 104); Blue value is 56 (22.27% from 255 or 53.85% from 104); Max value from RGB is 56 - color contains mainly: blue. Hex color #2B0538 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B0538 is #D4FAC7. Grayscale: #161616. Windows color (decimal): -13957832 or 3671339. OLE color: 3671339.
HSL color Cylindrical-coordinate representation of color #2B0538: hue angle of 284.71º degrees, saturation: 0.84, 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 #2B0538 is Cyan = 0.23, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 43 | 5 | 56 | - |
| CMYK | 0.23 | 0.91 | 0 | 0.78 |
| HSL | 284.71º | 0.84% | 0.12% | - |
| HSV(B) | 284.71º | 0.91% | 0.22% | - |
| XYZ | 1.76 | 0.91 | 3.82 | - |
| YUV | 22.18 | 147.09 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 5 | 56 | 0.23 | 0.91 | 0 | 0.78 | 284.71 | 0.84 | 0.12 |
| Hex | 2B | 5 | 38 | 17 | 5B | 0 | 4E | 11D | 54 | C |
| Octal | 53 | 5 | 70 | 27 | 133 | 0 | 116 | 435 | 124 | 14 |
| Binary | 101011 | 101 | 111000 | 10111 | 1011011 | 0 | 1001110 | 100011101 | 1010100 | 1100 |
Color Harmonies of #2B0538
Complementary color
Monochromatic Colors of #2B0538
Black with #2B0538
Text Example
Text Example
White with #2B0538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0538; }
p { color: rgb(43,5,56); }
H1.HeaderClassName
{
color: #2B0538;
}
.AnyTagClassName
{
color: #2B0538;
}
</style>
background-color css
<style>
a { background-color: #2B0538; }
a { background-color: rgb(43,5,56); }
div.DivClassName
{
background-color: #2B0538;
}
.BgClassName
{
background-color: #2B0538;
}
</style>
border-color css
<style>
span { border-color: #2B0538; }
span { border-color: rgb(43,5,56); }
td.TdClassName
{
border-color: #2B0538;
}
.TagClassName
{
border-color: #2B0538;
}
</style>