Shades of Blackcurrant #2B242E
Tints of Blackcurrant #2B242E
RGB
CMYK
RGB Variations
Color information
#2B242E (or 0x2B242E) is known color: Blackcurrant. HEX triplet: 2B, 24 and 2E. RGB value is (43,36,46). Sum of RGB (Red+Green+Blue) = 43+36+46=125 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.4% from 125); Green value is 36 (14.45% from 255 or 28.8% from 125); Blue value is 46 (18.36% from 255 or 36.8% from 125); Max value from RGB is 46 - color contains mainly: blue. Hex color #2B242E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B242E is #D4DBD1. Grayscale: #272727. Windows color (decimal): -13949906 or 3023915. OLE color: 3023915.
HSL color Cylindrical-coordinate representation of color #2B242E: hue angle of 282º degrees, saturation: 0.12, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #2B242E is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 43 | 36 | 46 | - |
| CMYK | 0.07 | 0.22 | 0 | 0.82 |
| HSL | 282º | 0.12% | 0.16% | - |
| HSV(B) | 282º | 0.22% | 0.18% | - |
| XYZ | 2.12 | 1.97 | 2.85 | - |
| YUV | 39.23 | 131.82 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 36 | 46 | 0.07 | 0.22 | 0 | 0.82 | 282 | 0.12 | 0.16 |
| Hex | 2B | 24 | 2E | 7 | 16 | 0 | 52 | 11A | C | 10 |
| Octal | 53 | 44 | 56 | 7 | 26 | 0 | 122 | 432 | 14 | 20 |
| Binary | 101011 | 100100 | 101110 | 111 | 10110 | 0 | 1010010 | 100011010 | 1100 | 10000 |
Color Harmonies of #2B242E
Complementary color
Monochromatic Colors of #2B242E
Black with #2B242E
Text Example
Text Example
White with #2B242E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B242E; }
p { color: rgb(43,36,46); }
H1.HeaderClassName
{
color: #2B242E;
}
.AnyTagClassName
{
color: #2B242E;
}
</style>
background-color css
<style>
a { background-color: #2B242E; }
a { background-color: rgb(43,36,46); }
div.DivClassName
{
background-color: #2B242E;
}
.BgClassName
{
background-color: #2B242E;
}
</style>
border-color css
<style>
span { border-color: #2B242E; }
span { border-color: rgb(43,36,46); }
td.TdClassName
{
border-color: #2B242E;
}
.TagClassName
{
border-color: #2B242E;
}
</style>