Shades of Blackberry #2E0219
Tints of Blackberry #2E0219
RGB
CMYK
RGB Variations
Color information
#2E0219 (or 0x2E0219) is known color: Blackberry. HEX triplet: 2E, 02 and 19. RGB value is (46,2,25). Sum of RGB (Red+Green+Blue) = 46+2+25=73 (9% of max value = 765). Red value is 46 (18.36% from 255 or 63.01% from 73); Green value is 2 (1.17% from 255 or 2.74% from 73); Blue value is 25 (10.16% from 255 or 34.25% from 73); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0219 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2E0219 is #D1FDE6. Grayscale: #111111. Windows color (decimal): -13762023 or 1638958. OLE color: 1638958.
HSL color Cylindrical-coordinate representation of color #2E0219: hue angle of 328.64º 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 #2E0219 is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 2 | 25 | - |
| CMYK | 0 | 0.96 | 0.46 | 0.82 |
| HSL | 328.64º | 0.92% | 0.09% | - |
| HSV(B) | 328.64º | 0.96% | 0.18% | - |
| XYZ | 1.32 | 0.69 | 0.98 | - |
| YUV | 17.78 | 132.08 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 2 | 25 | 0 | 0.96 | 0.46 | 0.82 | 328.64 | 0.92 | 0.09 |
| Hex | 2E | 2 | 19 | 0 | 60 | 2E | 52 | 149 | 5C | 9 |
| Octal | 56 | 2 | 31 | 0 | 140 | 56 | 122 | 511 | 134 | 11 |
| Binary | 101110 | 10 | 11001 | 0 | 1100000 | 101110 | 1010010 | 101001001 | 1011100 | 1001 |
Color Harmonies of #2E0219
Complementary color
Monochromatic Colors of #2E0219
Black with #2E0219
Text Example
Text Example
White with #2E0219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0219; }
p { color: rgb(46,2,25); }
H1.HeaderClassName
{
color: #2E0219;
}
.AnyTagClassName
{
color: #2E0219;
}
</style>
background-color css
<style>
a { background-color: #2E0219; }
a { background-color: rgb(46,2,25); }
div.DivClassName
{
background-color: #2E0219;
}
.BgClassName
{
background-color: #2E0219;
}
</style>
border-color css
<style>
span { border-color: #2E0219; }
span { border-color: rgb(46,2,25); }
td.TdClassName
{
border-color: #2E0219;
}
.TagClassName
{
border-color: #2E0219;
}
</style>