Shades of Blackberry #2B121D
Tints of Blackberry #2B121D
RGB
CMYK
RGB Variations
Color information
#2B121D (or 0x2B121D) is known color: Blackberry. HEX triplet: 2B, 12 and 1D. RGB value is (43,18,29). Sum of RGB (Red+Green+Blue) = 43+18+29=90 (11% of max value = 765). Red value is 43 (17.19% from 255 or 47.78% from 90); Green value is 18 (7.42% from 255 or 20% from 90); Blue value is 29 (11.72% from 255 or 32.22% from 90); Max value from RGB is 43 - color contains mainly: red. Hex color #2B121D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B121D is #D4EDE2. Grayscale: #1A1A1A. Windows color (decimal): -13954531 or 1905195. OLE color: 1905195.
HSL color Cylindrical-coordinate representation of color #2B121D: hue angle of 333.6º degrees, saturation: 0.41, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2B121D is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 18 | 29 | - |
| CMYK | 0 | 0.58 | 0.33 | 0.83 |
| HSL | 333.6º | 0.41% | 0.12% | - |
| HSV(B) | 333.6º | 0.58% | 0.17% | - |
| XYZ | 1.43 | 1.03 | 1.29 | - |
| YUV | 26.73 | 129.28 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 18 | 29 | 0 | 0.58 | 0.33 | 0.83 | 333.6 | 0.41 | 0.12 |
| Hex | 2B | 12 | 1D | 0 | 3A | 21 | 53 | 14E | 29 | C |
| Octal | 53 | 22 | 35 | 0 | 72 | 41 | 123 | 516 | 51 | 14 |
| Binary | 101011 | 10010 | 11101 | 0 | 111010 | 100001 | 1010011 | 101001110 | 101001 | 1100 |
Color Harmonies of #2B121D
Complementary color
Monochromatic Colors of #2B121D
Black with #2B121D
Text Example
Text Example
White with #2B121D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B121D; }
p { color: rgb(43,18,29); }
H1.HeaderClassName
{
color: #2B121D;
}
.AnyTagClassName
{
color: #2B121D;
}
</style>
background-color css
<style>
a { background-color: #2B121D; }
a { background-color: rgb(43,18,29); }
div.DivClassName
{
background-color: #2B121D;
}
.BgClassName
{
background-color: #2B121D;
}
</style>
border-color css
<style>
span { border-color: #2B121D; }
span { border-color: rgb(43,18,29); }
td.TdClassName
{
border-color: #2B121D;
}
.TagClassName
{
border-color: #2B121D;
}
</style>