Shades of Blackberry #2E1424
Tints of Blackberry #2E1424
RGB
CMYK
RGB Variations
Color information
#2E1424 (or 0x2E1424) is known color: Blackberry. HEX triplet: 2E, 14 and 24. RGB value is (46,20,36). Sum of RGB (Red+Green+Blue) = 46+20+36=102 (13% of max value = 765). Red value is 46 (18.36% from 255 or 45.10% from 102); Green value is 20 (8.20% from 255 or 19.61% from 102); Blue value is 36 (14.45% from 255 or 35.29% from 102); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1424 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E1424 is #D1EBDB. Grayscale: #1D1D1D. Windows color (decimal): -13757404 or 2364462. OLE color: 2364462.
HSL color Cylindrical-coordinate representation of color #2E1424: hue angle of 323.08º 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 #2E1424 is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 20 | 36 | - |
| CMYK | 0 | 0.57 | 0.22 | 0.82 |
| HSL | 323.08º | 0.39% | 0.13% | - |
| HSV(B) | 323.08º | 0.57% | 0.18% | - |
| XYZ | 1.7 | 1.21 | 1.81 | - |
| YUV | 29.6 | 131.61 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 20 | 36 | 0 | 0.57 | 0.22 | 0.82 | 323.08 | 0.39 | 0.13 |
| Hex | 2E | 14 | 24 | 0 | 39 | 16 | 52 | 143 | 27 | D |
| Octal | 56 | 24 | 44 | 0 | 71 | 26 | 122 | 503 | 47 | 15 |
| Binary | 101110 | 10100 | 100100 | 0 | 111001 | 10110 | 1010010 | 101000011 | 100111 | 1101 |
Color Harmonies of #2E1424
Complementary color
Monochromatic Colors of #2E1424
Black with #2E1424
Text Example
Text Example
White with #2E1424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1424; }
p { color: rgb(46,20,36); }
H1.HeaderClassName
{
color: #2E1424;
}
.AnyTagClassName
{
color: #2E1424;
}
</style>
background-color css
<style>
a { background-color: #2E1424; }
a { background-color: rgb(46,20,36); }
div.DivClassName
{
background-color: #2E1424;
}
.BgClassName
{
background-color: #2E1424;
}
</style>
border-color css
<style>
span { border-color: #2E1424; }
span { border-color: rgb(46,20,36); }
td.TdClassName
{
border-color: #2E1424;
}
.TagClassName
{
border-color: #2E1424;
}
</style>