Shades of Blackcurrant #2B0032
Tints of Blackcurrant #2B0032
RGB
CMYK
RGB Variations
Color information
#2B0032 (or 0x2B0032) is known color: Blackcurrant. HEX triplet: 2B, 00 and 32. RGB value is (43,0,50). Sum of RGB (Red+Green+Blue) = 43+0+50=93 (12% of max value = 765). Red value is 43 (17.19% from 255 or 46.24% from 93); Green value is 0 (0.39% from 255 or 0% from 93); Blue value is 50 (19.92% from 255 or 53.76% from 93); Max value from RGB is 50 - color contains mainly: blue. Hex color #2B0032 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B0032 is #D4FFCD. Grayscale: #121212. Windows color (decimal): -13959118 or 3276843. OLE color: 3276843.
HSL color Cylindrical-coordinate representation of color #2B0032: hue angle of 291.6º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2B0032 is Cyan = 0.14, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 43 | 0 | 50 | - |
| CMYK | 0.14 | 1 | 0 | 0.80 |
| HSL | 291.6º | 1% | 0.1% | - |
| HSV(B) | 291.6º | 1% | 0.2% | - |
| XYZ | 1.57 | 0.74 | 3.08 | - |
| YUV | 18.56 | 145.75 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 0 | 50 | 0.14 | 1 | 0 | 0.80 | 291.6 | 1 | 0.1 |
| Hex | 2B | 0 | 32 | E | 64 | 0 | 50 | 124 | 64 | A |
| Octal | 53 | 0 | 62 | 16 | 144 | 0 | 120 | 444 | 144 | 12 |
| Binary | 101011 | 0 | 110010 | 1110 | 1100100 | 0 | 1010000 | 100100100 | 1100100 | 1010 |
Color Harmonies of #2B0032
Complementary color
Monochromatic Colors of #2B0032
Black with #2B0032
Text Example
Text Example
White with #2B0032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0032; }
p { color: rgb(43,0,50); }
H1.HeaderClassName
{
color: #2B0032;
}
.AnyTagClassName
{
color: #2B0032;
}
</style>
background-color css
<style>
a { background-color: #2B0032; }
a { background-color: rgb(43,0,50); }
div.DivClassName
{
background-color: #2B0032;
}
.BgClassName
{
background-color: #2B0032;
}
</style>
border-color css
<style>
span { border-color: #2B0032; }
span { border-color: rgb(43,0,50); }
td.TdClassName
{
border-color: #2B0032;
}
.TagClassName
{
border-color: #2B0032;
}
</style>