Shades of Blackberry #2B131E
Tints of Blackberry #2B131E
RGB
CMYK
RGB Variations
Color information
#2B131E (or 0x2B131E) is known color: Blackberry. HEX triplet: 2B, 13 and 1E. RGB value is (43,19,30). Sum of RGB (Red+Green+Blue) = 43+19+30=92 (12% of max value = 765). Red value is 43 (17.19% from 255 or 46.74% from 92); Green value is 19 (7.81% from 255 or 20.65% from 92); Blue value is 30 (12.11% from 255 or 32.61% from 92); Max value from RGB is 43 - color contains mainly: red. Hex color #2B131E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B131E is #D4ECE1. Grayscale: #1B1B1B. Windows color (decimal): -13954274 or 1970987. OLE color: 1970987.
HSL color Cylindrical-coordinate representation of color #2B131E: hue angle of 332.5º degrees, saturation: 0.39, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2B131E is Cyan = 0, Magento = 0.56, Yellow = 0.30 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 19 | 30 | - |
| CMYK | 0 | 0.56 | 0.30 | 0.83 |
| HSL | 332.5º | 0.39% | 0.12% | - |
| HSV(B) | 332.5º | 0.56% | 0.17% | - |
| XYZ | 1.46 | 1.07 | 1.36 | - |
| YUV | 27.43 | 129.45 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 19 | 30 | 0 | 0.56 | 0.30 | 0.83 | 332.5 | 0.39 | 0.12 |
| Hex | 2B | 13 | 1E | 0 | 38 | 1E | 53 | 14C | 27 | C |
| Octal | 53 | 23 | 36 | 0 | 70 | 36 | 123 | 514 | 47 | 14 |
| Binary | 101011 | 10011 | 11110 | 0 | 111000 | 11110 | 1010011 | 101001100 | 100111 | 1100 |
Color Harmonies of #2B131E
Complementary color
Monochromatic Colors of #2B131E
Black with #2B131E
Text Example
Text Example
White with #2B131E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B131E; }
p { color: rgb(43,19,30); }
H1.HeaderClassName
{
color: #2B131E;
}
.AnyTagClassName
{
color: #2B131E;
}
</style>
background-color css
<style>
a { background-color: #2B131E; }
a { background-color: rgb(43,19,30); }
div.DivClassName
{
background-color: #2B131E;
}
.BgClassName
{
background-color: #2B131E;
}
</style>
border-color css
<style>
span { border-color: #2B131E; }
span { border-color: rgb(43,19,30); }
td.TdClassName
{
border-color: #2B131E;
}
.TagClassName
{
border-color: #2B131E;
}
</style>