Shades of Blackberry #2A001D
Tints of Blackberry #2A001D
RGB
CMYK
RGB Variations
Color information
#2A001D (or 0x2A001D) is known color: Blackberry. HEX triplet: 2A, 00 and 1D. RGB value is (42,0,29). Sum of RGB (Red+Green+Blue) = 42+0+29=71 (9% of max value = 765). Red value is 42 (16.80% from 255 or 59.15% from 71); Green value is 0 (0.39% from 255 or 0% from 71); Blue value is 29 (11.72% from 255 or 40.85% from 71); Max value from RGB is 42 - color contains mainly: red. Hex color #2A001D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A001D is #D5FFE2. Grayscale: #0F0F0F. Windows color (decimal): -14024675 or 1900586. OLE color: 1900586.
HSL color Cylindrical-coordinate representation of color #2A001D: hue angle of 318.57º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2A001D is Cyan = 0, Magento = 1, Yellow = 0.31 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 0 | 29 | - |
| CMYK | 0 | 1 | 0.31 | 0.84 |
| HSL | 318.57º | 1% | 0.08% | - |
| HSV(B) | 318.57º | 1% | 0.16% | - |
| XYZ | 1.18 | 0.58 | 1.21 | - |
| YUV | 15.86 | 135.41 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 0 | 29 | 0 | 1 | 0.31 | 0.84 | 318.57 | 1 | 0.08 |
| Hex | 2A | 0 | 1D | 0 | 64 | 1F | 54 | 13F | 64 | 8 |
| Octal | 52 | 0 | 35 | 0 | 144 | 37 | 124 | 477 | 144 | 10 |
| Binary | 101010 | 0 | 11101 | 0 | 1100100 | 11111 | 1010100 | 100111111 | 1100100 | 1000 |
Color Harmonies of #2A001D
Complementary color
Monochromatic Colors of #2A001D
Black with #2A001D
Text Example
Text Example
White with #2A001D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A001D; }
p { color: rgb(42,0,29); }
H1.HeaderClassName
{
color: #2A001D;
}
.AnyTagClassName
{
color: #2A001D;
}
</style>
background-color css
<style>
a { background-color: #2A001D; }
a { background-color: rgb(42,0,29); }
div.DivClassName
{
background-color: #2A001D;
}
.BgClassName
{
background-color: #2A001D;
}
</style>
border-color css
<style>
span { border-color: #2A001D; }
span { border-color: rgb(42,0,29); }
td.TdClassName
{
border-color: #2A001D;
}
.TagClassName
{
border-color: #2A001D;
}
</style>