Shades of Blackcurrant #2B1740
Tints of Blackcurrant #2B1740
RGB
CMYK
RGB Variations
Color information
#2B1740 (or 0x2B1740) is known color: Blackcurrant. HEX triplet: 2B, 17 and 40. RGB value is (43,23,64). Sum of RGB (Red+Green+Blue) = 43+23+64=130 (17% of max value = 765). Red value is 43 (17.19% from 255 or 33.08% from 130); Green value is 23 (9.38% from 255 or 17.69% from 130); Blue value is 64 (25.39% from 255 or 49.23% from 130); Max value from RGB is 64 - color contains mainly: blue. Hex color #2B1740 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B1740 is #D4E8BF. Grayscale: #212121. Windows color (decimal): -13953216 or 4200235. OLE color: 4200235.
HSL color Cylindrical-coordinate representation of color #2B1740: hue angle of 269.27º degrees, saturation: 0.47, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2B1740 is Cyan = 0.33, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 43 | 23 | 64 | - |
| CMYK | 0.33 | 0.64 | 0 | 0.75 |
| HSL | 269.27º | 0.47% | 0.17% | - |
| HSV(B) | 269.27º | 0.64% | 0.25% | - |
| XYZ | 2.23 | 1.5 | 5.02 | - |
| YUV | 33.65 | 145.13 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 23 | 64 | 0.33 | 0.64 | 0 | 0.75 | 269.27 | 0.47 | 0.17 |
| Hex | 2B | 17 | 40 | 21 | 40 | 0 | 4B | 10D | 2F | 11 |
| Octal | 53 | 27 | 100 | 41 | 100 | 0 | 113 | 415 | 57 | 21 |
| Binary | 101011 | 10111 | 1000000 | 100001 | 1000000 | 0 | 1001011 | 100001101 | 101111 | 10001 |
Color Harmonies of #2B1740
Complementary color
Monochromatic Colors of #2B1740
Black with #2B1740
Text Example
Text Example
White with #2B1740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1740; }
p { color: rgb(43,23,64); }
H1.HeaderClassName
{
color: #2B1740;
}
.AnyTagClassName
{
color: #2B1740;
}
</style>
background-color css
<style>
a { background-color: #2B1740; }
a { background-color: rgb(43,23,64); }
div.DivClassName
{
background-color: #2B1740;
}
.BgClassName
{
background-color: #2B1740;
}
</style>
border-color css
<style>
span { border-color: #2B1740; }
span { border-color: rgb(43,23,64); }
td.TdClassName
{
border-color: #2B1740;
}
.TagClassName
{
border-color: #2B1740;
}
</style>