Shades of Blackberry #2B111E
Tints of Blackberry #2B111E
RGB
CMYK
RGB Variations
Color information
#2B111E (or 0x2B111E) is known color: Blackberry. HEX triplet: 2B, 11 and 1E. RGB value is (43,17,30). Sum of RGB (Red+Green+Blue) = 43+17+30=90 (11% of max value = 765). Red value is 43 (17.19% from 255 or 47.78% from 90); Green value is 17 (7.03% from 255 or 18.89% from 90); Blue value is 30 (12.11% from 255 or 33.33% from 90); Max value from RGB is 43 - color contains mainly: red. Hex color #2B111E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B111E is #D4EEE1. Grayscale: #1A1A1A. Windows color (decimal): -13954786 or 1970475. OLE color: 1970475.
HSL color Cylindrical-coordinate representation of color #2B111E: hue angle of 330º 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 #2B111E is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 17 | 30 | - |
| CMYK | 0 | 0.60 | 0.30 | 0.83 |
| HSL | 330º | 0.43% | 0.12% | - |
| HSV(B) | 330º | 0.6% | 0.17% | - |
| XYZ | 1.43 | 1.01 | 1.35 | - |
| YUV | 26.26 | 130.11 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 17 | 30 | 0 | 0.60 | 0.30 | 0.83 | 330 | 0.43 | 0.12 |
| Hex | 2B | 11 | 1E | 0 | 3C | 1E | 53 | 14A | 2B | C |
| Octal | 53 | 21 | 36 | 0 | 74 | 36 | 123 | 512 | 53 | 14 |
| Binary | 101011 | 10001 | 11110 | 0 | 111100 | 11110 | 1010011 | 101001010 | 101011 | 1100 |
Color Harmonies of #2B111E
Complementary color
Monochromatic Colors of #2B111E
Black with #2B111E
Text Example
Text Example
White with #2B111E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B111E; }
p { color: rgb(43,17,30); }
H1.HeaderClassName
{
color: #2B111E;
}
.AnyTagClassName
{
color: #2B111E;
}
</style>
background-color css
<style>
a { background-color: #2B111E; }
a { background-color: rgb(43,17,30); }
div.DivClassName
{
background-color: #2B111E;
}
.BgClassName
{
background-color: #2B111E;
}
</style>
border-color css
<style>
span { border-color: #2B111E; }
span { border-color: rgb(43,17,30); }
td.TdClassName
{
border-color: #2B111E;
}
.TagClassName
{
border-color: #2B111E;
}
</style>