Shades of Blackberry #2E0D1E
Tints of Blackberry #2E0D1E
RGB
CMYK
RGB Variations
Color information
#2E0D1E (or 0x2E0D1E) is known color: Blackberry. HEX triplet: 2E, 0D and 1E. RGB value is (46,13,30). Sum of RGB (Red+Green+Blue) = 46+13+30=89 (11% of max value = 765). Red value is 46 (18.36% from 255 or 51.69% from 89); Green value is 13 (5.47% from 255 or 14.61% from 89); Blue value is 30 (12.11% from 255 or 33.71% from 89); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0D1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0D1E is #D1F2E1. Grayscale: #181818. Windows color (decimal): -13759202 or 1969454. OLE color: 1969454.
HSL color Cylindrical-coordinate representation of color #2E0D1E: hue angle of 329.09º degrees, saturation: 0.56, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2E0D1E is Cyan = 0, Magento = 0.72, Yellow = 0.35 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 13 | 30 | - |
| CMYK | 0 | 0.72 | 0.35 | 0.82 |
| HSL | 329.09º | 0.56% | 0.12% | - |
| HSV(B) | 329.09º | 0.72% | 0.18% | - |
| XYZ | 1.5 | 0.96 | 1.33 | - |
| YUV | 24.81 | 130.93 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 13 | 30 | 0 | 0.72 | 0.35 | 0.82 | 329.09 | 0.56 | 0.12 |
| Hex | 2E | D | 1E | 0 | 48 | 23 | 52 | 149 | 38 | C |
| Octal | 56 | 15 | 36 | 0 | 110 | 43 | 122 | 511 | 70 | 14 |
| Binary | 101110 | 1101 | 11110 | 0 | 1001000 | 100011 | 1010010 | 101001001 | 111000 | 1100 |
Color Harmonies of #2E0D1E
Complementary color
Monochromatic Colors of #2E0D1E
Black with #2E0D1E
Text Example
Text Example
White with #2E0D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0D1E; }
p { color: rgb(46,13,30); }
H1.HeaderClassName
{
color: #2E0D1E;
}
.AnyTagClassName
{
color: #2E0D1E;
}
</style>
background-color css
<style>
a { background-color: #2E0D1E; }
a { background-color: rgb(46,13,30); }
div.DivClassName
{
background-color: #2E0D1E;
}
.BgClassName
{
background-color: #2E0D1E;
}
</style>
border-color css
<style>
span { border-color: #2E0D1E; }
span { border-color: rgb(46,13,30); }
td.TdClassName
{
border-color: #2E0D1E;
}
.TagClassName
{
border-color: #2E0D1E;
}
</style>