Shades of Blackberry #2E0B24
Tints of Blackberry #2E0B24
RGB
CMYK
RGB Variations
Color information
#2E0B24 (or 0x2E0B24) is known color: Blackberry. HEX triplet: 2E, 0B and 24. RGB value is (46,11,36). Sum of RGB (Red+Green+Blue) = 46+11+36=93 (12% of max value = 765). Red value is 46 (18.36% from 255 or 49.46% from 93); Green value is 11 (4.69% from 255 or 11.83% from 93); Blue value is 36 (14.45% from 255 or 38.71% from 93); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0B24 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0B24 is #D1F4DB. Grayscale: #181818. Windows color (decimal): -13759708 or 2362158. OLE color: 2362158.
HSL color Cylindrical-coordinate representation of color #2E0B24: hue angle of 317.14º degrees, saturation: 0.61, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E0B24 is Cyan = 0, Magento = 0.76, Yellow = 0.22 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 11 | 36 | - |
| CMYK | 0 | 0.76 | 0.22 | 0.82 |
| HSL | 317.14º | 0.61% | 0.11% | - |
| HSV(B) | 317.14º | 0.76% | 0.18% | - |
| XYZ | 1.56 | 0.95 | 1.77 | - |
| YUV | 24.32 | 134.6 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 11 | 36 | 0 | 0.76 | 0.22 | 0.82 | 317.14 | 0.61 | 0.11 |
| Hex | 2E | B | 24 | 0 | 4C | 16 | 52 | 13D | 3D | B |
| Octal | 56 | 13 | 44 | 0 | 114 | 26 | 122 | 475 | 75 | 13 |
| Binary | 101110 | 1011 | 100100 | 0 | 1001100 | 10110 | 1010010 | 100111101 | 111101 | 1011 |
Color Harmonies of #2E0B24
Complementary color
Monochromatic Colors of #2E0B24
Black with #2E0B24
Text Example
Text Example
White with #2E0B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0B24; }
p { color: rgb(46,11,36); }
H1.HeaderClassName
{
color: #2E0B24;
}
.AnyTagClassName
{
color: #2E0B24;
}
</style>
background-color css
<style>
a { background-color: #2E0B24; }
a { background-color: rgb(46,11,36); }
div.DivClassName
{
background-color: #2E0B24;
}
.BgClassName
{
background-color: #2E0B24;
}
</style>
border-color css
<style>
span { border-color: #2E0B24; }
span { border-color: rgb(46,11,36); }
td.TdClassName
{
border-color: #2E0B24;
}
.TagClassName
{
border-color: #2E0B24;
}
</style>