Shades of Blackcurrant #2B173A
Tints of Blackcurrant #2B173A
RGB
CMYK
RGB Variations
Color information
#2B173A (or 0x2B173A) is known color: Blackcurrant. HEX triplet: 2B, 17 and 3A. RGB value is (43,23,58). Sum of RGB (Red+Green+Blue) = 43+23+58=124 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.68% from 124); Green value is 23 (9.38% from 255 or 18.55% from 124); Blue value is 58 (23.05% from 255 or 46.77% from 124); Max value from RGB is 58 - color contains mainly: blue. Hex color #2B173A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B173A is #D4E8C5. Grayscale: #202020. Windows color (decimal): -13953222 or 3807019. OLE color: 3807019.
HSL color Cylindrical-coordinate representation of color #2B173A: hue angle of 274.29º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2B173A is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 43 | 23 | 58 | - |
| CMYK | 0.26 | 0.60 | 0 | 0.77 |
| HSL | 274.29º | 0.43% | 0.16% | - |
| HSV(B) | 274.29º | 0.6% | 0.23% | - |
| XYZ | 2.07 | 1.43 | 4.17 | - |
| YUV | 32.97 | 142.13 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 23 | 58 | 0.26 | 0.60 | 0 | 0.77 | 274.29 | 0.43 | 0.16 |
| Hex | 2B | 17 | 3A | 1A | 3C | 0 | 4D | 112 | 2B | 10 |
| Octal | 53 | 27 | 72 | 32 | 74 | 0 | 115 | 422 | 53 | 20 |
| Binary | 101011 | 10111 | 111010 | 11010 | 111100 | 0 | 1001101 | 100010010 | 101011 | 10000 |
Color Harmonies of #2B173A
Complementary color
Monochromatic Colors of #2B173A
Black with #2B173A
Text Example
Text Example
White with #2B173A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B173A; }
p { color: rgb(43,23,58); }
H1.HeaderClassName
{
color: #2B173A;
}
.AnyTagClassName
{
color: #2B173A;
}
</style>
background-color css
<style>
a { background-color: #2B173A; }
a { background-color: rgb(43,23,58); }
div.DivClassName
{
background-color: #2B173A;
}
.BgClassName
{
background-color: #2B173A;
}
</style>
border-color css
<style>
span { border-color: #2B173A; }
span { border-color: rgb(43,23,58); }
td.TdClassName
{
border-color: #2B173A;
}
.TagClassName
{
border-color: #2B173A;
}
</style>