Shades of Blackcurrant #2B1836
Tints of Blackcurrant #2B1836
RGB
CMYK
RGB Variations
Color information
#2B1836 (or 0x2B1836) is known color: Blackcurrant. HEX triplet: 2B, 18 and 36. RGB value is (43,24,54). Sum of RGB (Red+Green+Blue) = 43+24+54=121 (16% of max value = 765). Red value is 43 (17.19% from 255 or 35.54% from 121); Green value is 24 (9.77% from 255 or 19.83% from 121); Blue value is 54 (21.48% from 255 or 44.63% from 121); Max value from RGB is 54 - color contains mainly: blue. Hex color #2B1836 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B1836 is #D4E7C9. Grayscale: #212121. Windows color (decimal): -13952970 or 3545131. OLE color: 3545131.
HSL color Cylindrical-coordinate representation of color #2B1836: hue angle of 278º degrees, saturation: 0.38, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2B1836 is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 43 | 24 | 54 | - |
| CMYK | 0.20 | 0.56 | 0 | 0.79 |
| HSL | 278º | 0.38% | 0.15% | - |
| HSV(B) | 278º | 0.56% | 0.21% | - |
| XYZ | 1.99 | 1.43 | 3.66 | - |
| YUV | 33.1 | 139.79 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 24 | 54 | 0.20 | 0.56 | 0 | 0.79 | 278 | 0.38 | 0.15 |
| Hex | 2B | 18 | 36 | 14 | 38 | 0 | 4F | 116 | 26 | F |
| Octal | 53 | 30 | 66 | 24 | 70 | 0 | 117 | 426 | 46 | 17 |
| Binary | 101011 | 11000 | 110110 | 10100 | 111000 | 0 | 1001111 | 100010110 | 100110 | 1111 |
Color Harmonies of #2B1836
Complementary color
Monochromatic Colors of #2B1836
Black with #2B1836
Text Example
Text Example
White with #2B1836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1836; }
p { color: rgb(43,24,54); }
H1.HeaderClassName
{
color: #2B1836;
}
.AnyTagClassName
{
color: #2B1836;
}
</style>
background-color css
<style>
a { background-color: #2B1836; }
a { background-color: rgb(43,24,54); }
div.DivClassName
{
background-color: #2B1836;
}
.BgClassName
{
background-color: #2B1836;
}
</style>
border-color css
<style>
span { border-color: #2B1836; }
span { border-color: rgb(43,24,54); }
td.TdClassName
{
border-color: #2B1836;
}
.TagClassName
{
border-color: #2B1836;
}
</style>