Shades of Blackberry #2B091A
Tints of Blackberry #2B091A
RGB
CMYK
RGB Variations
Color information
#2B091A (or 0x2B091A) is known color: Blackberry. HEX triplet: 2B, 09 and 1A. RGB value is (43,9,26). Sum of RGB (Red+Green+Blue) = 43+9+26=78 (10% of max value = 765). Red value is 43 (17.19% from 255 or 55.13% from 78); Green value is 9 (3.91% from 255 or 11.54% from 78); Blue value is 26 (10.55% from 255 or 33.33% from 78); Max value from RGB is 43 - color contains mainly: red. Hex color #2B091A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B091A is #D4F6E5. Grayscale: #151515. Windows color (decimal): -13956838 or 1706283. OLE color: 1706283.
HSL color Cylindrical-coordinate representation of color #2B091A: hue angle of 330º 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 #2B091A is Cyan = 0, Magento = 0.79, Yellow = 0.40 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 9 | 26 | - |
| CMYK | 0 | 0.79 | 0.40 | 0.83 |
| HSL | 330º | 0.65% | 0.1% | - |
| HSV(B) | 330º | 0.79% | 0.17% | - |
| XYZ | 1.28 | 0.78 | 1.06 | - |
| YUV | 21.1 | 130.76 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 9 | 26 | 0 | 0.79 | 0.40 | 0.83 | 330 | 0.65 | 0.1 |
| Hex | 2B | 9 | 1A | 0 | 4F | 28 | 53 | 14A | 41 | A |
| Octal | 53 | 11 | 32 | 0 | 117 | 50 | 123 | 512 | 101 | 12 |
| Binary | 101011 | 1001 | 11010 | 0 | 1001111 | 101000 | 1010011 | 101001010 | 1000001 | 1010 |
Color Harmonies of #2B091A
Complementary color
Monochromatic Colors of #2B091A
Black with #2B091A
Text Example
Text Example
White with #2B091A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B091A; }
p { color: rgb(43,9,26); }
H1.HeaderClassName
{
color: #2B091A;
}
.AnyTagClassName
{
color: #2B091A;
}
</style>
background-color css
<style>
a { background-color: #2B091A; }
a { background-color: rgb(43,9,26); }
div.DivClassName
{
background-color: #2B091A;
}
.BgClassName
{
background-color: #2B091A;
}
</style>
border-color css
<style>
span { border-color: #2B091A; }
span { border-color: rgb(43,9,26); }
td.TdClassName
{
border-color: #2B091A;
}
.TagClassName
{
border-color: #2B091A;
}
</style>