Shades of Blackberry #2E091B
Tints of Blackberry #2E091B
RGB
CMYK
RGB Variations
Color information
#2E091B (or 0x2E091B) is known color: Blackberry. HEX triplet: 2E, 09 and 1B. RGB value is (46,9,27). Sum of RGB (Red+Green+Blue) = 46+9+27=82 (10% of max value = 765). Red value is 46 (18.36% from 255 or 56.10% from 82); Green value is 9 (3.91% from 255 or 10.98% from 82); Blue value is 27 (10.94% from 255 or 32.93% from 82); Max value from RGB is 46 - color contains mainly: red. Hex color #2E091B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E091B is #D1F6E4. Grayscale: #161616. Windows color (decimal): -13760229 or 1771822. OLE color: 1771822.
HSL color Cylindrical-coordinate representation of color #2E091B: hue angle of 330.81º 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 #2E091B is Cyan = 0, Magento = 0.80, Yellow = 0.41 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 9 | 27 | - |
| CMYK | 0 | 0.80 | 0.41 | 0.82 |
| HSL | 330.81º | 0.67% | 0.11% | - |
| HSV(B) | 330.81º | 0.8% | 0.18% | - |
| XYZ | 1.42 | 0.86 | 1.13 | - |
| YUV | 22.12 | 130.76 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 9 | 27 | 0 | 0.80 | 0.41 | 0.82 | 330.81 | 0.67 | 0.11 |
| Hex | 2E | 9 | 1B | 0 | 50 | 29 | 52 | 14B | 43 | B |
| Octal | 56 | 11 | 33 | 0 | 120 | 51 | 122 | 513 | 103 | 13 |
| Binary | 101110 | 1001 | 11011 | 0 | 1010000 | 101001 | 1010010 | 101001011 | 1000011 | 1011 |
Color Harmonies of #2E091B
Complementary color
Monochromatic Colors of #2E091B
Black with #2E091B
Text Example
Text Example
White with #2E091B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E091B; }
p { color: rgb(46,9,27); }
H1.HeaderClassName
{
color: #2E091B;
}
.AnyTagClassName
{
color: #2E091B;
}
</style>
background-color css
<style>
a { background-color: #2E091B; }
a { background-color: rgb(46,9,27); }
div.DivClassName
{
background-color: #2E091B;
}
.BgClassName
{
background-color: #2E091B;
}
</style>
border-color css
<style>
span { border-color: #2E091B; }
span { border-color: rgb(46,9,27); }
td.TdClassName
{
border-color: #2E091B;
}
.TagClassName
{
border-color: #2E091B;
}
</style>