Shades of Blackberry #2E081B
Tints of Blackberry #2E081B
RGB
CMYK
RGB Variations
Color information
#2E081B (or 0x2E081B) is known color: Blackberry. HEX triplet: 2E, 08 and 1B. RGB value is (46,8,27). Sum of RGB (Red+Green+Blue) = 46+8+27=81 (10% of max value = 765). Red value is 46 (18.36% from 255 or 56.79% from 81); Green value is 8 (3.52% from 255 or 9.88% from 81); Blue value is 27 (10.94% from 255 or 33.33% from 81); Max value from RGB is 46 - color contains mainly: red. Hex color #2E081B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E081B is #D1F7E4. Grayscale: #151515. Windows color (decimal): -13760485 or 1771566. OLE color: 1771566.
HSL color Cylindrical-coordinate representation of color #2E081B: hue angle of 330º 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 #2E081B is Cyan = 0, Magento = 0.83, Yellow = 0.41 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 8 | 27 | - |
| CMYK | 0 | 0.83 | 0.41 | 0.82 |
| HSL | 330º | 0.7% | 0.11% | - |
| HSV(B) | 330º | 0.83% | 0.18% | - |
| XYZ | 1.41 | 0.83 | 1.12 | - |
| YUV | 21.53 | 131.09 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 8 | 27 | 0 | 0.83 | 0.41 | 0.82 | 330 | 0.7 | 0.11 |
| Hex | 2E | 8 | 1B | 0 | 53 | 29 | 52 | 14A | 46 | B |
| Octal | 56 | 10 | 33 | 0 | 123 | 51 | 122 | 512 | 106 | 13 |
| Binary | 101110 | 1000 | 11011 | 0 | 1010011 | 101001 | 1010010 | 101001010 | 1000110 | 1011 |
Color Harmonies of #2E081B
Complementary color
Monochromatic Colors of #2E081B
Black with #2E081B
Text Example
Text Example
White with #2E081B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E081B; }
p { color: rgb(46,8,27); }
H1.HeaderClassName
{
color: #2E081B;
}
.AnyTagClassName
{
color: #2E081B;
}
</style>
background-color css
<style>
a { background-color: #2E081B; }
a { background-color: rgb(46,8,27); }
div.DivClassName
{
background-color: #2E081B;
}
.BgClassName
{
background-color: #2E081B;
}
</style>
border-color css
<style>
span { border-color: #2E081B; }
span { border-color: rgb(46,8,27); }
td.TdClassName
{
border-color: #2E081B;
}
.TagClassName
{
border-color: #2E081B;
}
</style>