Shades of Blackberry #2E0921
Tints of Blackberry #2E0921
RGB
CMYK
RGB Variations
Color information
#2E0921 (or 0x2E0921) is known color: Blackberry. HEX triplet: 2E, 09 and 21. RGB value is (46,9,33). Sum of RGB (Red+Green+Blue) = 46+9+33=88 (11% of max value = 765). Red value is 46 (18.36% from 255 or 52.27% from 88); Green value is 9 (3.91% from 255 or 10.23% from 88); Blue value is 33 (13.28% from 255 or 37.5% from 88); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0921 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0921 is #D1F6DE. Grayscale: #161616. Windows color (decimal): -13760223 or 2165038. OLE color: 2165038.
HSL color Cylindrical-coordinate representation of color #2E0921: hue angle of 321.08º degrees, saturation: 0.67, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2E0921 is Cyan = 0, Magento = 0.80, Yellow = 0.28 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 9 | 33 | - |
| CMYK | 0 | 0.80 | 0.28 | 0.82 |
| HSL | 321.08º | 0.67% | 0.11% | - |
| HSV(B) | 321.08º | 0.8% | 0.18% | - |
| XYZ | 1.5 | 0.89 | 1.53 | - |
| YUV | 22.8 | 133.76 | 144.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 9 | 33 | 0 | 0.80 | 0.28 | 0.82 | 321.08 | 0.67 | 0.11 |
| Hex | 2E | 9 | 21 | 0 | 50 | 1C | 52 | 141 | 43 | B |
| Octal | 56 | 11 | 41 | 0 | 120 | 34 | 122 | 501 | 103 | 13 |
| Binary | 101110 | 1001 | 100001 | 0 | 1010000 | 11100 | 1010010 | 101000001 | 1000011 | 1011 |
Color Harmonies of #2E0921
Complementary color
Monochromatic Colors of #2E0921
Black with #2E0921
Text Example
Text Example
White with #2E0921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0921; }
p { color: rgb(46,9,33); }
H1.HeaderClassName
{
color: #2E0921;
}
.AnyTagClassName
{
color: #2E0921;
}
</style>
background-color css
<style>
a { background-color: #2E0921; }
a { background-color: rgb(46,9,33); }
div.DivClassName
{
background-color: #2E0921;
}
.BgClassName
{
background-color: #2E0921;
}
</style>
border-color css
<style>
span { border-color: #2E0921; }
span { border-color: rgb(46,9,33); }
td.TdClassName
{
border-color: #2E0921;
}
.TagClassName
{
border-color: #2E0921;
}
</style>