Shades of Blackberry #2B111F
Tints of Blackberry #2B111F
RGB
CMYK
RGB Variations
Color information
#2B111F (or 0x2B111F) is known color: Blackberry. HEX triplet: 2B, 11 and 1F. RGB value is (43,17,31). Sum of RGB (Red+Green+Blue) = 43+17+31=91 (12% of max value = 765). Red value is 43 (17.19% from 255 or 47.25% from 91); Green value is 17 (7.03% from 255 or 18.68% from 91); Blue value is 31 (12.5% from 255 or 34.07% from 91); Max value from RGB is 43 - color contains mainly: red. Hex color #2B111F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B111F is #D4EEE0. Grayscale: #1A1A1A. Windows color (decimal): -13954785 or 2036011. OLE color: 2036011.
HSL color Cylindrical-coordinate representation of color #2B111F: hue angle of 327.69º degrees, saturation: 0.43, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2B111F is Cyan = 0, Magento = 0.60, Yellow = 0.28 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 17 | 31 | - |
| CMYK | 0 | 0.60 | 0.28 | 0.83 |
| HSL | 327.69º | 0.43% | 0.12% | - |
| HSV(B) | 327.69º | 0.6% | 0.17% | - |
| XYZ | 1.44 | 1.01 | 1.42 | - |
| YUV | 26.37 | 130.61 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 17 | 31 | 0 | 0.60 | 0.28 | 0.83 | 327.69 | 0.43 | 0.12 |
| Hex | 2B | 11 | 1F | 0 | 3C | 1C | 53 | 148 | 2B | C |
| Octal | 53 | 21 | 37 | 0 | 74 | 34 | 123 | 510 | 53 | 14 |
| Binary | 101011 | 10001 | 11111 | 0 | 111100 | 11100 | 1010011 | 101001000 | 101011 | 1100 |
Color Harmonies of #2B111F
Complementary color
Monochromatic Colors of #2B111F
Black with #2B111F
Text Example
Text Example
White with #2B111F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B111F; }
p { color: rgb(43,17,31); }
H1.HeaderClassName
{
color: #2B111F;
}
.AnyTagClassName
{
color: #2B111F;
}
</style>
background-color css
<style>
a { background-color: #2B111F; }
a { background-color: rgb(43,17,31); }
div.DivClassName
{
background-color: #2B111F;
}
.BgClassName
{
background-color: #2B111F;
}
</style>
border-color css
<style>
span { border-color: #2B111F; }
span { border-color: rgb(43,17,31); }
td.TdClassName
{
border-color: #2B111F;
}
.TagClassName
{
border-color: #2B111F;
}
</style>