Shades of Blackberry #2E131F
Tints of Blackberry #2E131F
RGB
CMYK
RGB Variations
Color information
#2E131F (or 0x2E131F) is known color: Blackberry. HEX triplet: 2E, 13 and 1F. RGB value is (46,19,31). Sum of RGB (Red+Green+Blue) = 46+19+31=96 (12% of max value = 765). Red value is 46 (18.36% from 255 or 47.92% from 96); Green value is 19 (7.81% from 255 or 19.79% from 96); Blue value is 31 (12.5% from 255 or 32.29% from 96); Max value from RGB is 46 - color contains mainly: red. Hex color #2E131F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E131F is #D1ECE0. Grayscale: #1C1C1C. Windows color (decimal): -13757665 or 2036526. OLE color: 2036526.
HSL color Cylindrical-coordinate representation of color #2E131F: hue angle of 333.33º degrees, saturation: 0.42, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2E131F is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 19 | 31 | - |
| CMYK | 0 | 0.59 | 0.33 | 0.82 |
| HSL | 333.33º | 0.42% | 0.13% | - |
| HSV(B) | 333.33º | 0.59% | 0.18% | - |
| XYZ | 1.61 | 1.15 | 1.43 | - |
| YUV | 28.44 | 129.45 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 19 | 31 | 0 | 0.59 | 0.33 | 0.82 | 333.33 | 0.42 | 0.13 |
| Hex | 2E | 13 | 1F | 0 | 3B | 21 | 52 | 14D | 2A | D |
| Octal | 56 | 23 | 37 | 0 | 73 | 41 | 122 | 515 | 52 | 15 |
| Binary | 101110 | 10011 | 11111 | 0 | 111011 | 100001 | 1010010 | 101001101 | 101010 | 1101 |
Color Harmonies of #2E131F
Complementary color
Monochromatic Colors of #2E131F
Black with #2E131F
Text Example
Text Example
White with #2E131F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E131F; }
p { color: rgb(46,19,31); }
H1.HeaderClassName
{
color: #2E131F;
}
.AnyTagClassName
{
color: #2E131F;
}
</style>
background-color css
<style>
a { background-color: #2E131F; }
a { background-color: rgb(46,19,31); }
div.DivClassName
{
background-color: #2E131F;
}
.BgClassName
{
background-color: #2E131F;
}
</style>
border-color css
<style>
span { border-color: #2E131F; }
span { border-color: rgb(46,19,31); }
td.TdClassName
{
border-color: #2E131F;
}
.TagClassName
{
border-color: #2E131F;
}
</style>