Shades of Blackberry #2E0719
Tints of Blackberry #2E0719
RGB
CMYK
RGB Variations
Color information
#2E0719 (or 0x2E0719) is known color: Blackberry. HEX triplet: 2E, 07 and 19. RGB value is (46,7,25). Sum of RGB (Red+Green+Blue) = 46+7+25=78 (10% of max value = 765). Red value is 46 (18.36% from 255 or 58.97% from 78); Green value is 7 (3.12% from 255 or 8.97% from 78); Blue value is 25 (10.16% from 255 or 32.05% from 78); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0719 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E0719 is #D1F8E6. Grayscale: #141414. Windows color (decimal): -13760743 or 1640238. OLE color: 1640238.
HSL color Cylindrical-coordinate representation of color #2E0719: hue angle of 332.31º 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 #2E0719 is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 7 | 25 | - |
| CMYK | 0 | 0.85 | 0.46 | 0.82 |
| HSL | 332.31º | 0.74% | 0.1% | - |
| HSV(B) | 332.31º | 0.85% | 0.18% | - |
| XYZ | 1.38 | 0.8 | 1 | - |
| YUV | 20.71 | 130.42 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 7 | 25 | 0 | 0.85 | 0.46 | 0.82 | 332.31 | 0.74 | 0.1 |
| Hex | 2E | 7 | 19 | 0 | 55 | 2E | 52 | 14C | 4A | A |
| Octal | 56 | 7 | 31 | 0 | 125 | 56 | 122 | 514 | 112 | 12 |
| Binary | 101110 | 111 | 11001 | 0 | 1010101 | 101110 | 1010010 | 101001100 | 1001010 | 1010 |
Color Harmonies of #2E0719
Complementary color
Monochromatic Colors of #2E0719
Black with #2E0719
Text Example
Text Example
White with #2E0719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0719; }
p { color: rgb(46,7,25); }
H1.HeaderClassName
{
color: #2E0719;
}
.AnyTagClassName
{
color: #2E0719;
}
</style>
background-color css
<style>
a { background-color: #2E0719; }
a { background-color: rgb(46,7,25); }
div.DivClassName
{
background-color: #2E0719;
}
.BgClassName
{
background-color: #2E0719;
}
</style>
border-color css
<style>
span { border-color: #2E0719; }
span { border-color: rgb(46,7,25); }
td.TdClassName
{
border-color: #2E0719;
}
.TagClassName
{
border-color: #2E0719;
}
</style>