Shades of Blackberry #2E0820
Tints of Blackberry #2E0820
RGB
CMYK
RGB Variations
Color information
#2E0820 (or 0x2E0820) is known color: Blackberry. HEX triplet: 2E, 08 and 20. RGB value is (46,8,32). Sum of RGB (Red+Green+Blue) = 46+8+32=86 (11% of max value = 765). Red value is 46 (18.36% from 255 or 53.49% from 86); Green value is 8 (3.52% from 255 or 9.30% from 86); Blue value is 32 (12.89% from 255 or 37.21% from 86); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0820 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0820 is #D1F7DF. Grayscale: #161616. Windows color (decimal): -13760480 or 2099246. OLE color: 2099246.
HSL color Cylindrical-coordinate representation of color #2E0820: hue angle of 322.11º 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 #2E0820 is Cyan = 0, Magento = 0.83, Yellow = 0.30 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 8 | 32 | - |
| CMYK | 0 | 0.83 | 0.30 | 0.82 |
| HSL | 322.11º | 0.7% | 0.11% | - |
| HSV(B) | 322.11º | 0.83% | 0.18% | - |
| XYZ | 1.47 | 0.86 | 1.45 | - |
| YUV | 22.1 | 133.59 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 8 | 32 | 0 | 0.83 | 0.30 | 0.82 | 322.11 | 0.7 | 0.11 |
| Hex | 2E | 8 | 20 | 0 | 53 | 1E | 52 | 142 | 46 | B |
| Octal | 56 | 10 | 40 | 0 | 123 | 36 | 122 | 502 | 106 | 13 |
| Binary | 101110 | 1000 | 100000 | 0 | 1010011 | 11110 | 1010010 | 101000010 | 1000110 | 1011 |
Color Harmonies of #2E0820
Complementary color
Monochromatic Colors of #2E0820
Black with #2E0820
Text Example
Text Example
White with #2E0820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0820; }
p { color: rgb(46,8,32); }
H1.HeaderClassName
{
color: #2E0820;
}
.AnyTagClassName
{
color: #2E0820;
}
</style>
background-color css
<style>
a { background-color: #2E0820; }
a { background-color: rgb(46,8,32); }
div.DivClassName
{
background-color: #2E0820;
}
.BgClassName
{
background-color: #2E0820;
}
</style>
border-color css
<style>
span { border-color: #2E0820; }
span { border-color: rgb(46,8,32); }
td.TdClassName
{
border-color: #2E0820;
}
.TagClassName
{
border-color: #2E0820;
}
</style>