Shades of Blackberry #2E111F
Tints of Blackberry #2E111F
RGB
CMYK
RGB Variations
Color information
#2E111F (or 0x2E111F) is known color: Blackberry. HEX triplet: 2E, 11 and 1F. RGB value is (46,17,31). Sum of RGB (Red+Green+Blue) = 46+17+31=94 (12% of max value = 765). Red value is 46 (18.36% from 255 or 48.94% from 94); Green value is 17 (7.03% from 255 or 18.09% from 94); Blue value is 31 (12.5% from 255 or 32.98% from 94); Max value from RGB is 46 - color contains mainly: red. Hex color #2E111F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E111F is #D1EEE0. Grayscale: #1B1B1B. Windows color (decimal): -13758177 or 2036014. OLE color: 2036014.
HSL color Cylindrical-coordinate representation of color #2E111F: hue angle of 331.03º degrees, saturation: 0.46, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E111F is Cyan = 0, Magento = 0.63, Yellow = 0.33 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 17 | 31 | - |
| CMYK | 0 | 0.63 | 0.33 | 0.82 |
| HSL | 331.03º | 0.46% | 0.12% | - |
| HSV(B) | 331.03º | 0.63% | 0.18% | - |
| XYZ | 1.57 | 1.08 | 1.42 | - |
| YUV | 27.27 | 130.11 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 17 | 31 | 0 | 0.63 | 0.33 | 0.82 | 331.03 | 0.46 | 0.12 |
| Hex | 2E | 11 | 1F | 0 | 3F | 21 | 52 | 14B | 2E | C |
| Octal | 56 | 21 | 37 | 0 | 77 | 41 | 122 | 513 | 56 | 14 |
| Binary | 101110 | 10001 | 11111 | 0 | 111111 | 100001 | 1010010 | 101001011 | 101110 | 1100 |
Color Harmonies of #2E111F
Complementary color
Monochromatic Colors of #2E111F
Black with #2E111F
Text Example
Text Example
White with #2E111F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E111F; }
p { color: rgb(46,17,31); }
H1.HeaderClassName
{
color: #2E111F;
}
.AnyTagClassName
{
color: #2E111F;
}
</style>
background-color css
<style>
a { background-color: #2E111F; }
a { background-color: rgb(46,17,31); }
div.DivClassName
{
background-color: #2E111F;
}
.BgClassName
{
background-color: #2E111F;
}
</style>
border-color css
<style>
span { border-color: #2E111F; }
span { border-color: rgb(46,17,31); }
td.TdClassName
{
border-color: #2E111F;
}
.TagClassName
{
border-color: #2E111F;
}
</style>