Shades of Blackberry #2E0517
Tints of Blackberry #2E0517
RGB
CMYK
RGB Variations
Color information
#2E0517 (or 0x2E0517) is known color: Blackberry. HEX triplet: 2E, 05 and 17. RGB value is (46,5,23). Sum of RGB (Red+Green+Blue) = 46+5+23=74 (9% of max value = 765). Red value is 46 (18.36% from 255 or 62.16% from 74); Green value is 5 (2.34% from 255 or 6.76% from 74); Blue value is 23 (9.38% from 255 or 31.08% from 74); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0517 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E0517 is #D1FAE8. Grayscale: #131313. Windows color (decimal): -13761257 or 1508654. OLE color: 1508654.
HSL color Cylindrical-coordinate representation of color #2E0517: hue angle of 333.66º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2E0517 is Cyan = 0, Magento = 0.89, Yellow = 0.50 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 5 | 23 | - |
| CMYK | 0 | 0.89 | 0.50 | 0.82 |
| HSL | 333.66º | 0.8% | 0.1% | - |
| HSV(B) | 333.66º | 0.89% | 0.18% | - |
| XYZ | 1.34 | 0.75 | 0.89 | - |
| YUV | 19.31 | 130.08 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 5 | 23 | 0 | 0.89 | 0.50 | 0.82 | 333.66 | 0.8 | 0.1 |
| Hex | 2E | 5 | 17 | 0 | 59 | 32 | 52 | 14E | 50 | A |
| Octal | 56 | 5 | 27 | 0 | 131 | 62 | 122 | 516 | 120 | 12 |
| Binary | 101110 | 101 | 10111 | 0 | 1011001 | 110010 | 1010010 | 101001110 | 1010000 | 1010 |
Color Harmonies of #2E0517
Complementary color
Monochromatic Colors of #2E0517
Black with #2E0517
Text Example
Text Example
White with #2E0517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0517; }
p { color: rgb(46,5,23); }
H1.HeaderClassName
{
color: #2E0517;
}
.AnyTagClassName
{
color: #2E0517;
}
</style>
background-color css
<style>
a { background-color: #2E0517; }
a { background-color: rgb(46,5,23); }
div.DivClassName
{
background-color: #2E0517;
}
.BgClassName
{
background-color: #2E0517;
}
</style>
border-color css
<style>
span { border-color: #2E0517; }
span { border-color: rgb(46,5,23); }
td.TdClassName
{
border-color: #2E0517;
}
.TagClassName
{
border-color: #2E0517;
}
</style>