Shades of Blackberry #2E091D
Tints of Blackberry #2E091D
RGB
CMYK
RGB Variations
Color information
#2E091D (or 0x2E091D) is known color: Blackberry. HEX triplet: 2E, 09 and 1D. RGB value is (46,9,29). Sum of RGB (Red+Green+Blue) = 46+9+29=84 (11% of max value = 765). Red value is 46 (18.36% from 255 or 54.76% from 84); Green value is 9 (3.91% from 255 or 10.71% from 84); Blue value is 29 (11.72% from 255 or 34.52% from 84); Max value from RGB is 46 - color contains mainly: red. Hex color #2E091D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E091D is #D1F6E2. Grayscale: #161616. Windows color (decimal): -13760227 or 1902894. OLE color: 1902894.
HSL color Cylindrical-coordinate representation of color #2E091D: hue angle of 327.57º 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 #2E091D is Cyan = 0, Magento = 0.80, Yellow = 0.37 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 9 | 29 | - |
| CMYK | 0 | 0.80 | 0.37 | 0.82 |
| HSL | 327.57º | 0.67% | 0.11% | - |
| HSV(B) | 327.57º | 0.8% | 0.18% | - |
| XYZ | 1.45 | 0.86 | 1.25 | - |
| YUV | 22.34 | 131.76 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 9 | 29 | 0 | 0.80 | 0.37 | 0.82 | 327.57 | 0.67 | 0.11 |
| Hex | 2E | 9 | 1D | 0 | 50 | 25 | 52 | 148 | 43 | B |
| Octal | 56 | 11 | 35 | 0 | 120 | 45 | 122 | 510 | 103 | 13 |
| Binary | 101110 | 1001 | 11101 | 0 | 1010000 | 100101 | 1010010 | 101001000 | 1000011 | 1011 |
Color Harmonies of #2E091D
Complementary color
Monochromatic Colors of #2E091D
Black with #2E091D
Text Example
Text Example
White with #2E091D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E091D; }
p { color: rgb(46,9,29); }
H1.HeaderClassName
{
color: #2E091D;
}
.AnyTagClassName
{
color: #2E091D;
}
</style>
background-color css
<style>
a { background-color: #2E091D; }
a { background-color: rgb(46,9,29); }
div.DivClassName
{
background-color: #2E091D;
}
.BgClassName
{
background-color: #2E091D;
}
</style>
border-color css
<style>
span { border-color: #2E091D; }
span { border-color: rgb(46,9,29); }
td.TdClassName
{
border-color: #2E091D;
}
.TagClassName
{
border-color: #2E091D;
}
</style>