Shades of Blackberry #2A0D1D
Tints of Blackberry #2A0D1D
RGB
CMYK
RGB Variations
Color information
#2A0D1D (or 0x2A0D1D) is known color: Blackberry. HEX triplet: 2A, 0D and 1D. RGB value is (42,13,29). Sum of RGB (Red+Green+Blue) = 42+13+29=84 (11% of max value = 765). Red value is 42 (16.80% from 255 or 50% from 84); Green value is 13 (5.47% from 255 or 15.48% from 84); Blue value is 29 (11.72% from 255 or 34.52% from 84); Max value from RGB is 42 - color contains mainly: red. Hex color #2A0D1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0D1D is #D5F2E2. Grayscale: #171717. Windows color (decimal): -14021347 or 1903914. OLE color: 1903914.
HSL color Cylindrical-coordinate representation of color #2A0D1D: hue angle of 326.9º degrees, saturation: 0.53, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2A0D1D is Cyan = 0, Magento = 0.69, Yellow = 0.31 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 13 | 29 | - |
| CMYK | 0 | 0.69 | 0.31 | 0.84 |
| HSL | 326.9º | 0.53% | 0.11% | - |
| HSV(B) | 326.9º | 0.69% | 0.16% | - |
| XYZ | 1.32 | 0.87 | 1.26 | - |
| YUV | 23.5 | 131.11 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 13 | 29 | 0 | 0.69 | 0.31 | 0.84 | 326.9 | 0.53 | 0.11 |
| Hex | 2A | D | 1D | 0 | 45 | 1F | 54 | 147 | 35 | B |
| Octal | 52 | 15 | 35 | 0 | 105 | 37 | 124 | 507 | 65 | 13 |
| Binary | 101010 | 1101 | 11101 | 0 | 1000101 | 11111 | 1010100 | 101000111 | 110101 | 1011 |
Color Harmonies of #2A0D1D
Complementary color
Monochromatic Colors of #2A0D1D
Black with #2A0D1D
Text Example
Text Example
White with #2A0D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0D1D; }
p { color: rgb(42,13,29); }
H1.HeaderClassName
{
color: #2A0D1D;
}
.AnyTagClassName
{
color: #2A0D1D;
}
</style>
background-color css
<style>
a { background-color: #2A0D1D; }
a { background-color: rgb(42,13,29); }
div.DivClassName
{
background-color: #2A0D1D;
}
.BgClassName
{
background-color: #2A0D1D;
}
</style>
border-color css
<style>
span { border-color: #2A0D1D; }
span { border-color: rgb(42,13,29); }
td.TdClassName
{
border-color: #2A0D1D;
}
.TagClassName
{
border-color: #2A0D1D;
}
</style>