Shades of Blackcurrant #2B262E
Tints of Blackcurrant #2B262E
RGB
CMYK
RGB Variations
Color information
#2B262E (or 0x2B262E) is known color: Blackcurrant. HEX triplet: 2B, 26 and 2E. RGB value is (43,38,46). Sum of RGB (Red+Green+Blue) = 43+38+46=127 (16% of max value = 765). Red value is 43 (17.19% from 255 or 33.86% from 127); Green value is 38 (15.23% from 255 or 29.92% from 127); Blue value is 46 (18.36% from 255 or 36.22% from 127); Max value from RGB is 46 - color contains mainly: blue. Hex color #2B262E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B262E is #D4D9D1. Grayscale: #282828. Windows color (decimal): -13949394 or 3024427. OLE color: 3024427.
HSL color Cylindrical-coordinate representation of color #2B262E: hue angle of 277.5º degrees, saturation: 0.1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #2B262E is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 43 | 38 | 46 | - |
| CMYK | 0.07 | 0.17 | 0 | 0.82 |
| HSL | 277.5º | 0.1% | 0.16% | - |
| HSV(B) | 277.5º | 0.17% | 0.18% | - |
| XYZ | 2.18 | 2.1 | 2.87 | - |
| YUV | 40.41 | 131.16 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 38 | 46 | 0.07 | 0.17 | 0 | 0.82 | 277.5 | 0.1 | 0.16 |
| Hex | 2B | 26 | 2E | 7 | 11 | 0 | 52 | 116 | A | 10 |
| Octal | 53 | 46 | 56 | 7 | 21 | 0 | 122 | 426 | 12 | 20 |
| Binary | 101011 | 100110 | 101110 | 111 | 10001 | 0 | 1010010 | 100010110 | 1010 | 10000 |
Color Harmonies of #2B262E
Complementary color
Monochromatic Colors of #2B262E
Black with #2B262E
Text Example
Text Example
White with #2B262E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B262E; }
p { color: rgb(43,38,46); }
H1.HeaderClassName
{
color: #2B262E;
}
.AnyTagClassName
{
color: #2B262E;
}
</style>
background-color css
<style>
a { background-color: #2B262E; }
a { background-color: rgb(43,38,46); }
div.DivClassName
{
background-color: #2B262E;
}
.BgClassName
{
background-color: #2B262E;
}
</style>
border-color css
<style>
span { border-color: #2B262E; }
span { border-color: rgb(43,38,46); }
td.TdClassName
{
border-color: #2B262E;
}
.TagClassName
{
border-color: #2B262E;
}
</style>