Shades of Blackberry #2E071E
Tints of Blackberry #2E071E
RGB
CMYK
RGB Variations
Color information
#2E071E (or 0x2E071E) is known color: Blackberry. HEX triplet: 2E, 07 and 1E. RGB value is (46,7,30). Sum of RGB (Red+Green+Blue) = 46+7+30=83 (10% of max value = 765). Red value is 46 (18.36% from 255 or 55.42% from 83); Green value is 7 (3.12% from 255 or 8.43% from 83); Blue value is 30 (12.11% from 255 or 36.14% from 83); Max value from RGB is 46 - color contains mainly: red. Hex color #2E071E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E071E is #D1F8E1. Grayscale: #151515. Windows color (decimal): -13760738 or 1967918. OLE color: 1967918.
HSL color Cylindrical-coordinate representation of color #2E071E: hue angle of 324.62º degrees, saturation: 0.74, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2E071E is Cyan = 0, Magento = 0.85, Yellow = 0.35 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 7 | 30 | - |
| CMYK | 0 | 0.85 | 0.35 | 0.82 |
| HSL | 324.62º | 0.74% | 0.1% | - |
| HSV(B) | 324.62º | 0.85% | 0.18% | - |
| XYZ | 1.44 | 0.83 | 1.31 | - |
| YUV | 21.28 | 132.92 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 7 | 30 | 0 | 0.85 | 0.35 | 0.82 | 324.62 | 0.74 | 0.1 |
| Hex | 2E | 7 | 1E | 0 | 55 | 23 | 52 | 145 | 4A | A |
| Octal | 56 | 7 | 36 | 0 | 125 | 43 | 122 | 505 | 112 | 12 |
| Binary | 101110 | 111 | 11110 | 0 | 1010101 | 100011 | 1010010 | 101000101 | 1001010 | 1010 |
Color Harmonies of #2E071E
Complementary color
Monochromatic Colors of #2E071E
Black with #2E071E
Text Example
Text Example
White with #2E071E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E071E; }
p { color: rgb(46,7,30); }
H1.HeaderClassName
{
color: #2E071E;
}
.AnyTagClassName
{
color: #2E071E;
}
</style>
background-color css
<style>
a { background-color: #2E071E; }
a { background-color: rgb(46,7,30); }
div.DivClassName
{
background-color: #2E071E;
}
.BgClassName
{
background-color: #2E071E;
}
</style>
border-color css
<style>
span { border-color: #2E071E; }
span { border-color: rgb(46,7,30); }
td.TdClassName
{
border-color: #2E071E;
}
.TagClassName
{
border-color: #2E071E;
}
</style>