Shades of Blackberry #2E041D
Tints of Blackberry #2E041D
RGB
CMYK
RGB Variations
Color information
#2E041D (or 0x2E041D) is known color: Blackberry. HEX triplet: 2E, 04 and 1D. RGB value is (46,4,29). Sum of RGB (Red+Green+Blue) = 46+4+29=79 (10% of max value = 765). Red value is 46 (18.36% from 255 or 58.23% from 79); Green value is 4 (1.95% from 255 or 5.06% from 79); Blue value is 29 (11.72% from 255 or 36.71% from 79); Max value from RGB is 46 - color contains mainly: red. Hex color #2E041D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E041D is #D1FBE2. Grayscale: #131313. Windows color (decimal): -13761507 or 1901614. OLE color: 1901614.
HSL color Cylindrical-coordinate representation of color #2E041D: hue angle of 324.29º 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 #2E041D is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 4 | 29 | - |
| CMYK | 0 | 0.91 | 0.37 | 0.82 |
| HSL | 324.29º | 0.84% | 0.1% | - |
| HSV(B) | 324.29º | 0.91% | 0.18% | - |
| XYZ | 1.39 | 0.76 | 1.24 | - |
| YUV | 19.41 | 133.41 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 4 | 29 | 0 | 0.91 | 0.37 | 0.82 | 324.29 | 0.84 | 0.1 |
| Hex | 2E | 4 | 1D | 0 | 5B | 25 | 52 | 144 | 54 | A |
| Octal | 56 | 4 | 35 | 0 | 133 | 45 | 122 | 504 | 124 | 12 |
| Binary | 101110 | 100 | 11101 | 0 | 1011011 | 100101 | 1010010 | 101000100 | 1010100 | 1010 |
Color Harmonies of #2E041D
Complementary color
Monochromatic Colors of #2E041D
Black with #2E041D
Text Example
Text Example
White with #2E041D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E041D; }
p { color: rgb(46,4,29); }
H1.HeaderClassName
{
color: #2E041D;
}
.AnyTagClassName
{
color: #2E041D;
}
</style>
background-color css
<style>
a { background-color: #2E041D; }
a { background-color: rgb(46,4,29); }
div.DivClassName
{
background-color: #2E041D;
}
.BgClassName
{
background-color: #2E041D;
}
</style>
border-color css
<style>
span { border-color: #2E041D; }
span { border-color: rgb(46,4,29); }
td.TdClassName
{
border-color: #2E041D;
}
.TagClassName
{
border-color: #2E041D;
}
</style>