Shades of Blackcurrant #2B262F
Tints of Blackcurrant #2B262F
RGB
CMYK
RGB Variations
Color information
#2B262F (or 0x2B262F) is known color: Blackcurrant. HEX triplet: 2B, 26 and 2F. RGB value is (43,38,47). Sum of RGB (Red+Green+Blue) = 43+38+47=128 (16% of max value = 765). Red value is 43 (17.19% from 255 or 33.59% from 128); Green value is 38 (15.23% from 255 or 29.69% from 128); Blue value is 47 (18.75% from 255 or 36.72% from 128); Max value from RGB is 47 - color contains mainly: blue. Hex color #2B262F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B262F is #D4D9D0. Grayscale: #282828. Windows color (decimal): -13949393 or 3089963. OLE color: 3089963.
HSL color Cylindrical-coordinate representation of color #2B262F: hue angle of 273.33º degrees, saturation: 0.11, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #2B262F is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 43 | 38 | 47 | - |
| CMYK | 0.09 | 0.19 | 0 | 0.82 |
| HSL | 273.33º | 0.11% | 0.17% | - |
| HSV(B) | 273.33º | 0.19% | 0.18% | - |
| XYZ | 2.2 | 2.11 | 2.98 | - |
| YUV | 40.52 | 131.66 | 129.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 38 | 47 | 0.09 | 0.19 | 0 | 0.82 | 273.33 | 0.11 | 0.17 |
| Hex | 2B | 26 | 2F | 9 | 13 | 0 | 52 | 111 | B | 11 |
| Octal | 53 | 46 | 57 | 11 | 23 | 0 | 122 | 421 | 13 | 21 |
| Binary | 101011 | 100110 | 101111 | 1001 | 10011 | 0 | 1010010 | 100010001 | 1011 | 10001 |
Color Harmonies of #2B262F
Complementary color
Monochromatic Colors of #2B262F
Black with #2B262F
Text Example
Text Example
White with #2B262F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B262F; }
p { color: rgb(43,38,47); }
H1.HeaderClassName
{
color: #2B262F;
}
.AnyTagClassName
{
color: #2B262F;
}
</style>
background-color css
<style>
a { background-color: #2B262F; }
a { background-color: rgb(43,38,47); }
div.DivClassName
{
background-color: #2B262F;
}
.BgClassName
{
background-color: #2B262F;
}
</style>
border-color css
<style>
span { border-color: #2B262F; }
span { border-color: rgb(43,38,47); }
td.TdClassName
{
border-color: #2B262F;
}
.TagClassName
{
border-color: #2B262F;
}
</style>