Shades of Blackberry #2E1425
Tints of Blackberry #2E1425
RGB
CMYK
RGB Variations
Color information
#2E1425 (or 0x2E1425) is known color: Blackberry. HEX triplet: 2E, 14 and 25. RGB value is (46,20,37). Sum of RGB (Red+Green+Blue) = 46+20+37=103 (13% of max value = 765). Red value is 46 (18.36% from 255 or 44.66% from 103); Green value is 20 (8.20% from 255 or 19.42% from 103); Blue value is 37 (14.84% from 255 or 35.92% from 103); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1425 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E1425 is #D1EBDA. Grayscale: #1D1D1D. Windows color (decimal): -13757403 or 2429998. OLE color: 2429998.
HSL color Cylindrical-coordinate representation of color #2E1425: hue angle of 320.77º degrees, saturation: 0.39, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2E1425 is Cyan = 0, Magento = 0.57, Yellow = 0.20 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 20 | 37 | - |
| CMYK | 0 | 0.57 | 0.20 | 0.82 |
| HSL | 320.77º | 0.39% | 0.13% | - |
| HSV(B) | 320.77º | 0.57% | 0.18% | - |
| XYZ | 1.71 | 1.21 | 1.89 | - |
| YUV | 29.71 | 132.11 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 20 | 37 | 0 | 0.57 | 0.20 | 0.82 | 320.77 | 0.39 | 0.13 |
| Hex | 2E | 14 | 25 | 0 | 39 | 14 | 52 | 141 | 27 | D |
| Octal | 56 | 24 | 45 | 0 | 71 | 24 | 122 | 501 | 47 | 15 |
| Binary | 101110 | 10100 | 100101 | 0 | 111001 | 10100 | 1010010 | 101000001 | 100111 | 1101 |
Color Harmonies of #2E1425
Complementary color
Monochromatic Colors of #2E1425
Black with #2E1425
Text Example
Text Example
White with #2E1425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1425; }
p { color: rgb(46,20,37); }
H1.HeaderClassName
{
color: #2E1425;
}
.AnyTagClassName
{
color: #2E1425;
}
</style>
background-color css
<style>
a { background-color: #2E1425; }
a { background-color: rgb(46,20,37); }
div.DivClassName
{
background-color: #2E1425;
}
.BgClassName
{
background-color: #2E1425;
}
</style>
border-color css
<style>
span { border-color: #2E1425; }
span { border-color: rgb(46,20,37); }
td.TdClassName
{
border-color: #2E1425;
}
.TagClassName
{
border-color: #2E1425;
}
</style>