Shades of Blackcurrant #2B163B
Tints of Blackcurrant #2B163B
RGB
CMYK
RGB Variations
Color information
#2B163B (or 0x2B163B) is known color: Blackcurrant. HEX triplet: 2B, 16 and 3B. RGB value is (43,22,59). Sum of RGB (Red+Green+Blue) = 43+22+59=124 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.68% from 124); Green value is 22 (8.98% from 255 or 17.74% from 124); Blue value is 59 (23.44% from 255 or 47.58% from 124); Max value from RGB is 59 - color contains mainly: blue. Hex color #2B163B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B163B is #D4E9C4. Grayscale: #202020. Windows color (decimal): -13953477 or 3872299. OLE color: 3872299.
HSL color Cylindrical-coordinate representation of color #2B163B: hue angle of 274.05º degrees, saturation: 0.46, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2B163B is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 43 | 22 | 59 | - |
| CMYK | 0.27 | 0.63 | 0 | 0.77 |
| HSL | 274.05º | 0.46% | 0.16% | - |
| HSV(B) | 274.05º | 0.63% | 0.23% | - |
| XYZ | 2.07 | 1.4 | 4.3 | - |
| YUV | 32.5 | 142.96 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 22 | 59 | 0.27 | 0.63 | 0 | 0.77 | 274.05 | 0.46 | 0.16 |
| Hex | 2B | 16 | 3B | 1B | 3F | 0 | 4D | 112 | 2E | 10 |
| Octal | 53 | 26 | 73 | 33 | 77 | 0 | 115 | 422 | 56 | 20 |
| Binary | 101011 | 10110 | 111011 | 11011 | 111111 | 0 | 1001101 | 100010010 | 101110 | 10000 |
Color Harmonies of #2B163B
Complementary color
Monochromatic Colors of #2B163B
Black with #2B163B
Text Example
Text Example
White with #2B163B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B163B; }
p { color: rgb(43,22,59); }
H1.HeaderClassName
{
color: #2B163B;
}
.AnyTagClassName
{
color: #2B163B;
}
</style>
background-color css
<style>
a { background-color: #2B163B; }
a { background-color: rgb(43,22,59); }
div.DivClassName
{
background-color: #2B163B;
}
.BgClassName
{
background-color: #2B163B;
}
</style>
border-color css
<style>
span { border-color: #2B163B; }
span { border-color: rgb(43,22,59); }
td.TdClassName
{
border-color: #2B163B;
}
.TagClassName
{
border-color: #2B163B;
}
</style>