Shades of Blackberry #2B0A1D
Tints of Blackberry #2B0A1D
RGB
CMYK
RGB Variations
Color information
#2B0A1D (or 0x2B0A1D) is known color: Blackberry. HEX triplet: 2B, 0A and 1D. RGB value is (43,10,29). Sum of RGB (Red+Green+Blue) = 43+10+29=82 (10% of max value = 765). Red value is 43 (17.19% from 255 or 52.44% from 82); Green value is 10 (4.30% from 255 or 12.20% from 82); Blue value is 29 (11.72% from 255 or 35.37% from 82); Max value from RGB is 43 - color contains mainly: red. Hex color #2B0A1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B0A1D is #D4F5E2. Grayscale: #151515. Windows color (decimal): -13956579 or 1903147. OLE color: 1903147.
HSL color Cylindrical-coordinate representation of color #2B0A1D: hue angle of 325.45º degrees, saturation: 0.62, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B0A1D is Cyan = 0, Magento = 0.77, Yellow = 0.33 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 10 | 29 | - |
| CMYK | 0 | 0.77 | 0.33 | 0.83 |
| HSL | 325.45º | 0.62% | 0.1% | - |
| HSV(B) | 325.45º | 0.77% | 0.17% | - |
| XYZ | 1.33 | 0.82 | 1.25 | - |
| YUV | 22.03 | 131.93 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 10 | 29 | 0 | 0.77 | 0.33 | 0.83 | 325.45 | 0.62 | 0.1 |
| Hex | 2B | A | 1D | 0 | 4D | 21 | 53 | 145 | 3E | A |
| Octal | 53 | 12 | 35 | 0 | 115 | 41 | 123 | 505 | 76 | 12 |
| Binary | 101011 | 1010 | 11101 | 0 | 1001101 | 100001 | 1010011 | 101000101 | 111110 | 1010 |
Color Harmonies of #2B0A1D
Complementary color
Monochromatic Colors of #2B0A1D
Black with #2B0A1D
Text Example
Text Example
White with #2B0A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0A1D; }
p { color: rgb(43,10,29); }
H1.HeaderClassName
{
color: #2B0A1D;
}
.AnyTagClassName
{
color: #2B0A1D;
}
</style>
background-color css
<style>
a { background-color: #2B0A1D; }
a { background-color: rgb(43,10,29); }
div.DivClassName
{
background-color: #2B0A1D;
}
.BgClassName
{
background-color: #2B0A1D;
}
</style>
border-color css
<style>
span { border-color: #2B0A1D; }
span { border-color: rgb(43,10,29); }
td.TdClassName
{
border-color: #2B0A1D;
}
.TagClassName
{
border-color: #2B0A1D;
}
</style>