Shades of Blackberry #2E0821
Tints of Blackberry #2E0821
RGB
CMYK
RGB Variations
Color information
#2E0821 (or 0x2E0821) is known color: Blackberry. HEX triplet: 2E, 08 and 21. RGB value is (46,8,33). Sum of RGB (Red+Green+Blue) = 46+8+33=87 (11% of max value = 765). Red value is 46 (18.36% from 255 or 52.87% from 87); Green value is 8 (3.52% from 255 or 9.20% from 87); Blue value is 33 (13.28% from 255 or 37.93% from 87); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0821 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0821 is #D1F7DE. Grayscale: #161616. Windows color (decimal): -13760479 or 2164782. OLE color: 2164782.
HSL color Cylindrical-coordinate representation of color #2E0821: hue angle of 320.53º degrees, saturation: 0.7, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2E0821 is Cyan = 0, Magento = 0.83, Yellow = 0.28 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 8 | 33 | - |
| CMYK | 0 | 0.83 | 0.28 | 0.82 |
| HSL | 320.53º | 0.7% | 0.11% | - |
| HSV(B) | 320.53º | 0.83% | 0.18% | - |
| XYZ | 1.49 | 0.86 | 1.53 | - |
| YUV | 22.21 | 134.09 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 8 | 33 | 0 | 0.83 | 0.28 | 0.82 | 320.53 | 0.7 | 0.11 |
| Hex | 2E | 8 | 21 | 0 | 53 | 1C | 52 | 141 | 46 | B |
| Octal | 56 | 10 | 41 | 0 | 123 | 34 | 122 | 501 | 106 | 13 |
| Binary | 101110 | 1000 | 100001 | 0 | 1010011 | 11100 | 1010010 | 101000001 | 1000110 | 1011 |
Color Harmonies of #2E0821
Complementary color
Monochromatic Colors of #2E0821
Black with #2E0821
Text Example
Text Example
White with #2E0821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0821; }
p { color: rgb(46,8,33); }
H1.HeaderClassName
{
color: #2E0821;
}
.AnyTagClassName
{
color: #2E0821;
}
</style>
background-color css
<style>
a { background-color: #2E0821; }
a { background-color: rgb(46,8,33); }
div.DivClassName
{
background-color: #2E0821;
}
.BgClassName
{
background-color: #2E0821;
}
</style>
border-color css
<style>
span { border-color: #2E0821; }
span { border-color: rgb(46,8,33); }
td.TdClassName
{
border-color: #2E0821;
}
.TagClassName
{
border-color: #2E0821;
}
</style>