Shades of Blackberry #2B1521
Tints of Blackberry #2B1521
RGB
CMYK
RGB Variations
Color information
#2B1521 (or 0x2B1521) is known color: Blackberry. HEX triplet: 2B, 15 and 21. RGB value is (43,21,33). Sum of RGB (Red+Green+Blue) = 43+21+33=97 (12% of max value = 765). Red value is 43 (17.19% from 255 or 44.33% from 97); Green value is 21 (8.59% from 255 or 21.65% from 97); Blue value is 33 (13.28% from 255 or 34.02% from 97); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1521 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B1521 is #D4EADE. Grayscale: #1C1C1C. Windows color (decimal): -13953759 or 2168107. OLE color: 2168107.
HSL color Cylindrical-coordinate representation of color #2B1521: hue angle of 327.27º degrees, saturation: 0.34, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2B1521 is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 21 | 33 | - |
| CMYK | 0 | 0.51 | 0.23 | 0.83 |
| HSL | 327.27º | 0.34% | 0.13% | - |
| HSV(B) | 327.27º | 0.51% | 0.17% | - |
| XYZ | 1.54 | 1.16 | 1.58 | - |
| YUV | 28.95 | 130.29 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 21 | 33 | 0 | 0.51 | 0.23 | 0.83 | 327.27 | 0.34 | 0.13 |
| Hex | 2B | 15 | 21 | 0 | 33 | 17 | 53 | 147 | 22 | D |
| Octal | 53 | 25 | 41 | 0 | 63 | 27 | 123 | 507 | 42 | 15 |
| Binary | 101011 | 10101 | 100001 | 0 | 110011 | 10111 | 1010011 | 101000111 | 100010 | 1101 |
Color Harmonies of #2B1521
Complementary color
Monochromatic Colors of #2B1521
Black with #2B1521
Text Example
Text Example
White with #2B1521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1521; }
p { color: rgb(43,21,33); }
H1.HeaderClassName
{
color: #2B1521;
}
.AnyTagClassName
{
color: #2B1521;
}
</style>
background-color css
<style>
a { background-color: #2B1521; }
a { background-color: rgb(43,21,33); }
div.DivClassName
{
background-color: #2B1521;
}
.BgClassName
{
background-color: #2B1521;
}
</style>
border-color css
<style>
span { border-color: #2B1521; }
span { border-color: rgb(43,21,33); }
td.TdClassName
{
border-color: #2B1521;
}
.TagClassName
{
border-color: #2B1521;
}
</style>