Shades of Blackcurrant #2B1730
Tints of Blackcurrant #2B1730
RGB
CMYK
RGB Variations
Color information
#2B1730 (or 0x2B1730) is known color: Blackcurrant. HEX triplet: 2B, 17 and 30. RGB value is (43,23,48). Sum of RGB (Red+Green+Blue) = 43+23+48=114 (15% of max value = 765). Red value is 43 (17.19% from 255 or 37.72% from 114); Green value is 23 (9.38% from 255 or 20.18% from 114); Blue value is 48 (19.14% from 255 or 42.11% from 114); Max value from RGB is 48 - color contains mainly: blue. Hex color #2B1730 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B1730 is #D4E8CF. Grayscale: #1F1F1F. Windows color (decimal): -13953232 or 3151659. OLE color: 3151659.
HSL color Cylindrical-coordinate representation of color #2B1730: hue angle of 288º degrees, saturation: 0.35, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2B1730 is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 43 | 23 | 48 | - |
| CMYK | 0.10 | 0.52 | 0 | 0.81 |
| HSL | 288º | 0.35% | 0.14% | - |
| HSV(B) | 288º | 0.52% | 0.19% | - |
| XYZ | 1.84 | 1.34 | 2.96 | - |
| YUV | 31.83 | 137.13 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 23 | 48 | 0.10 | 0.52 | 0 | 0.81 | 288 | 0.35 | 0.14 |
| Hex | 2B | 17 | 30 | A | 34 | 0 | 51 | 120 | 23 | E |
| Octal | 53 | 27 | 60 | 12 | 64 | 0 | 121 | 440 | 43 | 16 |
| Binary | 101011 | 10111 | 110000 | 1010 | 110100 | 0 | 1010001 | 100100000 | 100011 | 1110 |
Color Harmonies of #2B1730
Complementary color
Monochromatic Colors of #2B1730
Black with #2B1730
Text Example
Text Example
White with #2B1730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1730; }
p { color: rgb(43,23,48); }
H1.HeaderClassName
{
color: #2B1730;
}
.AnyTagClassName
{
color: #2B1730;
}
</style>
background-color css
<style>
a { background-color: #2B1730; }
a { background-color: rgb(43,23,48); }
div.DivClassName
{
background-color: #2B1730;
}
.BgClassName
{
background-color: #2B1730;
}
</style>
border-color css
<style>
span { border-color: #2B1730; }
span { border-color: rgb(43,23,48); }
td.TdClassName
{
border-color: #2B1730;
}
.TagClassName
{
border-color: #2B1730;
}
</style>