Shades of Blackberry #2A111E
Tints of Blackberry #2A111E
RGB
CMYK
RGB Variations
Color information
#2A111E (or 0x2A111E) is known color: Blackberry. HEX triplet: 2A, 11 and 1E. RGB value is (42,17,30). Sum of RGB (Red+Green+Blue) = 42+17+30=89 (11% of max value = 765). Red value is 42 (16.80% from 255 or 47.19% from 89); Green value is 17 (7.03% from 255 or 19.10% from 89); Blue value is 30 (12.11% from 255 or 33.71% from 89); Max value from RGB is 42 - color contains mainly: red. Hex color #2A111E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A111E is #D5EEE1. Grayscale: #191919. Windows color (decimal): -14020322 or 1970474. OLE color: 1970474.
HSL color Cylindrical-coordinate representation of color #2A111E: hue angle of 328.8º degrees, saturation: 0.42, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2A111E is Cyan = 0, Magento = 0.60, Yellow = 0.29 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 17 | 30 | - |
| CMYK | 0 | 0.60 | 0.29 | 0.84 |
| HSL | 328.8º | 0.42% | 0.12% | - |
| HSV(B) | 328.8º | 0.6% | 0.16% | - |
| XYZ | 1.39 | 0.99 | 1.35 | - |
| YUV | 25.96 | 130.28 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 17 | 30 | 0 | 0.60 | 0.29 | 0.84 | 328.8 | 0.42 | 0.12 |
| Hex | 2A | 11 | 1E | 0 | 3C | 1D | 54 | 149 | 2A | C |
| Octal | 52 | 21 | 36 | 0 | 74 | 35 | 124 | 511 | 52 | 14 |
| Binary | 101010 | 10001 | 11110 | 0 | 111100 | 11101 | 1010100 | 101001001 | 101010 | 1100 |
Color Harmonies of #2A111E
Complementary color
Monochromatic Colors of #2A111E
Black with #2A111E
Text Example
Text Example
White with #2A111E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A111E; }
p { color: rgb(42,17,30); }
H1.HeaderClassName
{
color: #2A111E;
}
.AnyTagClassName
{
color: #2A111E;
}
</style>
background-color css
<style>
a { background-color: #2A111E; }
a { background-color: rgb(42,17,30); }
div.DivClassName
{
background-color: #2A111E;
}
.BgClassName
{
background-color: #2A111E;
}
</style>
border-color css
<style>
span { border-color: #2A111E; }
span { border-color: rgb(42,17,30); }
td.TdClassName
{
border-color: #2A111E;
}
.TagClassName
{
border-color: #2A111E;
}
</style>