Shades of Blackberry #2A0B1D
Tints of Blackberry #2A0B1D
RGB
CMYK
RGB Variations
Color information
#2A0B1D (or 0x2A0B1D) is known color: Blackberry. HEX triplet: 2A, 0B and 1D. RGB value is (42,11,29). Sum of RGB (Red+Green+Blue) = 42+11+29=82 (10% of max value = 765). Red value is 42 (16.80% from 255 or 51.22% from 82); Green value is 11 (4.69% from 255 or 13.41% from 82); Blue value is 29 (11.72% from 255 or 35.37% from 82); Max value from RGB is 42 - color contains mainly: red. Hex color #2A0B1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0B1D is #D5F4E2. Grayscale: #161616. Windows color (decimal): -14021859 or 1903402. OLE color: 1903402.
HSL color Cylindrical-coordinate representation of color #2A0B1D: hue angle of 325.16º 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 #2A0B1D is Cyan = 0, Magento = 0.74, Yellow = 0.31 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 11 | 29 | - |
| CMYK | 0 | 0.74 | 0.31 | 0.84 |
| HSL | 325.16º | 0.58% | 0.1% | - |
| HSV(B) | 325.16º | 0.74% | 0.16% | - |
| XYZ | 1.3 | 0.82 | 1.25 | - |
| YUV | 22.32 | 131.77 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 11 | 29 | 0 | 0.74 | 0.31 | 0.84 | 325.16 | 0.58 | 0.1 |
| Hex | 2A | B | 1D | 0 | 4A | 1F | 54 | 145 | 3A | A |
| Octal | 52 | 13 | 35 | 0 | 112 | 37 | 124 | 505 | 72 | 12 |
| Binary | 101010 | 1011 | 11101 | 0 | 1001010 | 11111 | 1010100 | 101000101 | 111010 | 1010 |
Color Harmonies of #2A0B1D
Complementary color
Monochromatic Colors of #2A0B1D
Black with #2A0B1D
Text Example
Text Example
White with #2A0B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0B1D; }
p { color: rgb(42,11,29); }
H1.HeaderClassName
{
color: #2A0B1D;
}
.AnyTagClassName
{
color: #2A0B1D;
}
</style>
background-color css
<style>
a { background-color: #2A0B1D; }
a { background-color: rgb(42,11,29); }
div.DivClassName
{
background-color: #2A0B1D;
}
.BgClassName
{
background-color: #2A0B1D;
}
</style>
border-color css
<style>
span { border-color: #2A0B1D; }
span { border-color: rgb(42,11,29); }
td.TdClassName
{
border-color: #2A0B1D;
}
.TagClassName
{
border-color: #2A0B1D;
}
</style>