Shades of Blackcurrant #2B1932
Tints of Blackcurrant #2B1932
RGB
CMYK
RGB Variations
Color information
#2B1932 (or 0x2B1932) is known color: Blackcurrant. HEX triplet: 2B, 19 and 32. RGB value is (43,25,50). Sum of RGB (Red+Green+Blue) = 43+25+50=118 (15% of max value = 765). Red value is 43 (17.19% from 255 or 36.44% from 118); Green value is 25 (10.16% from 255 or 21.19% from 118); Blue value is 50 (19.92% from 255 or 42.37% from 118); Max value from RGB is 50 - color contains mainly: blue. Hex color #2B1932 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B1932 is #D4E6CD. Grayscale: #212121. Windows color (decimal): -13952718 or 3283243. OLE color: 3283243.
HSL color Cylindrical-coordinate representation of color #2B1932: hue angle of 283.2º degrees, saturation: 0.33, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2B1932 is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 43 | 25 | 50 | - |
| CMYK | 0.14 | 0.50 | 0 | 0.80 |
| HSL | 283.2º | 0.33% | 0.15% | - |
| HSV(B) | 283.2º | 0.5% | 0.2% | - |
| XYZ | 1.92 | 1.44 | 3.19 | - |
| YUV | 33.23 | 137.46 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 25 | 50 | 0.14 | 0.50 | 0 | 0.80 | 283.2 | 0.33 | 0.15 |
| Hex | 2B | 19 | 32 | E | 32 | 0 | 50 | 11B | 21 | F |
| Octal | 53 | 31 | 62 | 16 | 62 | 0 | 120 | 433 | 41 | 17 |
| Binary | 101011 | 11001 | 110010 | 1110 | 110010 | 0 | 1010000 | 100011011 | 100001 | 1111 |
Color Harmonies of #2B1932
Complementary color
Monochromatic Colors of #2B1932
Black with #2B1932
Text Example
Text Example
White with #2B1932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1932; }
p { color: rgb(43,25,50); }
H1.HeaderClassName
{
color: #2B1932;
}
.AnyTagClassName
{
color: #2B1932;
}
</style>
background-color css
<style>
a { background-color: #2B1932; }
a { background-color: rgb(43,25,50); }
div.DivClassName
{
background-color: #2B1932;
}
.BgClassName
{
background-color: #2B1932;
}
</style>
border-color css
<style>
span { border-color: #2B1932; }
span { border-color: rgb(43,25,50); }
td.TdClassName
{
border-color: #2B1932;
}
.TagClassName
{
border-color: #2B1932;
}
</style>