Shades of Blackcurrant #2B242D
Tints of Blackcurrant #2B242D
RGB
CMYK
RGB Variations
Color information
#2B242D (or 0x2B242D) is known color: Blackcurrant. HEX triplet: 2B, 24 and 2D. RGB value is (43,36,45). Sum of RGB (Red+Green+Blue) = 43+36+45=124 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.68% from 124); Green value is 36 (14.45% from 255 or 29.03% from 124); Blue value is 45 (17.97% from 255 or 36.29% from 124); Max value from RGB is 45 - color contains mainly: blue. Hex color #2B242D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B242D is #D4DBD2. Grayscale: #272727. Windows color (decimal): -13949907 or 2958379. OLE color: 2958379.
HSL color Cylindrical-coordinate representation of color #2B242D: hue angle of 286.67º degrees, saturation: 0.11, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #2B242D is Cyan = 0.04, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 43 | 36 | 45 | - |
| CMYK | 0.04 | 0.2 | 0 | 0.82 |
| HSL | 286.67º | 0.11% | 0.16% | - |
| HSV(B) | 286.67º | 0.2% | 0.18% | - |
| XYZ | 2.1 | 1.96 | 2.75 | - |
| YUV | 39.12 | 131.32 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 36 | 45 | 0.04 | 0.2 | 0 | 0.82 | 286.67 | 0.11 | 0.16 |
| Hex | 2B | 24 | 2D | 4 | 14 | 0 | 52 | 11F | B | 10 |
| Octal | 53 | 44 | 55 | 4 | 24 | 0 | 122 | 437 | 13 | 20 |
| Binary | 101011 | 100100 | 101101 | 100 | 10100 | 0 | 1010010 | 100011111 | 1011 | 10000 |
Color Harmonies of #2B242D
Complementary color
Monochromatic Colors of #2B242D
Black with #2B242D
Text Example
Text Example
White with #2B242D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B242D; }
p { color: rgb(43,36,45); }
H1.HeaderClassName
{
color: #2B242D;
}
.AnyTagClassName
{
color: #2B242D;
}
</style>
background-color css
<style>
a { background-color: #2B242D; }
a { background-color: rgb(43,36,45); }
div.DivClassName
{
background-color: #2B242D;
}
.BgClassName
{
background-color: #2B242D;
}
</style>
border-color css
<style>
span { border-color: #2B242D; }
span { border-color: rgb(43,36,45); }
td.TdClassName
{
border-color: #2B242D;
}
.TagClassName
{
border-color: #2B242D;
}
</style>