Shades of Blackcurrant #2B2230
Tints of Blackcurrant #2B2230
RGB
CMYK
RGB Variations
Color information
#2B2230 (or 0x2B2230) is known color: Blackcurrant. HEX triplet: 2B, 22 and 30. RGB value is (43,34,48). Sum of RGB (Red+Green+Blue) = 43+34+48=125 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.4% from 125); Green value is 34 (13.67% from 255 or 27.2% from 125); Blue value is 48 (19.14% from 255 or 38.4% from 125); Max value from RGB is 48 - color contains mainly: blue. Hex color #2B2230 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2230 is #D4DDCF. Grayscale: #262626. Windows color (decimal): -13950416 or 3154475. OLE color: 3154475.
HSL color Cylindrical-coordinate representation of color #2B2230: hue angle of 278.57º degrees, saturation: 0.17, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #2B2230 is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 43 | 34 | 48 | - |
| CMYK | 0.10 | 0.29 | 0 | 0.81 |
| HSL | 278.57º | 0.17% | 0.16% | - |
| HSV(B) | 278.57º | 0.29% | 0.19% | - |
| XYZ | 2.1 | 1.87 | 3.05 | - |
| YUV | 38.29 | 133.48 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 34 | 48 | 0.10 | 0.29 | 0 | 0.81 | 278.57 | 0.17 | 0.16 |
| Hex | 2B | 22 | 30 | A | 1D | 0 | 51 | 117 | 11 | 10 |
| Octal | 53 | 42 | 60 | 12 | 35 | 0 | 121 | 427 | 21 | 20 |
| Binary | 101011 | 100010 | 110000 | 1010 | 11101 | 0 | 1010001 | 100010111 | 10001 | 10000 |
Color Harmonies of #2B2230
Complementary color
Monochromatic Colors of #2B2230
Black with #2B2230
Text Example
Text Example
White with #2B2230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2230; }
p { color: rgb(43,34,48); }
H1.HeaderClassName
{
color: #2B2230;
}
.AnyTagClassName
{
color: #2B2230;
}
</style>
background-color css
<style>
a { background-color: #2B2230; }
a { background-color: rgb(43,34,48); }
div.DivClassName
{
background-color: #2B2230;
}
.BgClassName
{
background-color: #2B2230;
}
</style>
border-color css
<style>
span { border-color: #2B2230; }
span { border-color: rgb(43,34,48); }
td.TdClassName
{
border-color: #2B2230;
}
.TagClassName
{
border-color: #2B2230;
}
</style>