Shades of Blackberry #2B0221
Tints of Blackberry #2B0221
RGB
CMYK
RGB Variations
Color information
#2B0221 (or 0x2B0221) is known color: Blackberry. HEX triplet: 2B, 02 and 21. RGB value is (43,2,33). Sum of RGB (Red+Green+Blue) = 43+2+33=78 (10% of max value = 765). Red value is 43 (17.19% from 255 or 55.13% from 78); Green value is 2 (1.17% from 255 or 2.56% from 78); Blue value is 33 (13.28% from 255 or 42.31% from 78); Max value from RGB is 43 - color contains mainly: red. Hex color #2B0221 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B0221 is #D4FDDE. Grayscale: #111111. Windows color (decimal): -13958623 or 2163243. OLE color: 2163243.
HSL color Cylindrical-coordinate representation of color #2B0221: hue angle of 314.63º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2B0221 is Cyan = 0, Magento = 0.95, Yellow = 0.23 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 2 | 33 | - |
| CMYK | 0 | 0.95 | 0.23 | 0.83 |
| HSL | 314.63º | 0.91% | 0.09% | - |
| HSV(B) | 314.63º | 0.95% | 0.17% | - |
| XYZ | 1.29 | 0.67 | 1.5 | - |
| YUV | 17.79 | 136.58 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 2 | 33 | 0 | 0.95 | 0.23 | 0.83 | 314.63 | 0.91 | 0.09 |
| Hex | 2B | 2 | 21 | 0 | 5F | 17 | 53 | 13B | 5B | 9 |
| Octal | 53 | 2 | 41 | 0 | 137 | 27 | 123 | 473 | 133 | 11 |
| Binary | 101011 | 10 | 100001 | 0 | 1011111 | 10111 | 1010011 | 100111011 | 1011011 | 1001 |
Color Harmonies of #2B0221
Complementary color
Monochromatic Colors of #2B0221
Black with #2B0221
Text Example
Text Example
White with #2B0221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0221; }
p { color: rgb(43,2,33); }
H1.HeaderClassName
{
color: #2B0221;
}
.AnyTagClassName
{
color: #2B0221;
}
</style>
background-color css
<style>
a { background-color: #2B0221; }
a { background-color: rgb(43,2,33); }
div.DivClassName
{
background-color: #2B0221;
}
.BgClassName
{
background-color: #2B0221;
}
</style>
border-color css
<style>
span { border-color: #2B0221; }
span { border-color: rgb(43,2,33); }
td.TdClassName
{
border-color: #2B0221;
}
.TagClassName
{
border-color: #2B0221;
}
</style>