Shades of Blackcurrant #2B1930
Tints of Blackcurrant #2B1930
RGB
CMYK
RGB Variations
Color information
#2B1930 (or 0x2B1930) is known color: Blackcurrant. HEX triplet: 2B, 19 and 30. RGB value is (43,25,48). Sum of RGB (Red+Green+Blue) = 43+25+48=116 (15% of max value = 765). Red value is 43 (17.19% from 255 or 37.07% from 116); Green value is 25 (10.16% from 255 or 21.55% from 116); Blue value is 48 (19.14% from 255 or 41.38% from 116); Max value from RGB is 48 - color contains mainly: blue. Hex color #2B1930 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B1930 is #D4E6CF. Grayscale: #202020. Windows color (decimal): -13952720 or 3152171. OLE color: 3152171.
HSL color Cylindrical-coordinate representation of color #2B1930: hue angle of 286.96º degrees, saturation: 0.32, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2B1930 is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 43 | 25 | 48 | - |
| CMYK | 0.10 | 0.48 | 0 | 0.81 |
| HSL | 286.96º | 0.32% | 0.14% | - |
| HSV(B) | 286.96º | 0.48% | 0.19% | - |
| XYZ | 1.88 | 1.42 | 2.97 | - |
| YUV | 33 | 136.46 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 25 | 48 | 0.10 | 0.48 | 0 | 0.81 | 286.96 | 0.32 | 0.14 |
| Hex | 2B | 19 | 30 | A | 30 | 0 | 51 | 11F | 20 | E |
| Octal | 53 | 31 | 60 | 12 | 60 | 0 | 121 | 437 | 40 | 16 |
| Binary | 101011 | 11001 | 110000 | 1010 | 110000 | 0 | 1010001 | 100011111 | 100000 | 1110 |
Color Harmonies of #2B1930
Complementary color
Monochromatic Colors of #2B1930
Black with #2B1930
Text Example
Text Example
White with #2B1930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1930; }
p { color: rgb(43,25,48); }
H1.HeaderClassName
{
color: #2B1930;
}
.AnyTagClassName
{
color: #2B1930;
}
</style>
background-color css
<style>
a { background-color: #2B1930; }
a { background-color: rgb(43,25,48); }
div.DivClassName
{
background-color: #2B1930;
}
.BgClassName
{
background-color: #2B1930;
}
</style>
border-color css
<style>
span { border-color: #2B1930; }
span { border-color: rgb(43,25,48); }
td.TdClassName
{
border-color: #2B1930;
}
.TagClassName
{
border-color: #2B1930;
}
</style>