Shades of Blackberry #2A121D
Tints of Blackberry #2A121D
RGB
CMYK
RGB Variations
Color information
#2A121D (or 0x2A121D) is known color: Blackberry. HEX triplet: 2A, 12 and 1D. RGB value is (42,18,29). Sum of RGB (Red+Green+Blue) = 42+18+29=89 (11% of max value = 765). Red value is 42 (16.80% from 255 or 47.19% from 89); Green value is 18 (7.42% from 255 or 20.22% from 89); Blue value is 29 (11.72% from 255 or 32.58% from 89); Max value from RGB is 42 - color contains mainly: red. Hex color #2A121D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A121D is #D5EDE2. Grayscale: #1A1A1A. Windows color (decimal): -14020067 or 1905194. OLE color: 1905194.
HSL color Cylindrical-coordinate representation of color #2A121D: hue angle of 332.5º degrees, saturation: 0.4, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2A121D is Cyan = 0, Magento = 0.57, Yellow = 0.31 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 18 | 29 | - |
| CMYK | 0 | 0.57 | 0.31 | 0.84 |
| HSL | 332.5º | 0.4% | 0.12% | - |
| HSV(B) | 332.5º | 0.57% | 0.16% | - |
| XYZ | 1.39 | 1.01 | 1.28 | - |
| YUV | 26.43 | 129.45 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 18 | 29 | 0 | 0.57 | 0.31 | 0.84 | 332.5 | 0.4 | 0.12 |
| Hex | 2A | 12 | 1D | 0 | 39 | 1F | 54 | 14C | 28 | C |
| Octal | 52 | 22 | 35 | 0 | 71 | 37 | 124 | 514 | 50 | 14 |
| Binary | 101010 | 10010 | 11101 | 0 | 111001 | 11111 | 1010100 | 101001100 | 101000 | 1100 |
Color Harmonies of #2A121D
Complementary color
Monochromatic Colors of #2A121D
Black with #2A121D
Text Example
Text Example
White with #2A121D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A121D; }
p { color: rgb(42,18,29); }
H1.HeaderClassName
{
color: #2A121D;
}
.AnyTagClassName
{
color: #2A121D;
}
</style>
background-color css
<style>
a { background-color: #2A121D; }
a { background-color: rgb(42,18,29); }
div.DivClassName
{
background-color: #2A121D;
}
.BgClassName
{
background-color: #2A121D;
}
</style>
border-color css
<style>
span { border-color: #2A121D; }
span { border-color: rgb(42,18,29); }
td.TdClassName
{
border-color: #2A121D;
}
.TagClassName
{
border-color: #2A121D;
}
</style>