Shades of Blackberry #2E1825
Tints of Blackberry #2E1825
RGB
CMYK
RGB Variations
Color information
#2E1825 (or 0x2E1825) is known color: Blackberry. HEX triplet: 2E, 18 and 25. RGB value is (46,24,37). Sum of RGB (Red+Green+Blue) = 46+24+37=107 (14% of max value = 765). Red value is 46 (18.36% from 255 or 42.99% from 107); Green value is 24 (9.77% from 255 or 22.43% from 107); Blue value is 37 (14.84% from 255 or 34.58% from 107); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1825 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E1825 is #D1E7DA. Grayscale: #202020. Windows color (decimal): -13756379 or 2431022. OLE color: 2431022.
HSL color Cylindrical-coordinate representation of color #2E1825: hue angle of 324.55º degrees, saturation: 0.31, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2E1825 is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 24 | 37 | - |
| CMYK | 0 | 0.48 | 0.20 | 0.82 |
| HSL | 324.55º | 0.31% | 0.14% | - |
| HSV(B) | 324.55º | 0.48% | 0.18% | - |
| XYZ | 1.79 | 1.37 | 1.92 | - |
| YUV | 32.06 | 130.79 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 24 | 37 | 0 | 0.48 | 0.20 | 0.82 | 324.55 | 0.31 | 0.14 |
| Hex | 2E | 18 | 25 | 0 | 30 | 14 | 52 | 145 | 1F | E |
| Octal | 56 | 30 | 45 | 0 | 60 | 24 | 122 | 505 | 37 | 16 |
| Binary | 101110 | 11000 | 100101 | 0 | 110000 | 10100 | 1010010 | 101000101 | 11111 | 1110 |
Color Harmonies of #2E1825
Complementary color
Monochromatic Colors of #2E1825
Black with #2E1825
Text Example
Text Example
White with #2E1825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1825; }
p { color: rgb(46,24,37); }
H1.HeaderClassName
{
color: #2E1825;
}
.AnyTagClassName
{
color: #2E1825;
}
</style>
background-color css
<style>
a { background-color: #2E1825; }
a { background-color: rgb(46,24,37); }
div.DivClassName
{
background-color: #2E1825;
}
.BgClassName
{
background-color: #2E1825;
}
</style>
border-color css
<style>
span { border-color: #2E1825; }
span { border-color: rgb(46,24,37); }
td.TdClassName
{
border-color: #2E1825;
}
.TagClassName
{
border-color: #2E1825;
}
</style>