Shades of Blackberry #2B091F
Tints of Blackberry #2B091F
RGB
CMYK
RGB Variations
Color information
#2B091F (or 0x2B091F) is known color: Blackberry. HEX triplet: 2B, 09 and 1F. RGB value is (43,9,31). Sum of RGB (Red+Green+Blue) = 43+9+31=83 (10% of max value = 765). Red value is 43 (17.19% from 255 or 51.81% from 83); Green value is 9 (3.91% from 255 or 10.84% from 83); Blue value is 31 (12.5% from 255 or 37.35% from 83); Max value from RGB is 43 - color contains mainly: red. Hex color #2B091F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B091F is #D4F6E0. Grayscale: #151515. Windows color (decimal): -13956833 or 2033963. OLE color: 2033963.
HSL color Cylindrical-coordinate representation of color #2B091F: hue angle of 321.18º 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 #2B091F is Cyan = 0, Magento = 0.79, Yellow = 0.28 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 9 | 31 | - |
| CMYK | 0 | 0.79 | 0.28 | 0.83 |
| HSL | 321.18º | 0.65% | 0.1% | - |
| HSV(B) | 321.18º | 0.79% | 0.17% | - |
| XYZ | 1.34 | 0.81 | 1.38 | - |
| YUV | 21.67 | 133.26 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 9 | 31 | 0 | 0.79 | 0.28 | 0.83 | 321.18 | 0.65 | 0.1 |
| Hex | 2B | 9 | 1F | 0 | 4F | 1C | 53 | 141 | 41 | A |
| Octal | 53 | 11 | 37 | 0 | 117 | 34 | 123 | 501 | 101 | 12 |
| Binary | 101011 | 1001 | 11111 | 0 | 1001111 | 11100 | 1010011 | 101000001 | 1000001 | 1010 |
Color Harmonies of #2B091F
Complementary color
Monochromatic Colors of #2B091F
Black with #2B091F
Text Example
Text Example
White with #2B091F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B091F; }
p { color: rgb(43,9,31); }
H1.HeaderClassName
{
color: #2B091F;
}
.AnyTagClassName
{
color: #2B091F;
}
</style>
background-color css
<style>
a { background-color: #2B091F; }
a { background-color: rgb(43,9,31); }
div.DivClassName
{
background-color: #2B091F;
}
.BgClassName
{
background-color: #2B091F;
}
</style>
border-color css
<style>
span { border-color: #2B091F; }
span { border-color: rgb(43,9,31); }
td.TdClassName
{
border-color: #2B091F;
}
.TagClassName
{
border-color: #2B091F;
}
</style>