Shades of Blackcurrant #2B232F
Tints of Blackcurrant #2B232F
RGB
CMYK
RGB Variations
Color information
#2B232F (or 0x2B232F) is known color: Blackcurrant. HEX triplet: 2B, 23 and 2F. RGB value is (43,35,47). Sum of RGB (Red+Green+Blue) = 43+35+47=125 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.4% from 125); Green value is 35 (14.06% from 255 or 28% from 125); Blue value is 47 (18.75% from 255 or 37.6% from 125); Max value from RGB is 47 - color contains mainly: blue. Hex color #2B232F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B232F is #D4DCD0. Grayscale: #262626. Windows color (decimal): -13950161 or 3089195. OLE color: 3089195.
HSL color Cylindrical-coordinate representation of color #2B232F: hue angle of 280º degrees, saturation: 0.15, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #2B232F is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 43 | 35 | 47 | - |
| CMYK | 0.09 | 0.26 | 0 | 0.82 |
| HSL | 280º | 0.15% | 0.16% | - |
| HSV(B) | 280º | 0.26% | 0.18% | - |
| XYZ | 2.11 | 1.92 | 2.95 | - |
| YUV | 38.76 | 132.65 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 35 | 47 | 0.09 | 0.26 | 0 | 0.82 | 280 | 0.15 | 0.16 |
| Hex | 2B | 23 | 2F | 9 | 1A | 0 | 52 | 118 | F | 10 |
| Octal | 53 | 43 | 57 | 11 | 32 | 0 | 122 | 430 | 17 | 20 |
| Binary | 101011 | 100011 | 101111 | 1001 | 11010 | 0 | 1010010 | 100011000 | 1111 | 10000 |
Color Harmonies of #2B232F
Complementary color
Monochromatic Colors of #2B232F
Black with #2B232F
Text Example
Text Example
White with #2B232F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B232F; }
p { color: rgb(43,35,47); }
H1.HeaderClassName
{
color: #2B232F;
}
.AnyTagClassName
{
color: #2B232F;
}
</style>
background-color css
<style>
a { background-color: #2B232F; }
a { background-color: rgb(43,35,47); }
div.DivClassName
{
background-color: #2B232F;
}
.BgClassName
{
background-color: #2B232F;
}
</style>
border-color css
<style>
span { border-color: #2B232F; }
span { border-color: rgb(43,35,47); }
td.TdClassName
{
border-color: #2B232F;
}
.TagClassName
{
border-color: #2B232F;
}
</style>