Shades of Blackcurrant #2B2332
Tints of Blackcurrant #2B2332
RGB
CMYK
RGB Variations
Color information
#2B2332 (or 0x2B2332) is known color: Blackcurrant. HEX triplet: 2B, 23 and 32. RGB value is (43,35,50). Sum of RGB (Red+Green+Blue) = 43+35+50=128 (16% of max value = 765). Red value is 43 (17.19% from 255 or 33.59% from 128); Green value is 35 (14.06% from 255 or 27.34% from 128); Blue value is 50 (19.92% from 255 or 39.06% from 128); Max value from RGB is 50 - color contains mainly: blue. Hex color #2B2332 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2332 is #D4DCCD. Grayscale: #272727. Windows color (decimal): -13950158 or 3285803. OLE color: 3285803.
HSL color Cylindrical-coordinate representation of color #2B2332: hue angle of 272º degrees, saturation: 0.18, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #2B2332 is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 43 | 35 | 50 | - |
| CMYK | 0.14 | 0.30 | 0 | 0.80 |
| HSL | 272º | 0.18% | 0.17% | - |
| HSV(B) | 272º | 0.3% | 0.2% | - |
| XYZ | 2.17 | 1.95 | 3.28 | - |
| YUV | 39.1 | 134.15 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 35 | 50 | 0.14 | 0.30 | 0 | 0.80 | 272 | 0.18 | 0.17 |
| Hex | 2B | 23 | 32 | E | 1E | 0 | 50 | 110 | 12 | 11 |
| Octal | 53 | 43 | 62 | 16 | 36 | 0 | 120 | 420 | 22 | 21 |
| Binary | 101011 | 100011 | 110010 | 1110 | 11110 | 0 | 1010000 | 100010000 | 10010 | 10001 |
Color Harmonies of #2B2332
Complementary color
Monochromatic Colors of #2B2332
Black with #2B2332
Text Example
Text Example
White with #2B2332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2332; }
p { color: rgb(43,35,50); }
H1.HeaderClassName
{
color: #2B2332;
}
.AnyTagClassName
{
color: #2B2332;
}
</style>
background-color css
<style>
a { background-color: #2B2332; }
a { background-color: rgb(43,35,50); }
div.DivClassName
{
background-color: #2B2332;
}
.BgClassName
{
background-color: #2B2332;
}
</style>
border-color css
<style>
span { border-color: #2B2332; }
span { border-color: rgb(43,35,50); }
td.TdClassName
{
border-color: #2B2332;
}
.TagClassName
{
border-color: #2B2332;
}
</style>