Shades of Blackcurrant #2B1738
Tints of Blackcurrant #2B1738
RGB
CMYK
RGB Variations
Color information
#2B1738 (or 0x2B1738) is known color: Blackcurrant. HEX triplet: 2B, 17 and 38. RGB value is (43,23,56). Sum of RGB (Red+Green+Blue) = 43+23+56=122 (16% of max value = 765). Red value is 43 (17.19% from 255 or 35.25% from 122); Green value is 23 (9.38% from 255 or 18.85% from 122); Blue value is 56 (22.27% from 255 or 45.90% from 122); Max value from RGB is 56 - color contains mainly: blue. Hex color #2B1738 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B1738 is #D4E8C7. Grayscale: #202020. Windows color (decimal): -13953224 or 3675947. OLE color: 3675947.
HSL color Cylindrical-coordinate representation of color #2B1738: hue angle of 276.36º degrees, saturation: 0.42, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2B1738 is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 43 | 23 | 56 | - |
| CMYK | 0.23 | 0.59 | 0 | 0.78 |
| HSL | 276.36º | 0.42% | 0.15% | - |
| HSV(B) | 276.36º | 0.59% | 0.22% | - |
| XYZ | 2.02 | 1.41 | 3.91 | - |
| YUV | 32.74 | 141.13 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 23 | 56 | 0.23 | 0.59 | 0 | 0.78 | 276.36 | 0.42 | 0.15 |
| Hex | 2B | 17 | 38 | 17 | 3B | 0 | 4E | 114 | 2A | F |
| Octal | 53 | 27 | 70 | 27 | 73 | 0 | 116 | 424 | 52 | 17 |
| Binary | 101011 | 10111 | 111000 | 10111 | 111011 | 0 | 1001110 | 100010100 | 101010 | 1111 |
Color Harmonies of #2B1738
Complementary color
Monochromatic Colors of #2B1738
Black with #2B1738
Text Example
Text Example
White with #2B1738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1738; }
p { color: rgb(43,23,56); }
H1.HeaderClassName
{
color: #2B1738;
}
.AnyTagClassName
{
color: #2B1738;
}
</style>
background-color css
<style>
a { background-color: #2B1738; }
a { background-color: rgb(43,23,56); }
div.DivClassName
{
background-color: #2B1738;
}
.BgClassName
{
background-color: #2B1738;
}
</style>
border-color css
<style>
span { border-color: #2B1738; }
span { border-color: rgb(43,23,56); }
td.TdClassName
{
border-color: #2B1738;
}
.TagClassName
{
border-color: #2B1738;
}
</style>