Shades of Blackcurrant #2B1B38
Tints of Blackcurrant #2B1B38
RGB
CMYK
RGB Variations
Color information
#2B1B38 (or 0x2B1B38) is known color: Blackcurrant. HEX triplet: 2B, 1B and 38. RGB value is (43,27,56). Sum of RGB (Red+Green+Blue) = 43+27+56=126 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.13% from 126); Green value is 27 (10.94% from 255 or 21.43% from 126); Blue value is 56 (22.27% from 255 or 44.44% from 126); Max value from RGB is 56 - color contains mainly: blue. Hex color #2B1B38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B1B38 is #D4E4C7. Grayscale: #222222. Windows color (decimal): -13952200 or 3676971. OLE color: 3676971.
HSL color Cylindrical-coordinate representation of color #2B1B38: hue angle of 273.1º degrees, saturation: 0.35, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2B1B38 is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 43 | 27 | 56 | - |
| CMYK | 0.23 | 0.52 | 0 | 0.78 |
| HSL | 273.1º | 0.35% | 0.16% | - |
| HSV(B) | 273.1º | 0.52% | 0.22% | - |
| XYZ | 2.1 | 1.58 | 3.94 | - |
| YUV | 35.09 | 139.8 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 27 | 56 | 0.23 | 0.52 | 0 | 0.78 | 273.1 | 0.35 | 0.16 |
| Hex | 2B | 1B | 38 | 17 | 34 | 0 | 4E | 111 | 23 | 10 |
| Octal | 53 | 33 | 70 | 27 | 64 | 0 | 116 | 421 | 43 | 20 |
| Binary | 101011 | 11011 | 111000 | 10111 | 110100 | 0 | 1001110 | 100010001 | 100011 | 10000 |
Color Harmonies of #2B1B38
Complementary color
Monochromatic Colors of #2B1B38
Black with #2B1B38
Text Example
Text Example
White with #2B1B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1B38; }
p { color: rgb(43,27,56); }
H1.HeaderClassName
{
color: #2B1B38;
}
.AnyTagClassName
{
color: #2B1B38;
}
</style>
background-color css
<style>
a { background-color: #2B1B38; }
a { background-color: rgb(43,27,56); }
div.DivClassName
{
background-color: #2B1B38;
}
.BgClassName
{
background-color: #2B1B38;
}
</style>
border-color css
<style>
span { border-color: #2B1B38; }
span { border-color: rgb(43,27,56); }
td.TdClassName
{
border-color: #2B1B38;
}
.TagClassName
{
border-color: #2B1B38;
}
</style>