Shades of Blackberry #2E0A19
Tints of Blackberry #2E0A19
RGB
CMYK
RGB Variations
Color information
#2E0A19 (or 0x2E0A19) is known color: Blackberry. HEX triplet: 2E, 0A and 19. RGB value is (46,10,25). Sum of RGB (Red+Green+Blue) = 46+10+25=81 (10% of max value = 765). Red value is 46 (18.36% from 255 or 56.79% from 81); Green value is 10 (4.30% from 255 or 12.35% from 81); Blue value is 25 (10.16% from 255 or 30.86% from 81); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0A19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E0A19 is #D1F5E6. Grayscale: #161616. Windows color (decimal): -13759975 or 1641006. OLE color: 1641006.
HSL color Cylindrical-coordinate representation of color #2E0A19: hue angle of 335º degrees, saturation: 0.64, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E0A19 is Cyan = 0, Magento = 0.78, Yellow = 0.46 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 10 | 25 | - |
| CMYK | 0 | 0.78 | 0.46 | 0.82 |
| HSL | 335º | 0.64% | 0.11% | - |
| HSV(B) | 335º | 0.78% | 0.18% | - |
| XYZ | 1.41 | 0.87 | 1.01 | - |
| YUV | 22.47 | 129.43 | 144.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 10 | 25 | 0 | 0.78 | 0.46 | 0.82 | 335 | 0.64 | 0.11 |
| Hex | 2E | A | 19 | 0 | 4E | 2E | 52 | 14F | 40 | B |
| Octal | 56 | 12 | 31 | 0 | 116 | 56 | 122 | 517 | 100 | 13 |
| Binary | 101110 | 1010 | 11001 | 0 | 1001110 | 101110 | 1010010 | 101001111 | 1000000 | 1011 |
Color Harmonies of #2E0A19
Complementary color
Monochromatic Colors of #2E0A19
Black with #2E0A19
Text Example
Text Example
White with #2E0A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0A19; }
p { color: rgb(46,10,25); }
H1.HeaderClassName
{
color: #2E0A19;
}
.AnyTagClassName
{
color: #2E0A19;
}
</style>
background-color css
<style>
a { background-color: #2E0A19; }
a { background-color: rgb(46,10,25); }
div.DivClassName
{
background-color: #2E0A19;
}
.BgClassName
{
background-color: #2E0A19;
}
</style>
border-color css
<style>
span { border-color: #2E0A19; }
span { border-color: rgb(46,10,25); }
td.TdClassName
{
border-color: #2E0A19;
}
.TagClassName
{
border-color: #2E0A19;
}
</style>