Shades of Blackberry #2B1821
Tints of Blackberry #2B1821
RGB
CMYK
RGB Variations
Color information
#2B1821 (or 0x2B1821) is known color: Blackberry. HEX triplet: 2B, 18 and 21. RGB value is (43,24,33). Sum of RGB (Red+Green+Blue) = 43+24+33=100 (13% of max value = 765). Red value is 43 (17.19% from 255 or 43% from 100); Green value is 24 (9.77% from 255 or 24% from 100); Blue value is 33 (13.28% from 255 or 33% from 100); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1821 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B1821 is #D4E7DE. Grayscale: #1E1E1E. Windows color (decimal): -13952991 or 2168875. OLE color: 2168875.
HSL color Cylindrical-coordinate representation of color #2B1821: hue angle of 331.58º degrees, saturation: 0.28, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2B1821 is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 24 | 33 | - |
| CMYK | 0 | 0.44 | 0.23 | 0.83 |
| HSL | 331.58º | 0.28% | 0.13% | - |
| HSV(B) | 331.58º | 0.44% | 0.17% | - |
| XYZ | 1.6 | 1.28 | 1.6 | - |
| YUV | 30.71 | 129.29 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 24 | 33 | 0 | 0.44 | 0.23 | 0.83 | 331.58 | 0.28 | 0.13 |
| Hex | 2B | 18 | 21 | 0 | 2C | 17 | 53 | 14C | 1C | D |
| Octal | 53 | 30 | 41 | 0 | 54 | 27 | 123 | 514 | 34 | 15 |
| Binary | 101011 | 11000 | 100001 | 0 | 101100 | 10111 | 1010011 | 101001100 | 11100 | 1101 |
Color Harmonies of #2B1821
Complementary color
Monochromatic Colors of #2B1821
Black with #2B1821
Text Example
Text Example
White with #2B1821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1821; }
p { color: rgb(43,24,33); }
H1.HeaderClassName
{
color: #2B1821;
}
.AnyTagClassName
{
color: #2B1821;
}
</style>
background-color css
<style>
a { background-color: #2B1821; }
a { background-color: rgb(43,24,33); }
div.DivClassName
{
background-color: #2B1821;
}
.BgClassName
{
background-color: #2B1821;
}
</style>
border-color css
<style>
span { border-color: #2B1821; }
span { border-color: rgb(43,24,33); }
td.TdClassName
{
border-color: #2B1821;
}
.TagClassName
{
border-color: #2B1821;
}
</style>