Shades of Blackberry #2E0224
Tints of Blackberry #2E0224
RGB
CMYK
RGB Variations
Color information
#2E0224 (or 0x2E0224) is known color: Blackberry. HEX triplet: 2E, 02 and 24. RGB value is (46,2,36). Sum of RGB (Red+Green+Blue) = 46+2+36=84 (11% of max value = 765). Red value is 46 (18.36% from 255 or 54.76% from 84); Green value is 2 (1.17% from 255 or 2.38% from 84); Blue value is 36 (14.45% from 255 or 42.86% from 84); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0224 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0224 is #D1FDDB. Grayscale: #121212. Windows color (decimal): -13762012 or 2359854. OLE color: 2359854.
HSL color Cylindrical-coordinate representation of color #2E0224: hue angle of 313.64º degrees, saturation: 0.92, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2E0224 is Cyan = 0, Magento = 0.96, Yellow = 0.22 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 2 | 36 | - |
| CMYK | 0 | 0.96 | 0.22 | 0.82 |
| HSL | 313.64º | 0.92% | 0.09% | - |
| HSV(B) | 313.64º | 0.96% | 0.18% | - |
| XYZ | 1.47 | 0.75 | 1.74 | - |
| YUV | 19.03 | 137.58 | 147.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 2 | 36 | 0 | 0.96 | 0.22 | 0.82 | 313.64 | 0.92 | 0.09 |
| Hex | 2E | 2 | 24 | 0 | 60 | 16 | 52 | 13A | 5C | 9 |
| Octal | 56 | 2 | 44 | 0 | 140 | 26 | 122 | 472 | 134 | 11 |
| Binary | 101110 | 10 | 100100 | 0 | 1100000 | 10110 | 1010010 | 100111010 | 1011100 | 1001 |
Color Harmonies of #2E0224
Complementary color
Monochromatic Colors of #2E0224
Black with #2E0224
Text Example
Text Example
White with #2E0224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0224; }
p { color: rgb(46,2,36); }
H1.HeaderClassName
{
color: #2E0224;
}
.AnyTagClassName
{
color: #2E0224;
}
</style>
background-color css
<style>
a { background-color: #2E0224; }
a { background-color: rgb(46,2,36); }
div.DivClassName
{
background-color: #2E0224;
}
.BgClassName
{
background-color: #2E0224;
}
</style>
border-color css
<style>
span { border-color: #2E0224; }
span { border-color: rgb(46,2,36); }
td.TdClassName
{
border-color: #2E0224;
}
.TagClassName
{
border-color: #2E0224;
}
</style>