Shades of Blackberry #2B1721
Tints of Blackberry #2B1721
RGB
CMYK
RGB Variations
Color information
#2B1721 (or 0x2B1721) is known color: Blackberry. HEX triplet: 2B, 17 and 21. RGB value is (43,23,33). Sum of RGB (Red+Green+Blue) = 43+23+33=99 (13% of max value = 765). Red value is 43 (17.19% from 255 or 43.43% from 99); Green value is 23 (9.38% from 255 or 23.23% from 99); Blue value is 33 (13.28% from 255 or 33.33% from 99); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1721 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B1721 is #D4E8DE. Grayscale: #1E1E1E. Windows color (decimal): -13953247 or 2168619. OLE color: 2168619.
HSL color Cylindrical-coordinate representation of color #2B1721: hue angle of 330º degrees, saturation: 0.3, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2B1721 is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 23 | 33 | - |
| CMYK | 0 | 0.47 | 0.23 | 0.83 |
| HSL | 330º | 0.3% | 0.13% | - |
| HSV(B) | 330º | 0.47% | 0.17% | - |
| XYZ | 1.58 | 1.24 | 1.59 | - |
| YUV | 30.12 | 129.63 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 23 | 33 | 0 | 0.47 | 0.23 | 0.83 | 330 | 0.3 | 0.13 |
| Hex | 2B | 17 | 21 | 0 | 2F | 17 | 53 | 14A | 1E | D |
| Octal | 53 | 27 | 41 | 0 | 57 | 27 | 123 | 512 | 36 | 15 |
| Binary | 101011 | 10111 | 100001 | 0 | 101111 | 10111 | 1010011 | 101001010 | 11110 | 1101 |
Color Harmonies of #2B1721
Complementary color
Monochromatic Colors of #2B1721
Black with #2B1721
Text Example
Text Example
White with #2B1721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1721; }
p { color: rgb(43,23,33); }
H1.HeaderClassName
{
color: #2B1721;
}
.AnyTagClassName
{
color: #2B1721;
}
</style>
background-color css
<style>
a { background-color: #2B1721; }
a { background-color: rgb(43,23,33); }
div.DivClassName
{
background-color: #2B1721;
}
.BgClassName
{
background-color: #2B1721;
}
</style>
border-color css
<style>
span { border-color: #2B1721; }
span { border-color: rgb(43,23,33); }
td.TdClassName
{
border-color: #2B1721;
}
.TagClassName
{
border-color: #2B1721;
}
</style>