Shades of Blackberry #2B151F
Tints of Blackberry #2B151F
RGB
CMYK
RGB Variations
Color information
#2B151F (or 0x2B151F) is known color: Blackberry. HEX triplet: 2B, 15 and 1F. RGB value is (43,21,31). Sum of RGB (Red+Green+Blue) = 43+21+31=95 (12% of max value = 765). Red value is 43 (17.19% from 255 or 45.26% from 95); Green value is 21 (8.59% from 255 or 22.11% from 95); Blue value is 31 (12.5% from 255 or 32.63% from 95); Max value from RGB is 43 - color contains mainly: red. Hex color #2B151F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B151F is #D4EAE0. Grayscale: #1C1C1C. Windows color (decimal): -13953761 or 2037035. OLE color: 2037035.
HSL color Cylindrical-coordinate representation of color #2B151F: hue angle of 332.73º degrees, saturation: 0.34, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2B151F is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 21 | 31 | - |
| CMYK | 0 | 0.51 | 0.28 | 0.83 |
| HSL | 332.73º | 0.34% | 0.13% | - |
| HSV(B) | 332.73º | 0.51% | 0.17% | - |
| XYZ | 1.51 | 1.15 | 1.44 | - |
| YUV | 28.72 | 129.29 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 21 | 31 | 0 | 0.51 | 0.28 | 0.83 | 332.73 | 0.34 | 0.13 |
| Hex | 2B | 15 | 1F | 0 | 33 | 1C | 53 | 14D | 22 | D |
| Octal | 53 | 25 | 37 | 0 | 63 | 34 | 123 | 515 | 42 | 15 |
| Binary | 101011 | 10101 | 11111 | 0 | 110011 | 11100 | 1010011 | 101001101 | 100010 | 1101 |
Color Harmonies of #2B151F
Complementary color
Monochromatic Colors of #2B151F
Black with #2B151F
Text Example
Text Example
White with #2B151F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B151F; }
p { color: rgb(43,21,31); }
H1.HeaderClassName
{
color: #2B151F;
}
.AnyTagClassName
{
color: #2B151F;
}
</style>
background-color css
<style>
a { background-color: #2B151F; }
a { background-color: rgb(43,21,31); }
div.DivClassName
{
background-color: #2B151F;
}
.BgClassName
{
background-color: #2B151F;
}
</style>
border-color css
<style>
span { border-color: #2B151F; }
span { border-color: rgb(43,21,31); }
td.TdClassName
{
border-color: #2B151F;
}
.TagClassName
{
border-color: #2B151F;
}
</style>