Shades of Blackberry #2B081B
Tints of Blackberry #2B081B
RGB
CMYK
RGB Variations
Color information
#2B081B (or 0x2B081B) is known color: Blackberry. HEX triplet: 2B, 08 and 1B. RGB value is (43,8,27). Sum of RGB (Red+Green+Blue) = 43+8+27=78 (10% of max value = 765). Red value is 43 (17.19% from 255 or 55.13% from 78); Green value is 8 (3.52% from 255 or 10.26% from 78); Blue value is 27 (10.94% from 255 or 34.62% from 78); Max value from RGB is 43 - color contains mainly: red. Hex color #2B081B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B081B is #D4F7E4. Grayscale: #141414. Windows color (decimal): -13957093 or 1771563. OLE color: 1771563.
HSL color Cylindrical-coordinate representation of color #2B081B: hue angle of 327.43º degrees, saturation: 0.69, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B081B is Cyan = 0, Magento = 0.81, Yellow = 0.37 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 8 | 27 | - |
| CMYK | 0 | 0.81 | 0.37 | 0.83 |
| HSL | 327.43º | 0.69% | 0.1% | - |
| HSV(B) | 327.43º | 0.81% | 0.17% | - |
| XYZ | 1.28 | 0.77 | 1.12 | - |
| YUV | 20.63 | 131.6 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 8 | 27 | 0 | 0.81 | 0.37 | 0.83 | 327.43 | 0.69 | 0.1 |
| Hex | 2B | 8 | 1B | 0 | 51 | 25 | 53 | 147 | 45 | A |
| Octal | 53 | 10 | 33 | 0 | 121 | 45 | 123 | 507 | 105 | 12 |
| Binary | 101011 | 1000 | 11011 | 0 | 1010001 | 100101 | 1010011 | 101000111 | 1000101 | 1010 |
Color Harmonies of #2B081B
Complementary color
Monochromatic Colors of #2B081B
Black with #2B081B
Text Example
Text Example
White with #2B081B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B081B; }
p { color: rgb(43,8,27); }
H1.HeaderClassName
{
color: #2B081B;
}
.AnyTagClassName
{
color: #2B081B;
}
</style>
background-color css
<style>
a { background-color: #2B081B; }
a { background-color: rgb(43,8,27); }
div.DivClassName
{
background-color: #2B081B;
}
.BgClassName
{
background-color: #2B081B;
}
</style>
border-color css
<style>
span { border-color: #2B081B; }
span { border-color: rgb(43,8,27); }
td.TdClassName
{
border-color: #2B081B;
}
.TagClassName
{
border-color: #2B081B;
}
</style>