Shades of Blackcurrant #2B1A33
Tints of Blackcurrant #2B1A33
RGB
CMYK
RGB Variations
Color information
#2B1A33 (or 0x2B1A33) is known color: Blackcurrant. HEX triplet: 2B, 1A and 33. RGB value is (43,26,51). Sum of RGB (Red+Green+Blue) = 43+26+51=120 (15% of max value = 765). Red value is 43 (17.19% from 255 or 35.83% from 120); Green value is 26 (10.55% from 255 or 21.67% from 120); Blue value is 51 (20.31% from 255 or 42.5% from 120); Max value from RGB is 51 - color contains mainly: blue. Hex color #2B1A33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B1A33 is #D4E5CC. Grayscale: #212121. Windows color (decimal): -13952461 or 3349035. OLE color: 3349035.
HSL color Cylindrical-coordinate representation of color #2B1A33: hue angle of 280.8º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2B1A33 is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 43 | 26 | 51 | - |
| CMYK | 0.16 | 0.49 | 0 | 0.8 |
| HSL | 280.8º | 0.32% | 0.15% | - |
| HSV(B) | 280.8º | 0.49% | 0.2% | - |
| XYZ | 1.96 | 1.49 | 3.32 | - |
| YUV | 33.93 | 137.63 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 26 | 51 | 0.16 | 0.49 | 0 | 0.8 | 280.8 | 0.32 | 0.15 |
| Hex | 2B | 1A | 33 | 10 | 31 | 0 | 50 | 119 | 20 | F |
| Octal | 53 | 32 | 63 | 20 | 61 | 0 | 120 | 431 | 40 | 17 |
| Binary | 101011 | 11010 | 110011 | 10000 | 110001 | 0 | 1010000 | 100011001 | 100000 | 1111 |
Color Harmonies of #2B1A33
Complementary color
Monochromatic Colors of #2B1A33
Black with #2B1A33
Text Example
Text Example
White with #2B1A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1A33; }
p { color: rgb(43,26,51); }
H1.HeaderClassName
{
color: #2B1A33;
}
.AnyTagClassName
{
color: #2B1A33;
}
</style>
background-color css
<style>
a { background-color: #2B1A33; }
a { background-color: rgb(43,26,51); }
div.DivClassName
{
background-color: #2B1A33;
}
.BgClassName
{
background-color: #2B1A33;
}
</style>
border-color css
<style>
span { border-color: #2B1A33; }
span { border-color: rgb(43,26,51); }
td.TdClassName
{
border-color: #2B1A33;
}
.TagClassName
{
border-color: #2B1A33;
}
</style>