Shades of Blackberry #2A0B1B
Tints of Blackberry #2A0B1B
RGB
CMYK
RGB Variations
Color information
#2A0B1B (or 0x2A0B1B) is known color: Blackberry. HEX triplet: 2A, 0B and 1B. RGB value is (42,11,27). Sum of RGB (Red+Green+Blue) = 42+11+27=80 (10% of max value = 765). Red value is 42 (16.80% from 255 or 52.5% from 80); Green value is 11 (4.69% from 255 or 13.75% from 80); Blue value is 27 (10.94% from 255 or 33.75% from 80); Max value from RGB is 42 - color contains mainly: red. Hex color #2A0B1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0B1B is #D5F4E4. Grayscale: #161616. Windows color (decimal): -14021861 or 1772330. OLE color: 1772330.
HSL color Cylindrical-coordinate representation of color #2A0B1B: hue angle of 329.03º degrees, saturation: 0.58, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2A0B1B is Cyan = 0, Magento = 0.74, Yellow = 0.36 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 11 | 27 | - |
| CMYK | 0 | 0.74 | 0.36 | 0.84 |
| HSL | 329.03º | 0.58% | 0.1% | - |
| HSV(B) | 329.03º | 0.74% | 0.16% | - |
| XYZ | 1.27 | 0.81 | 1.13 | - |
| YUV | 22.09 | 130.77 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 11 | 27 | 0 | 0.74 | 0.36 | 0.84 | 329.03 | 0.58 | 0.1 |
| Hex | 2A | B | 1B | 0 | 4A | 24 | 54 | 149 | 3A | A |
| Octal | 52 | 13 | 33 | 0 | 112 | 44 | 124 | 511 | 72 | 12 |
| Binary | 101010 | 1011 | 11011 | 0 | 1001010 | 100100 | 1010100 | 101001001 | 111010 | 1010 |
Color Harmonies of #2A0B1B
Complementary color
Monochromatic Colors of #2A0B1B
Black with #2A0B1B
Text Example
Text Example
White with #2A0B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0B1B; }
p { color: rgb(42,11,27); }
H1.HeaderClassName
{
color: #2A0B1B;
}
.AnyTagClassName
{
color: #2A0B1B;
}
</style>
background-color css
<style>
a { background-color: #2A0B1B; }
a { background-color: rgb(42,11,27); }
div.DivClassName
{
background-color: #2A0B1B;
}
.BgClassName
{
background-color: #2A0B1B;
}
</style>
border-color css
<style>
span { border-color: #2A0B1B; }
span { border-color: rgb(42,11,27); }
td.TdClassName
{
border-color: #2A0B1B;
}
.TagClassName
{
border-color: #2A0B1B;
}
</style>