Shades of Blackberry #2E051A
Tints of Blackberry #2E051A
RGB
CMYK
RGB Variations
Color information
#2E051A (or 0x2E051A) is known color: Blackberry. HEX triplet: 2E, 05 and 1A. RGB value is (46,5,26). Sum of RGB (Red+Green+Blue) = 46+5+26=77 (10% of max value = 765). Red value is 46 (18.36% from 255 or 59.74% from 77); Green value is 5 (2.34% from 255 or 6.49% from 77); Blue value is 26 (10.55% from 255 or 33.77% from 77); Max value from RGB is 46 - color contains mainly: red. Hex color #2E051A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E051A is #D1FAE5. Grayscale: #131313. Windows color (decimal): -13761254 or 1705262. OLE color: 1705262.
HSL color Cylindrical-coordinate representation of color #2E051A: hue angle of 329.27º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2E051A is Cyan = 0, Magento = 0.89, Yellow = 0.43 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 5 | 26 | - |
| CMYK | 0 | 0.89 | 0.43 | 0.82 |
| HSL | 329.27º | 0.8% | 0.1% | - |
| HSV(B) | 329.27º | 0.89% | 0.18% | - |
| XYZ | 1.37 | 0.76 | 1.05 | - |
| YUV | 19.65 | 131.58 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 5 | 26 | 0 | 0.89 | 0.43 | 0.82 | 329.27 | 0.8 | 0.1 |
| Hex | 2E | 5 | 1A | 0 | 59 | 2B | 52 | 149 | 50 | A |
| Octal | 56 | 5 | 32 | 0 | 131 | 53 | 122 | 511 | 120 | 12 |
| Binary | 101110 | 101 | 11010 | 0 | 1011001 | 101011 | 1010010 | 101001001 | 1010000 | 1010 |
Color Harmonies of #2E051A
Complementary color
Monochromatic Colors of #2E051A
Black with #2E051A
Text Example
Text Example
White with #2E051A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E051A; }
p { color: rgb(46,5,26); }
H1.HeaderClassName
{
color: #2E051A;
}
.AnyTagClassName
{
color: #2E051A;
}
</style>
background-color css
<style>
a { background-color: #2E051A; }
a { background-color: rgb(46,5,26); }
div.DivClassName
{
background-color: #2E051A;
}
.BgClassName
{
background-color: #2E051A;
}
</style>
border-color css
<style>
span { border-color: #2E051A; }
span { border-color: rgb(46,5,26); }
td.TdClassName
{
border-color: #2E051A;
}
.TagClassName
{
border-color: #2E051A;
}
</style>