Shades of Blackcurrant #2B1939
Tints of Blackcurrant #2B1939
RGB
CMYK
RGB Variations
Color information
#2B1939 (or 0x2B1939) is known color: Blackcurrant. HEX triplet: 2B, 19 and 39. RGB value is (43,25,57). Sum of RGB (Red+Green+Blue) = 43+25+57=125 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.4% from 125); Green value is 25 (10.16% from 255 or 20% from 125); Blue value is 57 (22.66% from 255 or 45.6% from 125); Max value from RGB is 57 - color contains mainly: blue. Hex color #2B1939 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B1939 is #D4E6C6. Grayscale: #212121. Windows color (decimal): -13952711 or 3741995. OLE color: 3741995.
HSL color Cylindrical-coordinate representation of color #2B1939: hue angle of 273.75º degrees, saturation: 0.39, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2B1939 is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 43 | 25 | 57 | - |
| CMYK | 0.25 | 0.56 | 0 | 0.78 |
| HSL | 273.75º | 0.39% | 0.16% | - |
| HSV(B) | 273.75º | 0.56% | 0.22% | - |
| XYZ | 2.08 | 1.5 | 4.05 | - |
| YUV | 34.03 | 140.96 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 25 | 57 | 0.25 | 0.56 | 0 | 0.78 | 273.75 | 0.39 | 0.16 |
| Hex | 2B | 19 | 39 | 19 | 38 | 0 | 4E | 112 | 27 | 10 |
| Octal | 53 | 31 | 71 | 31 | 70 | 0 | 116 | 422 | 47 | 20 |
| Binary | 101011 | 11001 | 111001 | 11001 | 111000 | 0 | 1001110 | 100010010 | 100111 | 10000 |
Color Harmonies of #2B1939
Complementary color
Monochromatic Colors of #2B1939
Black with #2B1939
Text Example
Text Example
White with #2B1939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1939; }
p { color: rgb(43,25,57); }
H1.HeaderClassName
{
color: #2B1939;
}
.AnyTagClassName
{
color: #2B1939;
}
</style>
background-color css
<style>
a { background-color: #2B1939; }
a { background-color: rgb(43,25,57); }
div.DivClassName
{
background-color: #2B1939;
}
.BgClassName
{
background-color: #2B1939;
}
</style>
border-color css
<style>
span { border-color: #2B1939; }
span { border-color: rgb(43,25,57); }
td.TdClassName
{
border-color: #2B1939;
}
.TagClassName
{
border-color: #2B1939;
}
</style>