Shades of Blackcurrant #2B2630
Tints of Blackcurrant #2B2630
RGB
CMYK
RGB Variations
Color information
#2B2630 (or 0x2B2630) is known color: Blackcurrant. HEX triplet: 2B, 26 and 30. RGB value is (43,38,48). Sum of RGB (Red+Green+Blue) = 43+38+48=129 (17% of max value = 765). Red value is 43 (17.19% from 255 or 33.33% from 129); Green value is 38 (15.23% from 255 or 29.46% from 129); Blue value is 48 (19.14% from 255 or 37.21% from 129); Max value from RGB is 48 - color contains mainly: blue. Hex color #2B2630 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2630 is #D4D9CF. Grayscale: #282828. Windows color (decimal): -13949392 or 3155499. OLE color: 3155499.
HSL color Cylindrical-coordinate representation of color #2B2630: hue angle of 270º degrees, saturation: 0.12, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #2B2630 is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 43 | 38 | 48 | - |
| CMYK | 0.10 | 0.21 | 0 | 0.81 |
| HSL | 270º | 0.12% | 0.17% | - |
| HSV(B) | 270º | 0.21% | 0.19% | - |
| XYZ | 2.22 | 2.11 | 3.09 | - |
| YUV | 40.64 | 132.16 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 38 | 48 | 0.10 | 0.21 | 0 | 0.81 | 270 | 0.12 | 0.17 |
| Hex | 2B | 26 | 30 | A | 15 | 0 | 51 | 10E | C | 11 |
| Octal | 53 | 46 | 60 | 12 | 25 | 0 | 121 | 416 | 14 | 21 |
| Binary | 101011 | 100110 | 110000 | 1010 | 10101 | 0 | 1010001 | 100001110 | 1100 | 10001 |
Color Harmonies of #2B2630
Complementary color
Monochromatic Colors of #2B2630
Black with #2B2630
Text Example
Text Example
White with #2B2630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2630; }
p { color: rgb(43,38,48); }
H1.HeaderClassName
{
color: #2B2630;
}
.AnyTagClassName
{
color: #2B2630;
}
</style>
background-color css
<style>
a { background-color: #2B2630; }
a { background-color: rgb(43,38,48); }
div.DivClassName
{
background-color: #2B2630;
}
.BgClassName
{
background-color: #2B2630;
}
</style>
border-color css
<style>
span { border-color: #2B2630; }
span { border-color: rgb(43,38,48); }
td.TdClassName
{
border-color: #2B2630;
}
.TagClassName
{
border-color: #2B2630;
}
</style>