Shades of Blackberry #2E1B25
Tints of Blackberry #2E1B25
RGB
CMYK
RGB Variations
Color information
#2E1B25 (or 0x2E1B25) is known color: Blackberry. HEX triplet: 2E, 1B and 25. RGB value is (46,27,37). Sum of RGB (Red+Green+Blue) = 46+27+37=110 (14% of max value = 765). Red value is 46 (18.36% from 255 or 41.82% from 110); Green value is 27 (10.94% from 255 or 24.55% from 110); Blue value is 37 (14.84% from 255 or 33.64% from 110); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1B25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E1B25 is #D1E4DA. Grayscale: #212121. Windows color (decimal): -13755611 or 2431790. OLE color: 2431790.
HSL color Cylindrical-coordinate representation of color #2E1B25: hue angle of 328.42º degrees, saturation: 0.26, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #2E1B25 is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 27 | 37 | - |
| CMYK | 0 | 0.41 | 0.20 | 0.82 |
| HSL | 328.42º | 0.26% | 0.14% | - |
| HSV(B) | 328.42º | 0.41% | 0.18% | - |
| XYZ | 1.85 | 1.5 | 1.94 | - |
| YUV | 33.82 | 129.79 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 27 | 37 | 0 | 0.41 | 0.20 | 0.82 | 328.42 | 0.26 | 0.14 |
| Hex | 2E | 1B | 25 | 0 | 29 | 14 | 52 | 148 | 1A | E |
| Octal | 56 | 33 | 45 | 0 | 51 | 24 | 122 | 510 | 32 | 16 |
| Binary | 101110 | 11011 | 100101 | 0 | 101001 | 10100 | 1010010 | 101001000 | 11010 | 1110 |
Color Harmonies of #2E1B25
Complementary color
Monochromatic Colors of #2E1B25
Black with #2E1B25
Text Example
Text Example
White with #2E1B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1B25; }
p { color: rgb(46,27,37); }
H1.HeaderClassName
{
color: #2E1B25;
}
.AnyTagClassName
{
color: #2E1B25;
}
</style>
background-color css
<style>
a { background-color: #2E1B25; }
a { background-color: rgb(46,27,37); }
div.DivClassName
{
background-color: #2E1B25;
}
.BgClassName
{
background-color: #2E1B25;
}
</style>
border-color css
<style>
span { border-color: #2E1B25; }
span { border-color: rgb(46,27,37); }
td.TdClassName
{
border-color: #2E1B25;
}
.TagClassName
{
border-color: #2E1B25;
}
</style>