Shades of Blackcurrant #2B2134
Tints of Blackcurrant #2B2134
RGB
CMYK
RGB Variations
Color information
#2B2134 (or 0x2B2134) is known color: Blackcurrant. HEX triplet: 2B, 21 and 34. RGB value is (43,33,52). Sum of RGB (Red+Green+Blue) = 43+33+52=128 (16% of max value = 765). Red value is 43 (17.19% from 255 or 33.59% from 128); Green value is 33 (13.28% from 255 or 25.78% from 128); Blue value is 52 (20.70% from 255 or 40.62% from 128); Max value from RGB is 52 - color contains mainly: blue. Hex color #2B2134 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2134 is #D4DECB. Grayscale: #262626. Windows color (decimal): -13950668 or 3416363. OLE color: 3416363.
HSL color Cylindrical-coordinate representation of color #2B2134: hue angle of 271.58º degrees, saturation: 0.22, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #2B2134 is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 43 | 33 | 52 | - |
| CMYK | 0.17 | 0.37 | 0 | 0.80 |
| HSL | 271.58º | 0.22% | 0.17% | - |
| HSV(B) | 271.58º | 0.37% | 0.2% | - |
| XYZ | 2.16 | 1.85 | 3.49 | - |
| YUV | 38.16 | 135.81 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 33 | 52 | 0.17 | 0.37 | 0 | 0.80 | 271.58 | 0.22 | 0.17 |
| Hex | 2B | 21 | 34 | 11 | 25 | 0 | 50 | 110 | 16 | 11 |
| Octal | 53 | 41 | 64 | 21 | 45 | 0 | 120 | 420 | 26 | 21 |
| Binary | 101011 | 100001 | 110100 | 10001 | 100101 | 0 | 1010000 | 100010000 | 10110 | 10001 |
Color Harmonies of #2B2134
Complementary color
Monochromatic Colors of #2B2134
Black with #2B2134
Text Example
Text Example
White with #2B2134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2134; }
p { color: rgb(43,33,52); }
H1.HeaderClassName
{
color: #2B2134;
}
.AnyTagClassName
{
color: #2B2134;
}
</style>
background-color css
<style>
a { background-color: #2B2134; }
a { background-color: rgb(43,33,52); }
div.DivClassName
{
background-color: #2B2134;
}
.BgClassName
{
background-color: #2B2134;
}
</style>
border-color css
<style>
span { border-color: #2B2134; }
span { border-color: rgb(43,33,52); }
td.TdClassName
{
border-color: #2B2134;
}
.TagClassName
{
border-color: #2B2134;
}
</style>