Shades of Blackberry #2B071B
Tints of Blackberry #2B071B
RGB
CMYK
RGB Variations
Color information
#2B071B (or 0x2B071B) is known color: Blackberry. HEX triplet: 2B, 07 and 1B. RGB value is (43,7,27). Sum of RGB (Red+Green+Blue) = 43+7+27=77 (10% of max value = 765). Red value is 43 (17.19% from 255 or 55.84% from 77); Green value is 7 (3.12% from 255 or 9.09% from 77); Blue value is 27 (10.94% from 255 or 35.06% from 77); Max value from RGB is 43 - color contains mainly: red. Hex color #2B071B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B071B is #D4F8E4. Grayscale: #141414. Windows color (decimal): -13957349 or 1771307. OLE color: 1771307.
HSL color Cylindrical-coordinate representation of color #2B071B: hue angle of 326.67º degrees, saturation: 0.72, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2B071B is Cyan = 0, Magento = 0.84, Yellow = 0.37 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 7 | 27 | - |
| CMYK | 0 | 0.84 | 0.37 | 0.83 |
| HSL | 326.67º | 0.72% | 0.1% | - |
| HSV(B) | 326.67º | 0.84% | 0.17% | - |
| XYZ | 1.27 | 0.74 | 1.11 | - |
| YUV | 20.04 | 131.93 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 7 | 27 | 0 | 0.84 | 0.37 | 0.83 | 326.67 | 0.72 | 0.1 |
| Hex | 2B | 7 | 1B | 0 | 54 | 25 | 53 | 147 | 48 | A |
| Octal | 53 | 7 | 33 | 0 | 124 | 45 | 123 | 507 | 110 | 12 |
| Binary | 101011 | 111 | 11011 | 0 | 1010100 | 100101 | 1010011 | 101000111 | 1001000 | 1010 |
Color Harmonies of #2B071B
Complementary color
Monochromatic Colors of #2B071B
Black with #2B071B
Text Example
Text Example
White with #2B071B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B071B; }
p { color: rgb(43,7,27); }
H1.HeaderClassName
{
color: #2B071B;
}
.AnyTagClassName
{
color: #2B071B;
}
</style>
background-color css
<style>
a { background-color: #2B071B; }
a { background-color: rgb(43,7,27); }
div.DivClassName
{
background-color: #2B071B;
}
.BgClassName
{
background-color: #2B071B;
}
</style>
border-color css
<style>
span { border-color: #2B071B; }
span { border-color: rgb(43,7,27); }
td.TdClassName
{
border-color: #2B071B;
}
.TagClassName
{
border-color: #2B071B;
}
</style>