Shades of Blackcurrant #2B113F
Tints of Blackcurrant #2B113F
RGB
CMYK
RGB Variations
Color information
#2B113F (or 0x2B113F) is known color: Blackcurrant. HEX triplet: 2B, 11 and 3F. RGB value is (43,17,63). Sum of RGB (Red+Green+Blue) = 43+17+63=123 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.96% from 123); Green value is 17 (7.03% from 255 or 13.82% from 123); Blue value is 63 (25% from 255 or 51.22% from 123); Max value from RGB is 63 - color contains mainly: blue. Hex color #2B113F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B113F is #D4EEC0. Grayscale: #1D1D1D. Windows color (decimal): -13954753 or 4133163. OLE color: 4133163.
HSL color Cylindrical-coordinate representation of color #2B113F: hue angle of 273.91º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B113F is Cyan = 0.32, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 43 | 17 | 63 | - |
| CMYK | 0.32 | 0.73 | 0 | 0.75 |
| HSL | 273.91º | 0.58% | 0.16% | - |
| HSV(B) | 273.91º | 0.73% | 0.25% | - |
| XYZ | 2.09 | 1.27 | 4.84 | - |
| YUV | 30.02 | 146.61 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 17 | 63 | 0.32 | 0.73 | 0 | 0.75 | 273.91 | 0.58 | 0.16 |
| Hex | 2B | 11 | 3F | 20 | 49 | 0 | 4B | 112 | 3A | 10 |
| Octal | 53 | 21 | 77 | 40 | 111 | 0 | 113 | 422 | 72 | 20 |
| Binary | 101011 | 10001 | 111111 | 100000 | 1001001 | 0 | 1001011 | 100010010 | 111010 | 10000 |
Color Harmonies of #2B113F
Complementary color
Monochromatic Colors of #2B113F
Black with #2B113F
Text Example
Text Example
White with #2B113F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B113F; }
p { color: rgb(43,17,63); }
H1.HeaderClassName
{
color: #2B113F;
}
.AnyTagClassName
{
color: #2B113F;
}
</style>
background-color css
<style>
a { background-color: #2B113F; }
a { background-color: rgb(43,17,63); }
div.DivClassName
{
background-color: #2B113F;
}
.BgClassName
{
background-color: #2B113F;
}
</style>
border-color css
<style>
span { border-color: #2B113F; }
span { border-color: rgb(43,17,63); }
td.TdClassName
{
border-color: #2B113F;
}
.TagClassName
{
border-color: #2B113F;
}
</style>