Shades of Blackcurrant #2B2135
Tints of Blackcurrant #2B2135
RGB
CMYK
RGB Variations
Color information
#2B2135 (or 0x2B2135) is known color: Blackcurrant. HEX triplet: 2B, 21 and 35. RGB value is (43,33,53). Sum of RGB (Red+Green+Blue) = 43+33+53=129 (17% of max value = 765). Red value is 43 (17.19% from 255 or 33.33% from 129); Green value is 33 (13.28% from 255 or 25.58% from 129); Blue value is 53 (21.09% from 255 or 41.09% from 129); Max value from RGB is 53 - color contains mainly: blue. Hex color #2B2135 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2135 is #D4DECA. Grayscale: #262626. Windows color (decimal): -13950667 or 3481899. OLE color: 3481899.
HSL color Cylindrical-coordinate representation of color #2B2135: hue angle of 270º degrees, saturation: 0.23, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #2B2135 is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 43 | 33 | 53 | - |
| CMYK | 0.19 | 0.38 | 0 | 0.79 |
| HSL | 270º | 0.23% | 0.17% | - |
| HSV(B) | 270º | 0.38% | 0.21% | - |
| XYZ | 2.18 | 1.86 | 3.61 | - |
| YUV | 38.27 | 136.31 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 33 | 53 | 0.19 | 0.38 | 0 | 0.79 | 270 | 0.23 | 0.17 |
| Hex | 2B | 21 | 35 | 13 | 26 | 0 | 4F | 10E | 17 | 11 |
| Octal | 53 | 41 | 65 | 23 | 46 | 0 | 117 | 416 | 27 | 21 |
| Binary | 101011 | 100001 | 110101 | 10011 | 100110 | 0 | 1001111 | 100001110 | 10111 | 10001 |
Color Harmonies of #2B2135
Complementary color
Monochromatic Colors of #2B2135
Black with #2B2135
Text Example
Text Example
White with #2B2135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2135; }
p { color: rgb(43,33,53); }
H1.HeaderClassName
{
color: #2B2135;
}
.AnyTagClassName
{
color: #2B2135;
}
</style>
background-color css
<style>
a { background-color: #2B2135; }
a { background-color: rgb(43,33,53); }
div.DivClassName
{
background-color: #2B2135;
}
.BgClassName
{
background-color: #2B2135;
}
</style>
border-color css
<style>
span { border-color: #2B2135; }
span { border-color: rgb(43,33,53); }
td.TdClassName
{
border-color: #2B2135;
}
.TagClassName
{
border-color: #2B2135;
}
</style>