Shades of Blackberry #2E081D
Tints of Blackberry #2E081D
RGB
CMYK
RGB Variations
Color information
#2E081D (or 0x2E081D) is known color: Blackberry. HEX triplet: 2E, 08 and 1D. RGB value is (46,8,29). Sum of RGB (Red+Green+Blue) = 46+8+29=83 (10% of max value = 765). Red value is 46 (18.36% from 255 or 55.42% from 83); Green value is 8 (3.52% from 255 or 9.64% from 83); Blue value is 29 (11.72% from 255 or 34.94% from 83); Max value from RGB is 46 - color contains mainly: red. Hex color #2E081D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E081D is #D1F7E2. Grayscale: #151515. Windows color (decimal): -13760483 or 1902638. OLE color: 1902638.
HSL color Cylindrical-coordinate representation of color #2E081D: hue angle of 326.84º 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 #2E081D is Cyan = 0, Magento = 0.83, Yellow = 0.37 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 8 | 29 | - |
| CMYK | 0 | 0.83 | 0.37 | 0.82 |
| HSL | 326.84º | 0.7% | 0.11% | - |
| HSV(B) | 326.84º | 0.83% | 0.18% | - |
| XYZ | 1.44 | 0.84 | 1.25 | - |
| YUV | 21.76 | 132.09 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 8 | 29 | 0 | 0.83 | 0.37 | 0.82 | 326.84 | 0.7 | 0.11 |
| Hex | 2E | 8 | 1D | 0 | 53 | 25 | 52 | 147 | 46 | B |
| Octal | 56 | 10 | 35 | 0 | 123 | 45 | 122 | 507 | 106 | 13 |
| Binary | 101110 | 1000 | 11101 | 0 | 1010011 | 100101 | 1010010 | 101000111 | 1000110 | 1011 |
Color Harmonies of #2E081D
Complementary color
Monochromatic Colors of #2E081D
Black with #2E081D
Text Example
Text Example
White with #2E081D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E081D; }
p { color: rgb(46,8,29); }
H1.HeaderClassName
{
color: #2E081D;
}
.AnyTagClassName
{
color: #2E081D;
}
</style>
background-color css
<style>
a { background-color: #2E081D; }
a { background-color: rgb(46,8,29); }
div.DivClassName
{
background-color: #2E081D;
}
.BgClassName
{
background-color: #2E081D;
}
</style>
border-color css
<style>
span { border-color: #2E081D; }
span { border-color: rgb(46,8,29); }
td.TdClassName
{
border-color: #2E081D;
}
.TagClassName
{
border-color: #2E081D;
}
</style>