Shades of Blackberry #2E1122
Tints of Blackberry #2E1122
RGB
CMYK
RGB Variations
Color information
#2E1122 (or 0x2E1122) is known color: Blackberry. HEX triplet: 2E, 11 and 22. RGB value is (46,17,34). Sum of RGB (Red+Green+Blue) = 46+17+34=97 (12% of max value = 765). Red value is 46 (18.36% from 255 or 47.42% from 97); Green value is 17 (7.03% from 255 or 17.53% from 97); Blue value is 34 (13.67% from 255 or 35.05% from 97); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1122 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E1122 is #D1EEDD. Grayscale: #1B1B1B. Windows color (decimal): -13758174 or 2232622. OLE color: 2232622.
HSL color Cylindrical-coordinate representation of color #2E1122: hue angle of 324.83º degrees, saturation: 0.46, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E1122 is Cyan = 0, Magento = 0.63, Yellow = 0.26 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 17 | 34 | - |
| CMYK | 0 | 0.63 | 0.26 | 0.82 |
| HSL | 324.83º | 0.46% | 0.12% | - |
| HSV(B) | 324.83º | 0.63% | 0.18% | - |
| XYZ | 1.62 | 1.1 | 1.64 | - |
| YUV | 27.61 | 131.61 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 17 | 34 | 0 | 0.63 | 0.26 | 0.82 | 324.83 | 0.46 | 0.12 |
| Hex | 2E | 11 | 22 | 0 | 3F | 1A | 52 | 145 | 2E | C |
| Octal | 56 | 21 | 42 | 0 | 77 | 32 | 122 | 505 | 56 | 14 |
| Binary | 101110 | 10001 | 100010 | 0 | 111111 | 11010 | 1010010 | 101000101 | 101110 | 1100 |
Color Harmonies of #2E1122
Complementary color
Monochromatic Colors of #2E1122
Black with #2E1122
Text Example
Text Example
White with #2E1122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1122; }
p { color: rgb(46,17,34); }
H1.HeaderClassName
{
color: #2E1122;
}
.AnyTagClassName
{
color: #2E1122;
}
</style>
background-color css
<style>
a { background-color: #2E1122; }
a { background-color: rgb(46,17,34); }
div.DivClassName
{
background-color: #2E1122;
}
.BgClassName
{
background-color: #2E1122;
}
</style>
border-color css
<style>
span { border-color: #2E1122; }
span { border-color: rgb(46,17,34); }
td.TdClassName
{
border-color: #2E1122;
}
.TagClassName
{
border-color: #2E1122;
}
</style>