Shades of Blackberry #2E1522
Tints of Blackberry #2E1522
RGB
CMYK
RGB Variations
Color information
#2E1522 (or 0x2E1522) is known color: Blackberry. HEX triplet: 2E, 15 and 22. RGB value is (46,21,34). Sum of RGB (Red+Green+Blue) = 46+21+34=101 (13% of max value = 765). Red value is 46 (18.36% from 255 or 45.54% from 101); Green value is 21 (8.59% from 255 or 20.79% from 101); Blue value is 34 (13.67% from 255 or 33.66% from 101); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1522 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E1522 is #D1EADD. Grayscale: #1D1D1D. Windows color (decimal): -13757150 or 2233646. OLE color: 2233646.
HSL color Cylindrical-coordinate representation of color #2E1522: hue angle of 328.8º degrees, saturation: 0.37, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2E1522 is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 21 | 34 | - |
| CMYK | 0 | 0.54 | 0.26 | 0.82 |
| HSL | 328.8º | 0.37% | 0.13% | - |
| HSV(B) | 328.8º | 0.54% | 0.18% | - |
| XYZ | 1.68 | 1.23 | 1.66 | - |
| YUV | 29.96 | 130.28 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 21 | 34 | 0 | 0.54 | 0.26 | 0.82 | 328.8 | 0.37 | 0.13 |
| Hex | 2E | 15 | 22 | 0 | 36 | 1A | 52 | 149 | 25 | D |
| Octal | 56 | 25 | 42 | 0 | 66 | 32 | 122 | 511 | 45 | 15 |
| Binary | 101110 | 10101 | 100010 | 0 | 110110 | 11010 | 1010010 | 101001001 | 100101 | 1101 |
Color Harmonies of #2E1522
Complementary color
Monochromatic Colors of #2E1522
Black with #2E1522
Text Example
Text Example
White with #2E1522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1522; }
p { color: rgb(46,21,34); }
H1.HeaderClassName
{
color: #2E1522;
}
.AnyTagClassName
{
color: #2E1522;
}
</style>
background-color css
<style>
a { background-color: #2E1522; }
a { background-color: rgb(46,21,34); }
div.DivClassName
{
background-color: #2E1522;
}
.BgClassName
{
background-color: #2E1522;
}
</style>
border-color css
<style>
span { border-color: #2E1522; }
span { border-color: rgb(46,21,34); }
td.TdClassName
{
border-color: #2E1522;
}
.TagClassName
{
border-color: #2E1522;
}
</style>