Shades of Blackberry #2A091A
Tints of Blackberry #2A091A
RGB
CMYK
RGB Variations
Color information
#2A091A (or 0x2A091A) is known color: Blackberry. HEX triplet: 2A, 09 and 1A. RGB value is (42,9,26). Sum of RGB (Red+Green+Blue) = 42+9+26=77 (10% of max value = 765). Red value is 42 (16.80% from 255 or 54.55% from 77); Green value is 9 (3.91% from 255 or 11.69% from 77); Blue value is 26 (10.55% from 255 or 33.77% from 77); Max value from RGB is 42 - color contains mainly: red. Hex color #2A091A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A091A is #D5F6E5. Grayscale: #141414. Windows color (decimal): -14022374 or 1706282. OLE color: 1706282.
HSL color Cylindrical-coordinate representation of color #2A091A: hue angle of 329.09º degrees, saturation: 0.65, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2A091A is Cyan = 0, Magento = 0.79, Yellow = 0.38 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 9 | 26 | - |
| CMYK | 0 | 0.79 | 0.38 | 0.84 |
| HSL | 329.09º | 0.65% | 0.1% | - |
| HSV(B) | 329.09º | 0.79% | 0.16% | - |
| XYZ | 1.24 | 0.76 | 1.06 | - |
| YUV | 20.81 | 130.93 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 9 | 26 | 0 | 0.79 | 0.38 | 0.84 | 329.09 | 0.65 | 0.1 |
| Hex | 2A | 9 | 1A | 0 | 4F | 26 | 54 | 149 | 41 | A |
| Octal | 52 | 11 | 32 | 0 | 117 | 46 | 124 | 511 | 101 | 12 |
| Binary | 101010 | 1001 | 11010 | 0 | 1001111 | 100110 | 1010100 | 101001001 | 1000001 | 1010 |
Color Harmonies of #2A091A
Complementary color
Monochromatic Colors of #2A091A
Black with #2A091A
Text Example
Text Example
White with #2A091A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A091A; }
p { color: rgb(42,9,26); }
H1.HeaderClassName
{
color: #2A091A;
}
.AnyTagClassName
{
color: #2A091A;
}
</style>
background-color css
<style>
a { background-color: #2A091A; }
a { background-color: rgb(42,9,26); }
div.DivClassName
{
background-color: #2A091A;
}
.BgClassName
{
background-color: #2A091A;
}
</style>
border-color css
<style>
span { border-color: #2A091A; }
span { border-color: rgb(42,9,26); }
td.TdClassName
{
border-color: #2A091A;
}
.TagClassName
{
border-color: #2A091A;
}
</style>