Shades of Blackberry #2A091E
Tints of Blackberry #2A091E
RGB
CMYK
RGB Variations
Color information
#2A091E (or 0x2A091E) is known color: Blackberry. HEX triplet: 2A, 09 and 1E. RGB value is (42,9,30). Sum of RGB (Red+Green+Blue) = 42+9+30=81 (10% of max value = 765). Red value is 42 (16.80% from 255 or 51.85% from 81); Green value is 9 (3.91% from 255 or 11.11% from 81); Blue value is 30 (12.11% from 255 or 37.04% from 81); Max value from RGB is 42 - color contains mainly: red. Hex color #2A091E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A091E is #D5F6E1. Grayscale: #151515. Windows color (decimal): -14022370 or 1968426. OLE color: 1968426.
HSL color Cylindrical-coordinate representation of color #2A091E: hue angle of 321.82º 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 #2A091E is Cyan = 0, Magento = 0.79, Yellow = 0.29 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 9 | 30 | - |
| CMYK | 0 | 0.79 | 0.29 | 0.84 |
| HSL | 321.82º | 0.65% | 0.1% | - |
| HSV(B) | 321.82º | 0.79% | 0.16% | - |
| XYZ | 1.29 | 0.78 | 1.31 | - |
| YUV | 21.26 | 132.93 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 9 | 30 | 0 | 0.79 | 0.29 | 0.84 | 321.82 | 0.65 | 0.1 |
| Hex | 2A | 9 | 1E | 0 | 4F | 1D | 54 | 142 | 41 | A |
| Octal | 52 | 11 | 36 | 0 | 117 | 35 | 124 | 502 | 101 | 12 |
| Binary | 101010 | 1001 | 11110 | 0 | 1001111 | 11101 | 1010100 | 101000010 | 1000001 | 1010 |
Color Harmonies of #2A091E
Complementary color
Monochromatic Colors of #2A091E
Black with #2A091E
Text Example
Text Example
White with #2A091E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A091E; }
p { color: rgb(42,9,30); }
H1.HeaderClassName
{
color: #2A091E;
}
.AnyTagClassName
{
color: #2A091E;
}
</style>
background-color css
<style>
a { background-color: #2A091E; }
a { background-color: rgb(42,9,30); }
div.DivClassName
{
background-color: #2A091E;
}
.BgClassName
{
background-color: #2A091E;
}
</style>
border-color css
<style>
span { border-color: #2A091E; }
span { border-color: rgb(42,9,30); }
td.TdClassName
{
border-color: #2A091E;
}
.TagClassName
{
border-color: #2A091E;
}
</style>