Shades of Blackberry #2E031E
Tints of Blackberry #2E031E
RGB
CMYK
RGB Variations
Color information
#2E031E (or 0x2E031E) is known color: Blackberry. HEX triplet: 2E, 03 and 1E. RGB value is (46,3,30). Sum of RGB (Red+Green+Blue) = 46+3+30=79 (10% of max value = 765). Red value is 46 (18.36% from 255 or 58.23% from 79); Green value is 3 (1.56% from 255 or 3.80% from 79); Blue value is 30 (12.11% from 255 or 37.97% from 79); Max value from RGB is 46 - color contains mainly: red. Hex color #2E031E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E031E is #D1FCE1. Grayscale: #121212. Windows color (decimal): -13761762 or 1966894. OLE color: 1966894.
HSL color Cylindrical-coordinate representation of color #2E031E: hue angle of 322.33º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2E031E is Cyan = 0, Magento = 0.93, Yellow = 0.35 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 3 | 30 | - |
| CMYK | 0 | 0.93 | 0.35 | 0.82 |
| HSL | 322.33º | 0.88% | 0.1% | - |
| HSV(B) | 322.33º | 0.93% | 0.18% | - |
| XYZ | 1.39 | 0.74 | 1.3 | - |
| YUV | 18.94 | 134.25 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 3 | 30 | 0 | 0.93 | 0.35 | 0.82 | 322.33 | 0.88 | 0.1 |
| Hex | 2E | 3 | 1E | 0 | 5D | 23 | 52 | 142 | 58 | A |
| Octal | 56 | 3 | 36 | 0 | 135 | 43 | 122 | 502 | 130 | 12 |
| Binary | 101110 | 11 | 11110 | 0 | 1011101 | 100011 | 1010010 | 101000010 | 1011000 | 1010 |
Color Harmonies of #2E031E
Complementary color
Monochromatic Colors of #2E031E
Black with #2E031E
Text Example
Text Example
White with #2E031E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E031E; }
p { color: rgb(46,3,30); }
H1.HeaderClassName
{
color: #2E031E;
}
.AnyTagClassName
{
color: #2E031E;
}
</style>
background-color css
<style>
a { background-color: #2E031E; }
a { background-color: rgb(46,3,30); }
div.DivClassName
{
background-color: #2E031E;
}
.BgClassName
{
background-color: #2E031E;
}
</style>
border-color css
<style>
span { border-color: #2E031E; }
span { border-color: rgb(46,3,30); }
td.TdClassName
{
border-color: #2E031E;
}
.TagClassName
{
border-color: #2E031E;
}
</style>