Shades of Blackberry #2E0216
Tints of Blackberry #2E0216
RGB
CMYK
RGB Variations
Color information
#2E0216 (or 0x2E0216) is known color: Blackberry. HEX triplet: 2E, 02 and 16. RGB value is (46,2,22). Sum of RGB (Red+Green+Blue) = 46+2+22=70 (9% of max value = 765). Red value is 46 (18.36% from 255 or 65.71% from 70); Green value is 2 (1.17% from 255 or 2.86% from 70); Blue value is 22 (8.98% from 255 or 31.43% from 70); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0216 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E0216 is #D1FDE9. Grayscale: #111111. Windows color (decimal): -13762026 or 1442350. OLE color: 1442350.
HSL color Cylindrical-coordinate representation of color #2E0216: hue angle of 332.73º degrees, saturation: 0.92, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2E0216 is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 2 | 22 | - |
| CMYK | 0 | 0.96 | 0.52 | 0.82 |
| HSL | 332.73º | 0.92% | 0.09% | - |
| HSV(B) | 332.73º | 0.96% | 0.18% | - |
| XYZ | 1.29 | 0.68 | 0.82 | - |
| YUV | 17.44 | 130.58 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 2 | 22 | 0 | 0.96 | 0.52 | 0.82 | 332.73 | 0.92 | 0.09 |
| Hex | 2E | 2 | 16 | 0 | 60 | 34 | 52 | 14D | 5C | 9 |
| Octal | 56 | 2 | 26 | 0 | 140 | 64 | 122 | 515 | 134 | 11 |
| Binary | 101110 | 10 | 10110 | 0 | 1100000 | 110100 | 1010010 | 101001101 | 1011100 | 1001 |
Color Harmonies of #2E0216
Complementary color
Monochromatic Colors of #2E0216
Black with #2E0216
Text Example
Text Example
White with #2E0216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0216; }
p { color: rgb(46,2,22); }
H1.HeaderClassName
{
color: #2E0216;
}
.AnyTagClassName
{
color: #2E0216;
}
</style>
background-color css
<style>
a { background-color: #2E0216; }
a { background-color: rgb(46,2,22); }
div.DivClassName
{
background-color: #2E0216;
}
.BgClassName
{
background-color: #2E0216;
}
</style>
border-color css
<style>
span { border-color: #2E0216; }
span { border-color: rgb(46,2,22); }
td.TdClassName
{
border-color: #2E0216;
}
.TagClassName
{
border-color: #2E0216;
}
</style>