Shades of Blackberry #2E1225
Tints of Blackberry #2E1225
RGB
CMYK
RGB Variations
Color information
#2E1225 (or 0x2E1225) is known color: Blackberry. HEX triplet: 2E, 12 and 25. RGB value is (46,18,37). Sum of RGB (Red+Green+Blue) = 46+18+37=101 (13% of max value = 765). Red value is 46 (18.36% from 255 or 45.54% from 101); Green value is 18 (7.42% from 255 or 17.82% from 101); Blue value is 37 (14.84% from 255 or 36.63% from 101); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1225 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E1225 is #D1EDDA. Grayscale: #1C1C1C. Windows color (decimal): -13757915 or 2429486. OLE color: 2429486.
HSL color Cylindrical-coordinate representation of color #2E1225: hue angle of 319.29º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2E1225 is Cyan = 0, Magento = 0.61, Yellow = 0.20 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 18 | 37 | - |
| CMYK | 0 | 0.61 | 0.20 | 0.82 |
| HSL | 319.29º | 0.44% | 0.13% | - |
| HSV(B) | 319.29º | 0.61% | 0.18% | - |
| XYZ | 1.68 | 1.15 | 1.88 | - |
| YUV | 28.54 | 132.78 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 18 | 37 | 0 | 0.61 | 0.20 | 0.82 | 319.29 | 0.44 | 0.13 |
| Hex | 2E | 12 | 25 | 0 | 3D | 14 | 52 | 13F | 2C | D |
| Octal | 56 | 22 | 45 | 0 | 75 | 24 | 122 | 477 | 54 | 15 |
| Binary | 101110 | 10010 | 100101 | 0 | 111101 | 10100 | 1010010 | 100111111 | 101100 | 1101 |
Color Harmonies of #2E1225
Complementary color
Monochromatic Colors of #2E1225
Black with #2E1225
Text Example
Text Example
White with #2E1225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1225; }
p { color: rgb(46,18,37); }
H1.HeaderClassName
{
color: #2E1225;
}
.AnyTagClassName
{
color: #2E1225;
}
</style>
background-color css
<style>
a { background-color: #2E1225; }
a { background-color: rgb(46,18,37); }
div.DivClassName
{
background-color: #2E1225;
}
.BgClassName
{
background-color: #2E1225;
}
</style>
border-color css
<style>
span { border-color: #2E1225; }
span { border-color: rgb(46,18,37); }
td.TdClassName
{
border-color: #2E1225;
}
.TagClassName
{
border-color: #2E1225;
}
</style>