Shades of Blackberry #2E041B
Tints of Blackberry #2E041B
RGB
CMYK
RGB Variations
Color information
#2E041B (or 0x2E041B) is known color: Blackberry. HEX triplet: 2E, 04 and 1B. RGB value is (46,4,27). Sum of RGB (Red+Green+Blue) = 46+4+27=77 (10% of max value = 765). Red value is 46 (18.36% from 255 or 59.74% from 77); Green value is 4 (1.95% from 255 or 5.19% from 77); Blue value is 27 (10.94% from 255 or 35.06% from 77); Max value from RGB is 46 - color contains mainly: red. Hex color #2E041B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E041B is #D1FBE4. Grayscale: #131313. Windows color (decimal): -13761509 or 1770542. OLE color: 1770542.
HSL color Cylindrical-coordinate representation of color #2E041B: hue angle of 327.14º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2E041B is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 4 | 27 | - |
| CMYK | 0 | 0.91 | 0.41 | 0.82 |
| HSL | 327.14º | 0.84% | 0.1% | - |
| HSV(B) | 327.14º | 0.91% | 0.18% | - |
| XYZ | 1.37 | 0.75 | 1.11 | - |
| YUV | 19.18 | 132.41 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 4 | 27 | 0 | 0.91 | 0.41 | 0.82 | 327.14 | 0.84 | 0.1 |
| Hex | 2E | 4 | 1B | 0 | 5B | 29 | 52 | 147 | 54 | A |
| Octal | 56 | 4 | 33 | 0 | 133 | 51 | 122 | 507 | 124 | 12 |
| Binary | 101110 | 100 | 11011 | 0 | 1011011 | 101001 | 1010010 | 101000111 | 1010100 | 1010 |
Color Harmonies of #2E041B
Complementary color
Monochromatic Colors of #2E041B
Black with #2E041B
Text Example
Text Example
White with #2E041B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E041B; }
p { color: rgb(46,4,27); }
H1.HeaderClassName
{
color: #2E041B;
}
.AnyTagClassName
{
color: #2E041B;
}
</style>
background-color css
<style>
a { background-color: #2E041B; }
a { background-color: rgb(46,4,27); }
div.DivClassName
{
background-color: #2E041B;
}
.BgClassName
{
background-color: #2E041B;
}
</style>
border-color css
<style>
span { border-color: #2E041B; }
span { border-color: rgb(46,4,27); }
td.TdClassName
{
border-color: #2E041B;
}
.TagClassName
{
border-color: #2E041B;
}
</style>