Shades of Blackberry #2E101D
Tints of Blackberry #2E101D
RGB
CMYK
RGB Variations
Color information
#2E101D (or 0x2E101D) is known color: Blackberry. HEX triplet: 2E, 10 and 1D. RGB value is (46,16,29). Sum of RGB (Red+Green+Blue) = 46+16+29=91 (12% of max value = 765). Red value is 46 (18.36% from 255 or 50.55% from 91); Green value is 16 (6.64% from 255 or 17.58% from 91); Blue value is 29 (11.72% from 255 or 31.87% from 91); Max value from RGB is 46 - color contains mainly: red. Hex color #2E101D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E101D is #D1EFE2. Grayscale: #1A1A1A. Windows color (decimal): -13758435 or 1904686. OLE color: 1904686.
HSL color Cylindrical-coordinate representation of color #2E101D: hue angle of 334º degrees, saturation: 0.48, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2E101D is Cyan = 0, Magento = 0.65, Yellow = 0.37 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 16 | 29 | - |
| CMYK | 0 | 0.65 | 0.37 | 0.82 |
| HSL | 334º | 0.48% | 0.12% | - |
| HSV(B) | 334º | 0.65% | 0.18% | - |
| XYZ | 1.53 | 1.04 | 1.28 | - |
| YUV | 26.45 | 129.44 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 16 | 29 | 0 | 0.65 | 0.37 | 0.82 | 334 | 0.48 | 0.12 |
| Hex | 2E | 10 | 1D | 0 | 41 | 25 | 52 | 14E | 30 | C |
| Octal | 56 | 20 | 35 | 0 | 101 | 45 | 122 | 516 | 60 | 14 |
| Binary | 101110 | 10000 | 11101 | 0 | 1000001 | 100101 | 1010010 | 101001110 | 110000 | 1100 |
Color Harmonies of #2E101D
Complementary color
Monochromatic Colors of #2E101D
Black with #2E101D
Text Example
Text Example
White with #2E101D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E101D; }
p { color: rgb(46,16,29); }
H1.HeaderClassName
{
color: #2E101D;
}
.AnyTagClassName
{
color: #2E101D;
}
</style>
background-color css
<style>
a { background-color: #2E101D; }
a { background-color: rgb(46,16,29); }
div.DivClassName
{
background-color: #2E101D;
}
.BgClassName
{
background-color: #2E101D;
}
</style>
border-color css
<style>
span { border-color: #2E101D; }
span { border-color: rgb(46,16,29); }
td.TdClassName
{
border-color: #2E101D;
}
.TagClassName
{
border-color: #2E101D;
}
</style>