Shades of Blackberry #2E1322
Tints of Blackberry #2E1322
RGB
CMYK
RGB Variations
Color information
#2E1322 (or 0x2E1322) is known color: Blackberry. HEX triplet: 2E, 13 and 22. RGB value is (46,19,34). Sum of RGB (Red+Green+Blue) = 46+19+34=99 (13% of max value = 765). Red value is 46 (18.36% from 255 or 46.46% from 99); Green value is 19 (7.81% from 255 or 19.19% from 99); Blue value is 34 (13.67% from 255 or 34.34% from 99); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1322 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E1322 is #D1ECDD. Grayscale: #1C1C1C. Windows color (decimal): -13757662 or 2233134. OLE color: 2233134.
HSL color Cylindrical-coordinate representation of color #2E1322: hue angle of 326.67º degrees, saturation: 0.42, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2E1322 is Cyan = 0, Magento = 0.59, Yellow = 0.26 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 19 | 34 | - |
| CMYK | 0 | 0.59 | 0.26 | 0.82 |
| HSL | 326.67º | 0.42% | 0.13% | - |
| HSV(B) | 326.67º | 0.59% | 0.18% | - |
| XYZ | 1.65 | 1.16 | 1.65 | - |
| YUV | 28.78 | 130.95 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 19 | 34 | 0 | 0.59 | 0.26 | 0.82 | 326.67 | 0.42 | 0.13 |
| Hex | 2E | 13 | 22 | 0 | 3B | 1A | 52 | 147 | 2A | D |
| Octal | 56 | 23 | 42 | 0 | 73 | 32 | 122 | 507 | 52 | 15 |
| Binary | 101110 | 10011 | 100010 | 0 | 111011 | 11010 | 1010010 | 101000111 | 101010 | 1101 |
Color Harmonies of #2E1322
Complementary color
Monochromatic Colors of #2E1322
Black with #2E1322
Text Example
Text Example
White with #2E1322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1322; }
p { color: rgb(46,19,34); }
H1.HeaderClassName
{
color: #2E1322;
}
.AnyTagClassName
{
color: #2E1322;
}
</style>
background-color css
<style>
a { background-color: #2E1322; }
a { background-color: rgb(46,19,34); }
div.DivClassName
{
background-color: #2E1322;
}
.BgClassName
{
background-color: #2E1322;
}
</style>
border-color css
<style>
span { border-color: #2E1322; }
span { border-color: rgb(46,19,34); }
td.TdClassName
{
border-color: #2E1322;
}
.TagClassName
{
border-color: #2E1322;
}
</style>