Shades of Blackcurrant #2B183A
Tints of Blackcurrant #2B183A
RGB
CMYK
RGB Variations
Color information
#2B183A (or 0x2B183A) is known color: Blackcurrant. HEX triplet: 2B, 18 and 3A. RGB value is (43,24,58). Sum of RGB (Red+Green+Blue) = 43+24+58=125 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.4% from 125); Green value is 24 (9.77% from 255 or 19.2% from 125); Blue value is 58 (23.05% from 255 or 46.4% from 125); Max value from RGB is 58 - color contains mainly: blue. Hex color #2B183A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B183A is #D4E7C5. Grayscale: #212121. Windows color (decimal): -13952966 or 3807275. OLE color: 3807275.
HSL color Cylindrical-coordinate representation of color #2B183A: hue angle of 273.53º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2B183A is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 43 | 24 | 58 | - |
| CMYK | 0.26 | 0.59 | 0 | 0.77 |
| HSL | 273.53º | 0.41% | 0.16% | - |
| HSV(B) | 273.53º | 0.59% | 0.23% | - |
| XYZ | 2.09 | 1.47 | 4.18 | - |
| YUV | 33.56 | 141.79 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 24 | 58 | 0.26 | 0.59 | 0 | 0.77 | 273.53 | 0.41 | 0.16 |
| Hex | 2B | 18 | 3A | 1A | 3B | 0 | 4D | 112 | 29 | 10 |
| Octal | 53 | 30 | 72 | 32 | 73 | 0 | 115 | 422 | 51 | 20 |
| Binary | 101011 | 11000 | 111010 | 11010 | 111011 | 0 | 1001101 | 100010010 | 101001 | 10000 |
Color Harmonies of #2B183A
Complementary color
Monochromatic Colors of #2B183A
Black with #2B183A
Text Example
Text Example
White with #2B183A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B183A; }
p { color: rgb(43,24,58); }
H1.HeaderClassName
{
color: #2B183A;
}
.AnyTagClassName
{
color: #2B183A;
}
</style>
background-color css
<style>
a { background-color: #2B183A; }
a { background-color: rgb(43,24,58); }
div.DivClassName
{
background-color: #2B183A;
}
.BgClassName
{
background-color: #2B183A;
}
</style>
border-color css
<style>
span { border-color: #2B183A; }
span { border-color: rgb(43,24,58); }
td.TdClassName
{
border-color: #2B183A;
}
.TagClassName
{
border-color: #2B183A;
}
</style>