Shades of Blackberry #2B091B
Tints of Blackberry #2B091B
RGB
CMYK
RGB Variations
Color information
#2B091B (or 0x2B091B) is known color: Blackberry. HEX triplet: 2B, 09 and 1B. RGB value is (43,9,27). Sum of RGB (Red+Green+Blue) = 43+9+27=79 (10% of max value = 765). Red value is 43 (17.19% from 255 or 54.43% from 79); Green value is 9 (3.91% from 255 or 11.39% from 79); Blue value is 27 (10.94% from 255 or 34.18% from 79); Max value from RGB is 43 - color contains mainly: red. Hex color #2B091B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B091B is #D4F6E4. Grayscale: #151515. Windows color (decimal): -13956837 or 1771819. OLE color: 1771819.
HSL color Cylindrical-coordinate representation of color #2B091B: hue angle of 328.24º degrees, saturation: 0.65, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B091B is Cyan = 0, Magento = 0.79, Yellow = 0.37 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 9 | 27 | - |
| CMYK | 0 | 0.79 | 0.37 | 0.83 |
| HSL | 328.24º | 0.65% | 0.1% | - |
| HSV(B) | 328.24º | 0.79% | 0.17% | - |
| XYZ | 1.29 | 0.79 | 1.12 | - |
| YUV | 21.22 | 131.26 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 9 | 27 | 0 | 0.79 | 0.37 | 0.83 | 328.24 | 0.65 | 0.1 |
| Hex | 2B | 9 | 1B | 0 | 4F | 25 | 53 | 148 | 41 | A |
| Octal | 53 | 11 | 33 | 0 | 117 | 45 | 123 | 510 | 101 | 12 |
| Binary | 101011 | 1001 | 11011 | 0 | 1001111 | 100101 | 1010011 | 101001000 | 1000001 | 1010 |
Color Harmonies of #2B091B
Complementary color
Monochromatic Colors of #2B091B
Black with #2B091B
Text Example
Text Example
White with #2B091B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B091B; }
p { color: rgb(43,9,27); }
H1.HeaderClassName
{
color: #2B091B;
}
.AnyTagClassName
{
color: #2B091B;
}
</style>
background-color css
<style>
a { background-color: #2B091B; }
a { background-color: rgb(43,9,27); }
div.DivClassName
{
background-color: #2B091B;
}
.BgClassName
{
background-color: #2B091B;
}
</style>
border-color css
<style>
span { border-color: #2B091B; }
span { border-color: rgb(43,9,27); }
td.TdClassName
{
border-color: #2B091B;
}
.TagClassName
{
border-color: #2B091B;
}
</style>