Shades of Blackcurrant #2B212F
Tints of Blackcurrant #2B212F
RGB
CMYK
RGB Variations
Color information
#2B212F (or 0x2B212F) is known color: Blackcurrant. HEX triplet: 2B, 21 and 2F. RGB value is (43,33,47). Sum of RGB (Red+Green+Blue) = 43+33+47=123 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.96% from 123); Green value is 33 (13.28% from 255 or 26.83% from 123); Blue value is 47 (18.75% from 255 or 38.21% from 123); Max value from RGB is 47 - color contains mainly: blue. Hex color #2B212F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B212F is #D4DED0. Grayscale: #252525. Windows color (decimal): -13950673 or 3088683. OLE color: 3088683.
HSL color Cylindrical-coordinate representation of color #2B212F: hue angle of 282.86º degrees, saturation: 0.17, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #2B212F is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 43 | 33 | 47 | - |
| CMYK | 0.09 | 0.30 | 0 | 0.82 |
| HSL | 282.86º | 0.18% | 0.16% | - |
| HSV(B) | 282.86º | 0.3% | 0.18% | - |
| XYZ | 2.05 | 1.81 | 2.93 | - |
| YUV | 37.59 | 133.31 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 33 | 47 | 0.09 | 0.30 | 0 | 0.82 | 282.86 | 0.18 | 0.16 |
| Hex | 2B | 21 | 2F | 9 | 1E | 0 | 52 | 11B | 12 | 10 |
| Octal | 53 | 41 | 57 | 11 | 36 | 0 | 122 | 433 | 22 | 20 |
| Binary | 101011 | 100001 | 101111 | 1001 | 11110 | 0 | 1010010 | 100011011 | 10010 | 10000 |
Color Harmonies of #2B212F
Complementary color
Monochromatic Colors of #2B212F
Black with #2B212F
Text Example
Text Example
White with #2B212F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B212F; }
p { color: rgb(43,33,47); }
H1.HeaderClassName
{
color: #2B212F;
}
.AnyTagClassName
{
color: #2B212F;
}
</style>
background-color css
<style>
a { background-color: #2B212F; }
a { background-color: rgb(43,33,47); }
div.DivClassName
{
background-color: #2B212F;
}
.BgClassName
{
background-color: #2B212F;
}
</style>
border-color css
<style>
span { border-color: #2B212F; }
span { border-color: rgb(43,33,47); }
td.TdClassName
{
border-color: #2B212F;
}
.TagClassName
{
border-color: #2B212F;
}
</style>