Shades of Blackberry #2E121F
Tints of Blackberry #2E121F
RGB
CMYK
RGB Variations
Color information
#2E121F (or 0x2E121F) is known color: Blackberry. HEX triplet: 2E, 12 and 1F. RGB value is (46,18,31). Sum of RGB (Red+Green+Blue) = 46+18+31=95 (12% of max value = 765). Red value is 46 (18.36% from 255 or 48.42% from 95); Green value is 18 (7.42% from 255 or 18.95% from 95); Blue value is 31 (12.5% from 255 or 32.63% from 95); Max value from RGB is 46 - color contains mainly: red. Hex color #2E121F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E121F is #D1EDE0. Grayscale: #1B1B1B. Windows color (decimal): -13757921 or 2036270. OLE color: 2036270.
HSL color Cylindrical-coordinate representation of color #2E121F: hue angle of 332.14º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2E121F is Cyan = 0, Magento = 0.61, Yellow = 0.33 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 18 | 31 | - |
| CMYK | 0 | 0.61 | 0.33 | 0.82 |
| HSL | 332.14º | 0.44% | 0.13% | - |
| HSV(B) | 332.14º | 0.61% | 0.18% | - |
| XYZ | 1.59 | 1.11 | 1.43 | - |
| YUV | 27.85 | 129.78 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 18 | 31 | 0 | 0.61 | 0.33 | 0.82 | 332.14 | 0.44 | 0.13 |
| Hex | 2E | 12 | 1F | 0 | 3D | 21 | 52 | 14C | 2C | D |
| Octal | 56 | 22 | 37 | 0 | 75 | 41 | 122 | 514 | 54 | 15 |
| Binary | 101110 | 10010 | 11111 | 0 | 111101 | 100001 | 1010010 | 101001100 | 101100 | 1101 |
Color Harmonies of #2E121F
Complementary color
Monochromatic Colors of #2E121F
Black with #2E121F
Text Example
Text Example
White with #2E121F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E121F; }
p { color: rgb(46,18,31); }
H1.HeaderClassName
{
color: #2E121F;
}
.AnyTagClassName
{
color: #2E121F;
}
</style>
background-color css
<style>
a { background-color: #2E121F; }
a { background-color: rgb(46,18,31); }
div.DivClassName
{
background-color: #2E121F;
}
.BgClassName
{
background-color: #2E121F;
}
</style>
border-color css
<style>
span { border-color: #2E121F; }
span { border-color: rgb(46,18,31); }
td.TdClassName
{
border-color: #2E121F;
}
.TagClassName
{
border-color: #2E121F;
}
</style>