Shades of Blackberry #2B1420
Tints of Blackberry #2B1420
RGB
CMYK
RGB Variations
Color information
#2B1420 (or 0x2B1420) is known color: Blackberry. HEX triplet: 2B, 14 and 20. RGB value is (43,20,32). Sum of RGB (Red+Green+Blue) = 43+20+32=95 (12% of max value = 765). Red value is 43 (17.19% from 255 or 45.26% from 95); Green value is 20 (8.20% from 255 or 21.05% from 95); Blue value is 32 (12.89% from 255 or 33.68% from 95); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1420 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B1420 is #D4EBDF. Grayscale: #1C1C1C. Windows color (decimal): -13954016 or 2102315. OLE color: 2102315.
HSL color Cylindrical-coordinate representation of color #2B1420: hue angle of 328.7º degrees, saturation: 0.37, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2B1420 is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 20 | 32 | - |
| CMYK | 0 | 0.53 | 0.26 | 0.83 |
| HSL | 328.7º | 0.37% | 0.12% | - |
| HSV(B) | 328.7º | 0.53% | 0.17% | - |
| XYZ | 1.51 | 1.12 | 1.5 | - |
| YUV | 28.25 | 130.12 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 20 | 32 | 0 | 0.53 | 0.26 | 0.83 | 328.7 | 0.37 | 0.12 |
| Hex | 2B | 14 | 20 | 0 | 35 | 1A | 53 | 149 | 25 | C |
| Octal | 53 | 24 | 40 | 0 | 65 | 32 | 123 | 511 | 45 | 14 |
| Binary | 101011 | 10100 | 100000 | 0 | 110101 | 11010 | 1010011 | 101001001 | 100101 | 1100 |
Color Harmonies of #2B1420
Complementary color
Monochromatic Colors of #2B1420
Black with #2B1420
Text Example
Text Example
White with #2B1420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1420; }
p { color: rgb(43,20,32); }
H1.HeaderClassName
{
color: #2B1420;
}
.AnyTagClassName
{
color: #2B1420;
}
</style>
background-color css
<style>
a { background-color: #2B1420; }
a { background-color: rgb(43,20,32); }
div.DivClassName
{
background-color: #2B1420;
}
.BgClassName
{
background-color: #2B1420;
}
</style>
border-color css
<style>
span { border-color: #2B1420; }
span { border-color: rgb(43,20,32); }
td.TdClassName
{
border-color: #2B1420;
}
.TagClassName
{
border-color: #2B1420;
}
</style>