Shades of Blackberry #2E1123
Tints of Blackberry #2E1123
RGB
CMYK
RGB Variations
Color information
#2E1123 (or 0x2E1123) is known color: Blackberry. HEX triplet: 2E, 11 and 23. RGB value is (46,17,35). Sum of RGB (Red+Green+Blue) = 46+17+35=98 (12% of max value = 765). Red value is 46 (18.36% from 255 or 46.94% from 98); Green value is 17 (7.03% from 255 or 17.35% from 98); Blue value is 35 (14.06% from 255 or 35.71% from 98); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1123 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E1123 is #D1EEDC. Grayscale: #1B1B1B. Windows color (decimal): -13758173 or 2298158. OLE color: 2298158.
HSL color Cylindrical-coordinate representation of color #2E1123: hue angle of 322.76º degrees, saturation: 0.46, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E1123 is Cyan = 0, Magento = 0.63, Yellow = 0.24 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 17 | 35 | - |
| CMYK | 0 | 0.63 | 0.24 | 0.82 |
| HSL | 322.76º | 0.46% | 0.12% | - |
| HSV(B) | 322.76º | 0.63% | 0.18% | - |
| XYZ | 1.63 | 1.1 | 1.72 | - |
| YUV | 27.72 | 132.11 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 17 | 35 | 0 | 0.63 | 0.24 | 0.82 | 322.76 | 0.46 | 0.12 |
| Hex | 2E | 11 | 23 | 0 | 3F | 18 | 52 | 143 | 2E | C |
| Octal | 56 | 21 | 43 | 0 | 77 | 30 | 122 | 503 | 56 | 14 |
| Binary | 101110 | 10001 | 100011 | 0 | 111111 | 11000 | 1010010 | 101000011 | 101110 | 1100 |
Color Harmonies of #2E1123
Complementary color
Monochromatic Colors of #2E1123
Black with #2E1123
Text Example
Text Example
White with #2E1123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1123; }
p { color: rgb(46,17,35); }
H1.HeaderClassName
{
color: #2E1123;
}
.AnyTagClassName
{
color: #2E1123;
}
</style>
background-color css
<style>
a { background-color: #2E1123; }
a { background-color: rgb(46,17,35); }
div.DivClassName
{
background-color: #2E1123;
}
.BgClassName
{
background-color: #2E1123;
}
</style>
border-color css
<style>
span { border-color: #2E1123; }
span { border-color: rgb(46,17,35); }
td.TdClassName
{
border-color: #2E1123;
}
.TagClassName
{
border-color: #2E1123;
}
</style>