Shades of Blackcurrant #2B113D
Tints of Blackcurrant #2B113D
RGB
CMYK
RGB Variations
Color information
#2B113D (or 0x2B113D) is known color: Blackcurrant. HEX triplet: 2B, 11 and 3D. RGB value is (43,17,61). Sum of RGB (Red+Green+Blue) = 43+17+61=121 (16% of max value = 765). Red value is 43 (17.19% from 255 or 35.54% from 121); Green value is 17 (7.03% from 255 or 14.05% from 121); Blue value is 61 (24.22% from 255 or 50.41% from 121); Max value from RGB is 61 - color contains mainly: blue. Hex color #2B113D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B113D is #D4EEC2. Grayscale: #1D1D1D. Windows color (decimal): -13954755 or 4002091. OLE color: 4002091.
HSL color Cylindrical-coordinate representation of color #2B113D: hue angle of 275.45º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B113D is Cyan = 0.30, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 43 | 17 | 61 | - |
| CMYK | 0.30 | 0.72 | 0 | 0.76 |
| HSL | 275.45º | 0.56% | 0.15% | - |
| HSV(B) | 275.45º | 0.72% | 0.24% | - |
| XYZ | 2.04 | 1.25 | 4.55 | - |
| YUV | 29.79 | 145.61 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 17 | 61 | 0.30 | 0.72 | 0 | 0.76 | 275.45 | 0.56 | 0.15 |
| Hex | 2B | 11 | 3D | 1E | 48 | 0 | 4C | 113 | 38 | F |
| Octal | 53 | 21 | 75 | 36 | 110 | 0 | 114 | 423 | 70 | 17 |
| Binary | 101011 | 10001 | 111101 | 11110 | 1001000 | 0 | 1001100 | 100010011 | 111000 | 1111 |
Color Harmonies of #2B113D
Complementary color
Monochromatic Colors of #2B113D
Black with #2B113D
Text Example
Text Example
White with #2B113D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B113D; }
p { color: rgb(43,17,61); }
H1.HeaderClassName
{
color: #2B113D;
}
.AnyTagClassName
{
color: #2B113D;
}
</style>
background-color css
<style>
a { background-color: #2B113D; }
a { background-color: rgb(43,17,61); }
div.DivClassName
{
background-color: #2B113D;
}
.BgClassName
{
background-color: #2B113D;
}
</style>
border-color css
<style>
span { border-color: #2B113D; }
span { border-color: rgb(43,17,61); }
td.TdClassName
{
border-color: #2B113D;
}
.TagClassName
{
border-color: #2B113D;
}
</style>