Shades of Blackberry #2E1521
Tints of Blackberry #2E1521
RGB
CMYK
RGB Variations
Color information
#2E1521 (or 0x2E1521) is known color: Blackberry. HEX triplet: 2E, 15 and 21. RGB value is (46,21,33). Sum of RGB (Red+Green+Blue) = 46+21+33=100 (13% of max value = 765). Red value is 46 (18.36% from 255 or 46% from 100); Green value is 21 (8.59% from 255 or 21% from 100); Blue value is 33 (13.28% from 255 or 33% from 100); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1521 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E1521 is #D1EADE. Grayscale: #1D1D1D. Windows color (decimal): -13757151 or 2168110. OLE color: 2168110.
HSL color Cylindrical-coordinate representation of color #2E1521: hue angle of 331.2º 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 #2E1521 is Cyan = 0, Magento = 0.54, Yellow = 0.28 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 21 | 33 | - |
| CMYK | 0 | 0.54 | 0.28 | 0.82 |
| HSL | 331.2º | 0.37% | 0.13% | - |
| HSV(B) | 331.2º | 0.54% | 0.18% | - |
| XYZ | 1.67 | 1.23 | 1.59 | - |
| YUV | 29.84 | 129.78 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 21 | 33 | 0 | 0.54 | 0.28 | 0.82 | 331.2 | 0.37 | 0.13 |
| Hex | 2E | 15 | 21 | 0 | 36 | 1C | 52 | 14B | 25 | D |
| Octal | 56 | 25 | 41 | 0 | 66 | 34 | 122 | 513 | 45 | 15 |
| Binary | 101110 | 10101 | 100001 | 0 | 110110 | 11100 | 1010010 | 101001011 | 100101 | 1101 |
Color Harmonies of #2E1521
Complementary color
Monochromatic Colors of #2E1521
Black with #2E1521
Text Example
Text Example
White with #2E1521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1521; }
p { color: rgb(46,21,33); }
H1.HeaderClassName
{
color: #2E1521;
}
.AnyTagClassName
{
color: #2E1521;
}
</style>
background-color css
<style>
a { background-color: #2E1521; }
a { background-color: rgb(46,21,33); }
div.DivClassName
{
background-color: #2E1521;
}
.BgClassName
{
background-color: #2E1521;
}
</style>
border-color css
<style>
span { border-color: #2E1521; }
span { border-color: rgb(46,21,33); }
td.TdClassName
{
border-color: #2E1521;
}
.TagClassName
{
border-color: #2E1521;
}
</style>